Assignment on RPubs
Rmd on GitHub

Introduction

These are the libraries we will be using.

library(RMySQL)
library(tm)
library(SnowballC)
library(wordcloud)
library(RColorBrewer)
library(stringr)
library(RWeka)
library(ggplot2)
library(tidytext)
library(tidyverse)
library(knitr)
library(quanteda)

Approach

We had discussions about which sets of data to use. The internet is filled with a plethora of data, but few were of applicable use. Linkedin was not readily accessible.

Importing

The data we ended up using is from the web site https://data.world/jobspikr/10000-data-scientist-job-postings-from-the-usa. Phil was able to obtain the csv. The data was scraped using JobsPikr. The csv consists of 10,000 records and had the following as text fields: crawl_timestamp, url, job_title, category, company_name, city, state, country, inferred_city, inferred_state, inferred_country, post_date, job_description, job_type, salary_offered, job_board, geo, cursor, contact_email, contact_phone_number, uniq_id, and html_job_desc.

This is the original csv with field names.

CSV Fieldnames

CSV Fieldnames

Inital import of the csv file.

# Using read_csv as it allows for on the fly decompression of zip csv files
jobs <- read_csv("https://github.com/logicalschema/DATA607/raw/master/project3/data/data_scientist_united_states_job_postings_jobspikr.csv.gz")
## Parsed with column specification:
## cols(
##   .default = col_character(),
##   post_date = col_date(format = ""),
##   salary_offered = col_logical(),
##   cursor = col_double(),
##   contact_email = col_logical(),
##   html_job_description = col_logical()
## )
## See spec(...) for full column specifications.
# Look that the first group of imported rows
head(jobs)

Initial problems and solutions:

  1. The csv file is 48.5 MB and the character set had UTF-8 characters.

    The file was zipped up to reduce download time. When the file is imported into R, we will tidy the data.

  2. HTML code was left in the job_description field. Evidence of the HTML scrape of the data source.

    Invalid characters will be removed.

  3. Initial load of the csv into R would take time depending upon the hardware of the group member’s system.

    With the zip file and cutting up the file into smaller pieces, this would reduce the need for additional RAM.

  4. How would we convert to a normalized database?

    The csv was converted to a MySQL script file. The header column names were encapsulated with " marks. Workbench was used to create a new table on the MySQL database. Subsequently, through SQL SELECT, we normalized the data.

    In addition, when the data was imported in a database, Sung ran Text Analytics on the job_description column to find key phrases. This information was used to create a new column called keyphrases in the normalized database.

  5. Some group member’s machines did not have the same amount of RAM. Vanita’s laptop had 8 GB RAM and Sung’s laptop was running 16 GB.


How did the data look in Azure?

When the data was imported into Microsoft’s cloud service, we ran some initial tests on the data to look for patterns. Using Microsoft’s Text Analytics1 tools the following is a word cloud2 of the keyphrases that were discovered by Microsoft’s AI:

Word Cloud Courtesy of Azure

Word Cloud Courtesy of Azure

The key phrases were stored in the database. Key phrases were extrapolated from the job descriptions for each of the jobs listed. Because the use of Microsoft’s service was limited, we found the need for persistent storage of the results. Sung had used up his $200 credit for one of his subscriptions within a week of testing.


Excursus

This is a brief description of some of the steps taken to help alleviate the problems of importing the information for use in our project.

Infrastructure

Azure, MySQL, and Cognitive Text Analytics Sung wanted to experiment with cloud computing and so he used his SPS email to create a trial account for Azure. He created a MySQL database instance to host the databases used. Each trial account is given a $200 credit.

MySQL database access This connection is made public but is restricted by IP address. If you desire access, please email one of the Team members.

Server: data607.mysql.database.azure.com
Port: 3306
Username:
Password: student#2020

Default timeout settings for the database server had to be lengthened to enable longer processing.


This is a link to the mysqldump of the database.

Diagram of Database E-R Digram

Tools

Microsoft’s Cognitive Text Analytics, Power BI, Slack, GitHub, and MySQL Workbench In addition to the database instance, he created, Sung created an instance for Azure’s Cognitive Text Analytics to experiment to see what information Microsoft’s AI can mine from our data. The tools were used to facilitate handling the data.

Power BI is a Microsoft product that is used to visualize data. It was employed to work with Microsoft’s Cognitive Text Analytics to extrapolate keyphrases from the job_descriptions of the data and to create a simple word cloud to compare with our later analysis.

Slack and GitHub were used to collaborate. Files were exchanged via Slack. Code was edited via GitHub.

MySQL Workbench was used to connect to the MySQL database.

Data Management

As an option to curtail the amount of time needed to process the 10,000 row csv, group members worked with a small subset of the file, tested code, and then would work with the larger data set. Some group members machines would complain about memory errors.

Files being worked on from Github were compressed to enable quicker transport across the network.

This is an example of a memory error on Sung’s laptop when trying to text mine on the job description data: Memory Error

Tidying

Since we have imported our data into a database, we still need to clean up the job descriptions. We hope that we will be able to tidy the data such that we would be able to determine frequencies and see what picture the data paints for us.

We will now begin to query the database for the job descriptions and the key phrases that Azure extrapolated for us. We will store job descriptions in the variable descriptions and the key phrases in keyphrases.

#Form a connection to the MySQL database
mydb <- dbConnect(MySQL(), 
                  user='data607@data607', 
                  password='student#2020',
                  dbname='project3data607', 
                  host='data607.mysql.database.azure.com'
                  )

#Key phrases is stored in the meta table of the database
rs <- dbSendQuery(mydb, "SELECT keyphrases FROM meta")

#Remove argument for n = -1 if you don't want all the records in the db
#dbRows <- dbFetch(rs, n = -1 )
dbRows <- dbFetch(rs)
dbClearResult(rs)
## [1] TRUE
#Job descriptions are stored in the job table of the database
rs <- dbSendQuery(mydb, "SELECT job_description FROM job")

#Remove argument for n = -1 if you don't want all the records in the db
#descriptions <- dbFetch(rs, n = -1)
descriptions <- dbFetch(rs)
dbClearResult(rs)
## [1] TRUE
#This a sample of the Key Phrases from Azure
kable(dbRows[1:5, ], 
      caption = "Job Description Key Phrases", 
      col.names = c("Key Phrases") 
      )
Job Description Key Phrases
Key Phrases
logistics-related data analysis, data integrity, historical data, data scientist, hard data, internal reporting, data science role, external reporting, analysis processes, ongoing reporting, transportation analysis projects, in-depth logistics analytics, predictive logistics pricing models, transportation bids, analytical tools, years of robust analytical experience, advanced degree, operations team, ability, theoretical client distribution models, carrier bids, in-depth investigations, s degree, computer science, potential opportunities, quantitative skills, similar quantitative field, client cost reduction, institutional analytics capabilities, methodologies relevant, process improvements, optimization, mathematics, engineering, statistics, customer, corporate finance, pandas, current tms software provider, growth, business problems, assumptions, things, design, vision, python, focus, validation, metrics, eye, financial impacts, best practices, recommendations, drive actions, benefits, vacation, proficiency, bachelorâ, example, automation, company, supply chain, location, norwell, mysql, candidate, documentation, position, time, desired background, aborn, compensation, salary
data science, data analyses, data scientists, significant experience, talented data scientist, big data tools, data mining problems, significant programming experience, machine learning software libraries, large amounts of complex data, advanced data analytics division, challenging machine learning, related libraries, related algorithms, deep learning algorithms, s degree, reston, extensible software, innovative designs, employment individuals, results of innovative solutions, software developers, related field, qualified applicants, s entire process, computer science, algorithm design, protected veterans, off-the-shelf solutions, people, d projects, sexual orientation, gender identity, classification, national origin, religion, scalable anomaly detection, concept, recommendation, minorities, performance metrics, women, java, clientsâ, mathematics, knowledge of best practices, disability, color, policy, freedom, apache spark, statistics, python, mathematicians, masterâ, tensorflow, scikit, eligibility requirements, affirmative action, support, classified information, access, projectâ, nlp, natural language processing, torch, oral reports, basis of race, ideal candidate, metron, mahout, implementation, demonstration, products, apis, disabilities, position location, consideration, security investigation, veteran status, vevraa federal contractor, project teams, management structure, deeplearning4j, us citizenship, bachelorâ, job description, desired qualifications, person, weka
data science, data analyses, data scientists, significant experience, talented data scientist, big data tools, data mining problems, significant programming experience, machine learning software libraries, large amounts of complex data, advanced data analytics division, challenging machine learning, related libraries, related algorithms, deep learning algorithms, s degree, reston, extensible software, innovative designs, employment individuals, results of innovative solutions, software developers, related field, qualified applicants, s entire process, computer science, algorithm design, protected veterans, off-the-shelf solutions, people, d projects, sexual orientation, gender identity, classification, national origin, religion, scalable anomaly detection, concept, recommendation, minorities, performance metrics, women, java, clientsâ, mathematics, knowledge of best practices, disability, color, policy, freedom, apache spark, statistics, python, mathematicians, masterâ, tensorflow, scikit, eligibility requirements, affirmative action, support, classified information, access, projectâ, nlp, natural language processing, torch, oral reports, basis of race, ideal candidate, metron, mahout, implementation, demonstration, products, apis, disabilities, position location, consideration, security investigation, veteran status, vevraa federal contractor, project teams, management structure, deeplearning4j, us citizenship, bachelorâ, job description, desired qualifications, person, weka
data visualizations, interpreting data, data wrangling, data capture firm, rigorous data capture, unstructured data sets, ssrs data scientist, reports of data metrics, experienced data scientist, data visualization tools, leading data-driven survey research, growing team of skilled data capture professionals, research outcomes, machine learning methods, cluster analysis, analysis of variance, s degree, bagging methods, simulation methods, appropriate methods, modeling process, years of related work experience, time series analysis, business case analysis, year degree, quantitative modeling, successful modeling, non-partisan research areas, challenging research needs, trends, python, hands, advanced mathematical techniques, public policy, public opinion, logistics regression, problem identification, statistical analyses, random forest, neural networks, correlation, decision trees, health care, feature engineering, clientsâ, bootstrap, matplotlib, nosql dbs, prescriptive analytic solutions, technical bachelorâ, oracle, algorithms, teradata, monte carlo, information technology field of study, graphical representation, insight generation, ggplot, models, databases, exposure, sas, tableau, masterâ, outliers, srss, ability, dashboards, key responsibilities, qualifications
data visualizations, interpreting data, data wrangling, data capture firm, rigorous data capture, unstructured data sets, ssrs data scientist, reports of data metrics, experienced data scientist, data visualization tools, leading data-driven survey research, growing team of skilled data capture professionals, research outcomes, machine learning methods, cluster analysis, analysis of variance, s degree, bagging methods, simulation methods, appropriate methods, modeling process, years of related work experience, time series analysis, business case analysis, year degree, quantitative modeling, successful modeling, non-partisan research areas, challenging research needs, trends, python, hands, advanced mathematical techniques, public policy, public opinion, logistics regression, problem identification, statistical analyses, random forest, neural networks, correlation, decision trees, health care, feature engineering, clientsâ, bootstrap, matplotlib, nosql dbs, prescriptive analytic solutions, technical bachelorâ, oracle, algorithms, teradata, monte carlo, information technology field of study, graphical representation, insight generation, ggplot, models, databases, exposure, sas, tableau, masterâ, outliers, srss, ability, dashboards, key responsibilities, qualifications


Azure Key Phrases

Let’s get the unique key phrases that Azure found.

#Grab the unique keyphrases after some clean up: 
keyphrases <- unlist(str_split(dbRows, ","))
## Warning in stri_split_regex(string, pattern, n = n, simplify = simplify, :
## argument is not an atomic vector; coercing
keyphrases <- str_replace_all(keyphrases, "^ ", "")
keyphrases <- str_replace_all(keyphrases, "[^\x20-\x7E]", "")
keyphrases <- str_replace_all(keyphrases, "\"", "")

# Remove the "c(" in the first element
keyphrases[[1]] <- keyphrases[[1]] %>% 
  str_replace("c[(]", "")

keyphrases <- as.data.frame(keyphrases)

#Some of the key phrases
keyphrases
library(summarytools)
## Registered S3 method overwritten by 'pryr':
##   method      from
##   print.bytes Rcpp
## For best results, restart R session and update pander using devtools:: or remotes::install_github('rapporter/pander')
## 
## Attaching package: 'summarytools'
## The following object is masked from 'package:tibble':
## 
##     view
summarytools::freq(keyphrases$keyphrases, order = "freq")
## Frequencies  
## keyphrases$keyphrases  
## Type: Factor  
## 
##                                                                                         Freq   % Valid   % Valid Cum.   % Total   % Total Cum.
## ------------------------------------------------------------------------------------ ------- --------- -------------- --------- --------------
##                                                                               python     355      0.68           0.68      0.68           0.68
##                                                                     computer science     311      0.59           1.27      0.59           1.27
##                                                                           statistics     214      0.41           1.68      0.41           1.68
##                                                                       data scientist     199      0.38           2.05      0.38           2.05
##                                                                          mathematics     167      0.32           2.37      0.32           2.37
##                                                                             s degree     162      0.31           2.68      0.31           2.68
##                                                                     responsibilities     143      0.27           2.95      0.27           2.95
##                                                                                  sql     139      0.26           3.22      0.26           3.22
##                                                                             religion     130      0.25           3.47      0.25           3.47
##                                                                              ability     125      0.24           3.70      0.24           3.70
##                                                                                color     125      0.24           3.94      0.24           3.94
##                                                                   sexual orientation     124      0.24           4.18      0.24           4.18
##                                                                      national origin     120      0.23           4.41      0.23           4.41
##                                                                               master     116      0.22           4.63      0.22           4.63
##                                                                           algorithms     115      0.22           4.85      0.22           4.85
##                                                                              tableau     114      0.22           5.06      0.22           5.06
##                                                                      gender identity     113      0.22           5.28      0.22           5.28
##                                                                  years of experience     112      0.21           5.49      0.21           5.49
##                                                                            customers     109      0.21           5.70      0.21           5.70
##                                                                                 race     109      0.21           5.91      0.21           5.91
##                                                                             bachelor     106      0.20           6.11      0.20           6.11
##                                                                                  sas     106      0.20           6.31      0.20           6.31
##                                                                           disability     104      0.20           6.51      0.20           6.51
##                                                                       veteran status     104      0.20           6.71      0.20           6.71
##                                                                       qualifications     101      0.19           6.90      0.19           6.90
##                                                                               people     100      0.19           7.09      0.19           7.09
##                                                           equal opportunity employer      97      0.18           7.27      0.18           7.27
##                                                                                spark      96      0.18           7.46      0.18           7.46
##                                                                                 java      95      0.18           7.64      0.18           7.64
##                                                                          engineering      90      0.17           7.81      0.17           7.81
##                                                                     machine learning      89      0.17           7.98      0.17           7.98
##                                                                        opportunities      86      0.16           8.14      0.16           8.14
##                                                                        related field      85      0.16           8.30      0.16           8.30
##                                                                               hadoop      84      0.16           8.46      0.16           8.46
##                                                                              company      83      0.16           8.62      0.16           8.62
##                                                                               design      81      0.15           8.78      0.15           8.78
##                                                                              passion      81      0.15           8.93      0.15           8.93
##                                                                            economics      80      0.15           9.08      0.15           9.08
##                                                                             position      80      0.15           9.23      0.15           9.23
##                                                                                  phd      79      0.15           9.38      0.15           9.38
##                                                                                world      79      0.15           9.53      0.15           9.53
##                                                                          data mining      78      0.15           9.68      0.15           9.68
##                                                                              results      78      0.15           9.83      0.15           9.83
##                                                                              clients      76      0.14           9.98      0.14           9.98
##                                                                           clustering      76      0.14          10.12      0.14          10.12
##                                                                            employees      76      0.14          10.27      0.14          10.27
##                                                                          proficiency      76      0.14          10.41      0.14          10.41
##                                                                      large data sets      75      0.14          10.55      0.14          10.55
##                                                                              physics      73      0.14          10.69      0.14          10.69
##                                                                                   we      71      0.14          10.83      0.14          10.83
##                                                                                years      71      0.14          10.96      0.14          10.96
##                                                                         requirements      70      0.13          11.10      0.13          11.10
##                                                                                 role      69      0.13          11.23      0.13          11.23
##                                                                           tensorflow      69      0.13          11.36      0.13          11.36
##                                                                  predictive modeling      67      0.13          11.49      0.13          11.49
##                                                                               regard      67      0.13          11.61      0.13          11.61
##                                                                           regression      67      0.13          11.74      0.13          11.74
##                                                                      data scientists      66      0.13          11.87      0.13          11.87
##                                                                       decision trees      66      0.13          11.99      0.13          11.99
##                                                                                  you      66      0.13          12.12      0.13          12.12
##                                                                               models      65      0.12          12.24      0.12          12.24
##                                                                                 hive      64      0.12          12.36      0.12          12.36
##                                                                      neural networks      62      0.12          12.48      0.12          12.48
##                                                                        data analysis      60      0.11          12.60      0.11          12.60
##                                                                            education      59      0.11          12.71      0.11          12.71
##                                                                 statistical analysis      59      0.11          12.82      0.11          12.82
##                                                                               access      58      0.11          12.93      0.11          12.93
##                                                                      ideal candidate      58      0.11          13.04      0.11          13.04
##                                                                      job description      58      0.11          13.15      0.11          13.15
##                                                                               trends      58      0.11          13.26      0.11          13.26
##                                                                        random forest      57      0.11          13.37      0.11          13.37
##                                                                    bachelor's degree      56      0.11          13.48      0.11          13.48
##                                                                          familiarity      56      0.11          13.58      0.11          13.58
##                                                                           leadership      55      0.10          13.69      0.10          13.69
##                                                                                tools      54      0.10          13.79      0.10          13.79
##                                                                           candidates      53      0.10          13.89      0.10          13.89
##                                                             data visualization tools      53      0.10          13.99      0.10          13.99
##                                                                           experience      53      0.10          14.09      0.10          14.09
##                                                                    predictive models      53      0.10          14.20      0.10          14.20
##                                                                             big data      52      0.10          14.29      0.10          14.29
##                                                           experienced data scientist      52      0.10          14.39      0.10          14.39
##                                                                            expertise      52      0.10          14.49      0.10          14.49
##                                                                      recommendations      52      0.10          14.59      0.10          14.59
##                                                                             benefits      51      0.10          14.69      0.10          14.69
##                                                                            databases      51      0.10          14.79      0.10          14.79
##                                                                                hands      51      0.10          14.88      0.10          14.88
##                                                          natural language processing      51      0.10          14.98      0.10          14.98
##                                                                          opportunity      51      0.10          15.08      0.10          15.08
##                                                                                  c++      50      0.10          15.17      0.10          15.17
##                                                                           dashboards      50      0.10          15.27      0.10          15.27
##                                                                 key responsibilities      50      0.10          15.36      0.10          15.36
##                                                                  actionable insights      49      0.09          15.46      0.09          15.46
##                                                                        deep learning      49      0.09          15.55      0.09          15.55
##                                                                               matlab      49      0.09          15.64      0.09          15.64
##                                                                    unstructured data      49      0.09          15.74      0.09          15.74
##                                                                                  aws      48      0.09          15.83      0.09          15.83
##                                                                                scala      48      0.09          15.92      0.09          15.92
##                                                                          willingness      48      0.09          16.01      0.09          16.01
##                                                                        consideration      47      0.09          16.10      0.09          16.10
##                                                                             insights      47      0.09          16.19      0.09          16.19
##                                                                               oracle      47      0.09          16.28      0.09          16.28
##                                                                       classification      46      0.09          16.37      0.09          16.37
##                                                                         data science      46      0.09          16.45      0.09          16.45
##                                                                             exposure      46      0.09          16.54      0.09          16.54
##                                                                         organization      46      0.09          16.63      0.09          16.63
##                                                                             projects      46      0.09          16.72      0.09          16.72
##                                                                 qualified applicants      46      0.09          16.80      0.09          16.80
##                                                                 statistical analyses      46      0.09          16.89      0.09          16.89
##                                                                           techniques      46      0.09          16.98      0.09          16.98
##                                                                           employment      45      0.09          17.06      0.09          17.06
##                                                                     complex problems      44      0.08          17.15      0.08          17.15
##                                                                           applicants      43      0.08          17.23      0.08          17.23
##                                                                             industry      43      0.08          17.31      0.08          17.31
##                                                                           matplotlib      43      0.08          17.39      0.08          17.39
##                                                                             products      43      0.08          17.48      0.08          17.48
##                                                                   quantitative field      43      0.08          17.56      0.08          17.56
##                                                                                 help      42      0.08          17.64      0.08          17.64
##                                                                            integrity      42      0.08          17.72      0.08          17.72
##                                                                       marital status      42      0.08          17.80      0.08          17.80
##                                                                                 math      42      0.08          17.88      0.08          17.88
##                                                                               pandas      42      0.08          17.96      0.08          17.96
##                                                                                peers      42      0.08          18.04      0.08          18.04
##                                                                                 plus      42      0.08          18.12      0.08          18.12
##                                                                               ggplot      41      0.08          18.20      0.08          18.20
##                                                             machine learning methods      41      0.08          18.27      0.08          18.27
##                                                                             patterns      41      0.08          18.35      0.08          18.35
##                                                             preferred qualifications      41      0.08          18.43      0.08          18.43
##                                                                             services      41      0.08          18.51      0.08          18.51
##                                                                                 time      41      0.08          18.59      0.08          18.59
##                                                                  applied mathematics      40      0.08          18.66      0.08          18.66
##                                                                       data analytics      40      0.08          18.74      0.08          18.74
##                                                                       data wrangling      40      0.08          18.81      0.08          18.81
##                                                                                order      40      0.08          18.89      0.08          18.89
##                                                                            processes      40      0.08          18.97      0.08          18.97
##                                                                            solutions      40      0.08          19.04      0.08          19.04
##                                                                             teradata      40      0.08          19.12      0.08          19.12
##                                                                                areas      39      0.07          19.19      0.07          19.19
##                                                                  data visualizations      39      0.07          19.27      0.07          19.27
##                                                                            following      39      0.07          19.34      0.07          19.34
##                                                                         technologies      39      0.07          19.42      0.07          19.42
##                                                                     cluster analysis      38      0.07          19.49      0.07          19.49
##                                                                   data visualization      38      0.07          19.56      0.07          19.56
##                                                                                  day      38      0.07          19.63      0.07          19.63
##                                                                  feature engineering      38      0.07          19.71      0.07          19.71
##                                                                                  nlp      38      0.07          19.78      0.07          19.78
##                                                                         optimization      38      0.07          19.85      0.07          19.85
##                                                               unstructured data sets      38      0.07          19.92      0.07          19.92
##                                                                           creativity      37      0.07          19.99      0.07          19.99
##                                                                    equal opportunity      37      0.07          20.06      0.07          20.06
##                                                                          health care      37      0.07          20.13      0.07          20.13
##                                                          machine learning algorithms      37      0.07          20.20      0.07          20.20
##                                                                                numpy      37      0.07          20.27      0.07          20.27
##                                                                               scikit      37      0.07          20.35      0.07          20.35
##                                                                 time series analysis      37      0.07          20.42      0.07          20.42
##                                                                         applications      36      0.07          20.48      0.07          20.48
##                                                                               duties      36      0.07          20.55      0.07          20.55
##                                                                          individuals      36      0.07          20.62      0.07          20.62
##                                                                  operations research      36      0.07          20.69      0.07          20.69
##                                                                             outliers      36      0.07          20.76      0.07          20.76
##                                                                 predictive analytics      36      0.07          20.83      0.07          20.83
##                                                                    interpreting data      35      0.07          20.89      0.07          20.89
##                                                                                keras      35      0.07          20.96      0.07          20.96
##                                                                            knowledge      35      0.07          21.03      0.07          21.03
##                                                          machine learning techniques      35      0.07          21.09      0.07          21.09
##                                                                      master's degree      35      0.07          21.16      0.07          21.16
##                                                                              mission      35      0.07          21.23      0.07          21.23
##                                                                              support      35      0.07          21.29      0.07          21.29
##                                                                           technology      35      0.07          21.36      0.07          21.36
##                                                                                 work      35      0.07          21.43      0.07          21.43
##                                                                             concepts      34      0.06          21.49      0.06          21.49
##                                                                              masters      34      0.06          21.56      0.06          21.56
##                                                                   simulation methods      34      0.06          21.62      0.06          21.62
##                                                                              success      34      0.06          21.69      0.06          21.69
##                                                                                ideas      33      0.06          21.75      0.06          21.75
##                                                                       public opinion      33      0.06          21.81      0.06          21.81
##                                                                        public policy      33      0.06          21.87      0.06          21.87
##                                                                     technical skills      33      0.06          21.94      0.06          21.94
##                                                     advanced mathematical techniques      32      0.06          22.00      0.06          22.00
##                                                                 analysis of variance      32      0.06          22.06      0.06          22.06
##                                                                  appropriate methods      32      0.06          22.12      0.06          22.12
##                                                                      bagging methods      32      0.06          22.18      0.06          22.18
##                                                                            bootstrap      32      0.06          22.24      0.06          22.24
##                                                               business case analysis      32      0.06          22.30      0.06          22.30
##                                                           challenging research needs      32      0.06          22.36      0.06          22.36
##                                                                          correlation      32      0.06          22.42      0.06          22.42
##                                                                    data capture firm      32      0.06          22.49      0.06          22.49
##                                                             graphical representation      32      0.06          22.55      0.06          22.55
##                                   growing team of skilled data capture professionals      32      0.06          22.61      0.06          22.61
##                                                information technology field of study      32      0.06          22.67      0.06          22.67
##                                                                   insight generation      32      0.06          22.73      0.06          22.73
##                                                                       large datasets      32      0.06          22.79      0.06          22.79
##                                                  leading data-driven survey research      32      0.06          22.85      0.06          22.85
##                                                                 logistics regression      32      0.06          22.91      0.06          22.91
##                                                                     modeling process      32      0.06          22.97      0.06          22.97
##                                                                          monte carlo      32      0.06          23.03      0.06          23.03
##                                                          non-partisan research areas      32      0.06          23.09      0.06          23.09
##                                                                            nosql dbs      32      0.06          23.16      0.06          23.16
##                                                      prescriptive analytic solutions      32      0.06          23.22      0.06          23.22
##                                                               problem identification      32      0.06          23.28      0.06          23.28
##                                                                              pytorch      32      0.06          23.34      0.06          23.34
##                                                                quantitative modeling      32      0.06          23.40      0.06          23.40
##                                                              reports of data metrics      32      0.06          23.46      0.06          23.46
##                                                                    research outcomes      32      0.06          23.52      0.06          23.52
##                                                                rigorous data capture      32      0.06          23.58      0.06          23.58
##                                                                                 srss      32      0.06          23.64      0.06          23.64
##                                                                  ssrs data scientist      32      0.06          23.70      0.06          23.70
##                                                                  successful modeling      32      0.06          23.76      0.06          23.76
##                                                                         team members      32      0.06          23.83      0.06          23.83
##                                                                   technical bachelor      32      0.06          23.89      0.06          23.89
##                                                                        united states      32      0.06          23.95      0.06          23.95
##                                                                                value      32      0.06          24.01      0.06          24.01
##                                                                          year degree      32      0.06          24.07      0.06          24.07
##                                                     years of related work experience      32      0.06          24.13      0.06          24.13
##                                                                             analyses      31      0.06          24.19      0.06          24.19
##                                                                           commitment      31      0.06          24.25      0.06          24.25
##                                                               data mining techniques      31      0.06          24.31      0.06          24.31
##                                                                               desire      31      0.06          24.37      0.06          24.37
##                                                                     multiple sources      31      0.06          24.43      0.06          24.43
##                                                              non-technical audiences      31      0.06          24.48      0.06          24.48
##                                                          affirmative action employer      30      0.06          24.54      0.06          24.54
##                                                                              finance      30      0.06          24.60      0.06          24.60
##                                                                            marketing      30      0.06          24.66      0.06          24.66
##                                                                  statistical methods      30      0.06          24.71      0.06          24.71
##                                                                   statistical models      30      0.06          24.77      0.06          24.77
##                                                                             training      30      0.06          24.83      0.06          24.83
##                                                                            advantage      29      0.06          24.88      0.06          24.88
##                                                                    business problems      29      0.06          24.94      0.06          24.94
##                                                                          development      29      0.06          24.99      0.06          24.99
##                                                                             findings      29      0.06          25.05      0.06          25.05
##                                                                               member      29      0.06          25.10      0.06          25.10
##                                                                               skills      29      0.06          25.16      0.06          25.16
##                                                                              testing      29      0.06          25.21      0.06          25.21
##                                                              artificial intelligence      28      0.05          25.27      0.05          25.27
##                                                                              country      28      0.05          25.32      0.05          25.32
##                                                                         disabilities      28      0.05          25.37      0.05          25.37
##                                                                           expression      28      0.05          25.43      0.05          25.43
##                                                                              minimum      28      0.05          25.48      0.05          25.48
##                                                                     position summary      28      0.05          25.53      0.05          25.53
##                                                                             analysis      27      0.05          25.58      0.05          25.58
##                                                                       best practices      27      0.05          25.64      0.05          25.64
##                                                                                   bs      27      0.05          25.69      0.05          25.69
##                                                                            diversity      27      0.05          25.74      0.05          25.74
##                                                                        methodologies      27      0.05          25.79      0.05          25.79
##                                                                                needs      27      0.05          25.84      0.05          25.84
##                                                                               travel      27      0.05          25.89      0.05          25.89
##                                                          verbal communication skills      27      0.05          25.94      0.05          25.94
##                                                                 interpersonal skills      26      0.05          25.99      0.05          25.99
##                                                              knowledge of statistics      26      0.05          26.04      0.05          26.04
##                                                                programming languages      26      0.05          26.09      0.05          26.09
##                                                                         stakeholders      26      0.05          26.14      0.05          26.14
##                                                                           validation      26      0.05          26.19      0.05          26.19
##                                                                               vision      26      0.05          26.24      0.05          26.24
##                                                         written communication skills      26      0.05          26.29      0.05          26.29
##                                                                             addition      25      0.05          26.34      0.05          26.34
##                                                                      advanced degree      25      0.05          26.39      0.05          26.39
##                                                                           businesses      25      0.05          26.43      0.05          26.43
##                                                                            curiosity      25      0.05          26.48      0.05          26.48
##                                                                             customer      25      0.05          26.53      0.05          26.53
##                                                                    data science team      25      0.05          26.58      0.05          26.58
##                                                                    disability status      25      0.05          26.62      0.05          26.62
##                                                                  genetic information      25      0.05          26.67      0.05          26.67
##                                                                       implementation      25      0.05          26.72      0.05          26.72
##                                                                                  job      25      0.05          26.77      0.05          26.77
##                                                                       masters degree      25      0.05          26.81      0.05          26.81
##                                                                                scale      25      0.05          26.86      0.05          26.86
##                                                                 statistical modeling      25      0.05          26.91      0.05          26.91
##                                                                    anomaly detection      24      0.05          26.96      0.05          26.96
##                                                                               career      24      0.05          27.00      0.05          27.00
##                                                                       data engineers      24      0.05          27.05      0.05          27.05
##                                                                           frameworks      24      0.05          27.09      0.05          27.09
##                                                                                  git      24      0.05          27.14      0.05          27.14
##                                                                           innovation      24      0.05          27.18      0.05          27.18
##                                                                             location      24      0.05          27.23      0.05          27.23
##                                                                              methods      24      0.05          27.28      0.05          27.28
##                                                                            positions      24      0.05          27.32      0.05          27.32
##                                                                       proven ability      24      0.05          27.37      0.05          27.37
##                                                                statistical inference      24      0.05          27.41      0.05          27.41
##                                                                                  way      24      0.05          27.46      0.05          27.46
##                                                                     years experience      24      0.05          27.50      0.05          27.50
##                                                                          citizenship      23      0.04          27.55      0.04          27.55
##                                                            collaborative environment      23      0.04          27.59      0.04          27.59
##                                                                 communication skills      23      0.04          27.64      0.04          27.64
##                                                                            countries      23      0.04          27.68      0.04          27.68
##                                                                               future      23      0.04          27.72      0.04          27.72
##                                                                          information      23      0.04          27.77      0.04          27.77
##                                                                 innovative solutions      23      0.04          27.81      0.04          27.81
##                                                              machine learning models      23      0.04          27.85      0.04          27.85
##                                                                           operations      23      0.04          27.90      0.04          27.90
##                                                                        presentations      23      0.04          27.94      0.04          27.94
##                                                             primary responsibilities      23      0.04          27.99      0.04          27.99
##                                                                           production      23      0.04          28.03      0.04          28.03
##                                                                             research      23      0.04          28.07      0.04          28.07
##                                                                              world's      23      0.04          28.12      0.04          28.12
##                                                         years of relevant experience      23      0.04          28.16      0.04          28.16
##                                                                           automation      22      0.04          28.20      0.04          28.20
##                                                                        collaboration      22      0.04          28.24      0.04          28.24
##                                                                      decision-making      22      0.04          28.29      0.04          28.29
##                                                                           difference      22      0.04          28.33      0.04          28.33
##                                                                        effectiveness      22      0.04          28.37      0.04          28.37
##                                                                            engineers      22      0.04          28.41      0.04          28.41
##                                                                           enterprise      22      0.04          28.45      0.04          28.45
##                                                                                focus      22      0.04          28.50      0.04          28.50
##                                                                          forecasting      22      0.04          28.54      0.04          28.54
##                                                               minimum qualifications      22      0.04          28.58      0.04          28.58
##                                                                          performance      22      0.04          28.62      0.04          28.62
##                                                                                  pig      22      0.04          28.66      0.04          28.66
##                                                                          programming      22      0.04          28.71      0.04          28.71
##                                                                              scripts      22      0.04          28.75      0.04          28.75
##                                                               additional information      21      0.04          28.79      0.04          28.79
##                                                                             ancestry      21      0.04          28.83      0.04          28.83
##                                                                 basic qualifications      21      0.04          28.87      0.04          28.87
##                                                                    critical thinking      21      0.04          28.91      0.04          28.91
##                                                                          description      21      0.04          28.95      0.04          28.95
##                                                                       desired skills      21      0.04          28.99      0.04          28.99
##                                                               fast-paced environment      21      0.04          29.03      0.04          29.03
##                                                                           healthcare      21      0.04          29.07      0.04          29.07
##                                                                large volumes of data      21      0.04          29.11      0.04          29.11
##                                                                                 perl      21      0.04          29.15      0.04          29.15
##                                                                 relational databases      21      0.04          29.19      0.04          29.19
##                                                                               resume      21      0.04          29.23      0.04          29.23
##                                                                                 spss      21      0.04          29.27      0.04          29.27
##                                                                  visualization tools      21      0.04          29.31      0.04          29.31
##                                                             years of work experience      21      0.04          29.35      0.04          29.35
##                                                                            analytics      20      0.04          29.39      0.04          29.39
##                                                                              answers      20      0.04          29.42      0.04          29.42
##                                                                       business needs      20      0.04          29.46      0.04          29.46
##                                                                    business partners      20      0.04          29.50      0.04          29.50
##                                                                               change      20      0.04          29.54      0.04          29.54
##                                                                            companies      20      0.04          29.58      0.04          29.58
##                                                                    complex data sets      20      0.04          29.61      0.04          29.61
##                                                                              culture      20      0.04          29.65      0.04          29.65
##                                                                            decisions      20      0.04          29.69      0.04          29.69
##                                                                           efficiency      20      0.04          29.73      0.04          29.73
##                                                            exploratory data analysis      20      0.04          29.77      0.04          29.77
##                                                                  hands-on experience      20      0.04          29.80      0.04          29.80
##                                                                             modeling      20      0.04          29.84      0.04          29.84
##                                                                                 need      20      0.04          29.88      0.04          29.88
##                                                                             overview      20      0.04          29.92      0.04          29.92
##                                                                 practical experience      20      0.04          29.96      0.04          29.96
##                                                                                story      20      0.04          29.99      0.04          29.99
##                                                                                 team      20      0.04          30.03      0.04          30.03
##                                                                               things      20      0.04          30.07      0.04          30.07
##                                                                                users      20      0.04          30.11      0.04          30.11
##                                                                       visualizations      20      0.04          30.15      0.04          30.15
##                                                                                works      20      0.04          30.18      0.04          30.18
##                                                                   advanced analytics      19      0.04          30.22      0.04          30.22
##                                                                         apache spark      19      0.04          30.26      0.04          30.26
##                                                                             building      19      0.04          30.29      0.04          30.29
##                                                                   business analytics      19      0.04          30.33      0.04          30.33
##                                                                        distributions      19      0.04          30.37      0.04          30.37
##                                                                               docker      19      0.04          30.40      0.04          30.40
##                                                                    engineering teams      19      0.04          30.44      0.04          30.44
##                                                         equal employment opportunity      19      0.04          30.47      0.04          30.47
##                                                                equivalent experience      19      0.04          30.51      0.04          30.51
##                                                                              friends      19      0.04          30.55      0.04          30.55
##                                                                       hard questions      19      0.04          30.58      0.04          30.58
##                                                                   hypothesis testing      19      0.04          30.62      0.04          30.62
##                                                                           individual      19      0.04          30.66      0.04          30.66
##                                                                  logistic regression      19      0.04          30.69      0.04          30.69
##                                                                           management      19      0.04          30.73      0.04          30.73
##                                                                             metadata      19      0.04          30.76      0.04          30.76
##                                                                             partners      19      0.04          30.80      0.04          30.80
##                                                               problem-solving skills      19      0.04          30.84      0.04          30.84
##                                                                                scipy      19      0.04          30.87      0.04          30.87
##                                                                 strong communication      19      0.04          30.91      0.04          30.91
##                                                                             academia      18      0.03          30.94      0.03          30.94
##                                                         accuracy of new data sources      18      0.03          30.98      0.03          30.98
##                                                                            bs degree      18      0.03          31.01      0.03          31.01
##                                                                       certifications      18      0.03          31.05      0.03          31.05
##                                                                           challenges      18      0.03          31.08      0.03          31.08
##                                                                            cleansing      18      0.03          31.11      0.03          31.11
##                                                                                 code      18      0.03          31.15      0.03          31.15
##                                                                   deep understanding      18      0.03          31.18      0.03          31.18
##                                                                          documenting      18      0.03          31.22      0.03          31.22
##                                                                              fluency      18      0.03          31.25      0.03          31.25
##                                                                            great fit      18      0.03          31.29      0.03          31.29
##                                                                               impact      18      0.03          31.32      0.03          31.32
##                                                                           industries      18      0.03          31.35      0.03          31.35
##                                                                innovative approaches      18      0.03          31.39      0.03          31.39
##                                                                              mongodb      18      0.03          31.42      0.03          31.42
##                                                                            new ideas      18      0.03          31.46      0.03          31.46
##                                                                      nosql databases      18      0.03          31.49      0.03          31.49
##                                                                   research processes      18      0.03          31.53      0.03          31.53
##                                                                    senior management      18      0.03          31.56      0.03          31.56
##                                                                 successful candidate      18      0.03          31.59      0.03          31.59
##                                                                                tasks      18      0.03          31.63      0.03          31.63
##                                                                          text mining      18      0.03          31.66      0.03          31.66
##                                                                                 ways      18      0.03          31.70      0.03          31.70
##                                                                    agile environment      17      0.03          31.73      0.03          31.73
##                                                              analytic determinations      17      0.03          31.76      0.03          31.76
##                                                                       analytic plans      17      0.03          31.79      0.03          31.79
##                                                                                azure      17      0.03          31.83      0.03          31.83
##                                                                big data technologies      17      0.03          31.86      0.03          31.86
##                                                                complex data problems      17      0.03          31.89      0.03          31.89
##                                                                  data science skills      17      0.03          31.92      0.03          31.92
##                                                               desired qualifications      17      0.03          31.96      0.03          31.96
##                                                                                  eoe      17      0.03          31.99      0.03          31.99
##                                                                              fortune      17      0.03          32.02      0.03          32.02
##                                                                                 goal      17      0.03          32.05      0.03          32.05
##                                                               industrial engineering      17      0.03          32.08      0.03          32.08
##                                                                       lasting impact      17      0.03          32.12      0.03          32.12
##                                                                                 life      17      0.03          32.15      0.03          32.15
##                                                                                linux      17      0.03          32.18      0.03          32.18
##                                                                                mysql      17      0.03          32.21      0.03          32.21
##                                                                             new ways      17      0.03          32.25      0.03          32.25
##                                                                          persistence      17      0.03          32.28      0.03          32.28
##                                                                           phd degree      17      0.03          32.31      0.03          32.31
##                                                                            questions      17      0.03          32.34      0.03          32.34
##                                                                            reasoning      17      0.03          32.38      0.03          32.38
##                                                                   related discipline      17      0.03          32.41      0.03          32.41
##                                                                        relationships      17      0.03          32.44      0.03          32.44
##                                                                              reports      17      0.03          32.47      0.03          32.47
##                                                                  scripting languages      17      0.03          32.51      0.03          32.51
##                                                                                state      17      0.03          32.54      0.03          32.54
##                                                       statistical computer languages      17      0.03          32.57      0.03          32.57
##                                                                  statistical testing      17      0.03          32.60      0.03          32.60
##                                                                              systems      17      0.03          32.64      0.03          32.64
##                                                                unsupervised learning      17      0.03          32.67      0.03          32.67
##                                                                    actionable manner      16      0.03          32.70      0.03          32.70
##                                                                          adversaries      16      0.03          32.73      0.03          32.73
##                                                                    analytical skills      16      0.03          32.76      0.03          32.76
##                                                                            b testing      16      0.03          32.79      0.03          32.79
##                                                                  business strategies      16      0.03          32.82      0.03          32.82
##                                                                       business teams      16      0.03          32.85      0.03          32.85
##                                                      challenging real-world problems      16      0.03          32.88      0.03          32.88
##                                                                   competitive salary      16      0.03          32.91      0.03          32.91
##                                                                   continual learning      16      0.03          32.94      0.03          32.94
##                                                                 customer experiences      16      0.03          32.97      0.03          32.97
##                                                                     data engineering      16      0.03          33.00      0.03          33.00
##                                                                            data sets      16      0.03          33.03      0.03          33.03
##                                                                             disabled      16      0.03          33.06      0.03          33.06
##                                                                             emphasis      16      0.03          33.09      0.03          33.09
##                                                                             engineer      16      0.03          33.12      0.03          33.12
##                                                                    external training      16      0.03          33.15      0.03          33.15
##                                                                          generations      16      0.03          33.19      0.03          33.19
##                                                                hardware capabilities      16      0.03          33.22      0.03          33.22
##                                                                    integrity of data      16      0.03          33.25      0.03          33.25
##                                                                                   it      16      0.03          33.28      0.03          33.28
##                                                                    jupyter notebooks      16      0.03          33.31      0.03          33.31
##                                                                      meaningful work      16      0.03          33.34      0.03          33.34
##                                                                              members      16      0.03          33.37      0.03          33.37
##                                                                    model performance      16      0.03          33.40      0.03          33.40
##                                                                            new tools      16      0.03          33.43      0.03          33.43
##                                                                                place      16      0.03          33.46      0.03          33.46
##                                                                      problem solvers      16      0.03          33.49      0.03          33.49
##                                                                             problems      16      0.03          33.52      0.03          33.52
##                                                         quantitative analysis skills      16      0.03          33.55      0.03          33.55
##                                                              quantitative discipline      16      0.03          33.58      0.03          33.58
##                                                            reasonable accommodations      16      0.03          33.61      0.03          33.61
##                                                                            reporting      16      0.03          33.64      0.03          33.64
##                                                            rigorous analysis of data      16      0.03          33.67      0.03          33.67
##                                                                                sales      16      0.03          33.70      0.03          33.70
##                                                                             software      16      0.03          33.73      0.03          33.73
##                                                                 software engineering      16      0.03          33.76      0.03          33.76
##                                                         strong communications skills      16      0.03          33.79      0.03          33.79
##                                                                            successes      16      0.03          33.83      0.03          33.83
##                                                                                  svm      16      0.03          33.86      0.03          33.86
##                                                                      team of experts      16      0.03          33.89      0.03          33.89
##                                                                                teams      16      0.03          33.92      0.03          33.92
##                                                                  technical audiences      16      0.03          33.95      0.03          33.95
##                                                                  technical solutions      16      0.03          33.98      0.03          33.98
##                                                                      vision coverage      16      0.03          34.01      0.03          34.01
##                                                                        work schedule      16      0.03          34.04      0.03          34.04
##                                                                   year of experience      16      0.03          34.07      0.03          34.07
##                                      advanced team of computer science professionals      15      0.03          34.10      0.03          34.10
##                                                                      american people      15      0.03          34.13      0.03          34.13
##                                                                analytic capabilities      15      0.03          34.15      0.03          34.15
##                                                                       anomalous data      15      0.03          34.18      0.03          34.18
##                                                                                 apis      15      0.03          34.21      0.03          34.21
##                                                                            attention      15      0.03          34.24      0.03          34.24
##                                                                     bachelors degree      15      0.03          34.27      0.03          34.27
##                                                                        basis of race      15      0.03          34.30      0.03          34.30
##                                                              breadth of data science      15      0.03          34.33      0.03          34.33
##                                                                    business outcomes      15      0.03          34.35      0.03          34.35
##                                                                         capabilities      15      0.03          34.38      0.03          34.38
##                                                                 challenging problems      15      0.03          34.41      0.03          34.41
##                                                               classified information      15      0.03          34.44      0.03          34.44
##                                                                          common goal      15      0.03          34.47      0.03          34.47
##                                                                        communication      15      0.03          34.50      0.03          34.50
##                                                            complex business problems      15      0.03          34.53      0.03          34.53
##                                                                complicated data sets      15      0.03          34.55      0.03          34.55
##                                                               computational sciences      15      0.03          34.58      0.03          34.58
##                                                           computer science expertise      15      0.03          34.61      0.03          34.61
##                                                              computer science topics      15      0.03          34.64      0.03          34.64
##                                                         counterintelligence purposes      15      0.03          34.67      0.03          34.67
##                                                                    critical thinkers      15      0.03          34.70      0.03          34.70
##                                               css data scientist development program      15      0.03          34.73      0.03          34.73
##                                                                      data evaluation      15      0.03          34.75      0.03          34.75
##                                                                          data models      15      0.03          34.78      0.03          34.78
##                                                             data science examination      15      0.03          34.81      0.03          34.81
##                                                                  data science talent      15      0.03          34.84      0.03          34.84
##                                                                     data science wor      15      0.03          34.87      0.03          34.87
##                                                                     day requirements      15      0.03          34.90      0.03          34.90
##                                                                            deadlines      15      0.03          34.93      0.03          34.93
##                                                                       degree program      15      0.03          34.95      0.03          34.95
##                                                                           department      15      0.03          34.98      0.03          34.98
##                                                                           deployment      15      0.03          35.01      0.03          35.01
##                                                                                 dsdp      15      0.03          35.04      0.03          35.04
##                                                                     edge innovations      15      0.03          35.07      0.03          35.07
##                                                             eligibility requirements      15      0.03          35.10      0.03          35.10
##                                                                           excellence      15      0.03          35.13      0.03          35.13
##                                                                           executives      15      0.03          35.15      0.03          35.15
##                                                                          experiences      15      0.03          35.18      0.03          35.18
##                                                                          experiments      15      0.03          35.21      0.03          35.21
##                                                                        families safe      15      0.03          35.24      0.03          35.24
##                                                                     fellow americans      15      0.03          35.27      0.03          35.27
##                                                                field of data science      15      0.03          35.30      0.03          35.30
##                                                                fields of mathematics      15      0.03          35.33      0.03          35.33
##                                                      foreign intelligence operations      15      0.03          35.35      0.03          35.35
##                                                         foreign signals intelligence      15      0.03          35.38      0.03          35.38
##                                                                      foreign threats      15      0.03          35.41      0.03          35.41
##                                                                      fraud detection      15      0.03          35.44      0.03          35.44
##                                                           frontier of communications      15      0.03          35.47      0.03          35.47
##                                                                           government      15      0.03          35.50      0.03          35.50
##                                                       government information systems      15      0.03          35.53      0.03          35.53
##                                                           high-performance computing      15      0.03          35.55      0.03          35.55
##                                                                         improvements      15      0.03          35.58      0.03          35.58
##                                                             intelligence information      15      0.03          35.61      0.03          35.61
##                                                                 internal nsa courses      15      0.03          35.64      0.03          35.64
##                                                         interpretable visualizations      15      0.03          35.67      0.03          35.67
##                                                                           javascript      15      0.03          35.70      0.03          35.70
##                                                                         job training      15      0.03          35.73      0.03          35.73
##                                                                            languages      15      0.03          35.75      0.03          35.75
##                                                                                  law      15      0.03          35.78      0.03          35.78
##                                                                 mathematical science      15      0.03          35.81      0.03          35.81
##                                                                    month assignments      15      0.03          35.84      0.03          35.84
##                                                                motivated individuals      15      0.03          35.87      0.03          35.87
##                                                                    multiple projects      15      0.03          35.90      0.03          35.90
##                                                                      nation's leader      15      0.03          35.93      0.03          35.93
##                                                             national security agency      15      0.03          35.95      0.03          35.95
##                                                          national security interests      15      0.03          35.98      0.03          35.98
##                                                                        new standards      15      0.03          36.01      0.03          36.01
##                                                                     new technologies      15      0.03          36.04      0.03          36.04
##                                                                     nsa's challenges      15      0.03          36.07      0.03          36.07
##                                                           nsa's data scientist roles      15      0.03          36.10      0.03          36.10
##                                                                        nsa's experts      15      0.03          36.13      0.03          36.13
##                                                                        nsa's mission      15      0.03          36.15      0.03          36.15
##                                                                       nsa's software      15      0.03          36.18      0.03          36.18
##                                                               presenting information      15      0.03          36.21      0.03          36.21
##                                                                             redshift      15      0.03          36.24      0.03          36.24
##                                                               research new solutions      15      0.03          36.27      0.03          36.27
##                                                                       responsibility      15      0.03          36.30      0.03          36.30
##                                                                   scientific process      15      0.03          36.33      0.03          36.33
##                                             search of computer science professionals      15      0.03          36.35      0.03          36.35
##                                                                             selectee      15      0.03          36.38      0.03          36.38
##                                   sensitive classified national security information      15      0.03          36.41      0.03          36.41
##                                                                                  sex      15      0.03          36.44      0.03          36.44
##                                                                 software development      15      0.03          36.47      0.03          36.47
##                                                                    steadfast defense      15      0.03          36.50      0.03          36.50
##                                                                     story of diverse      15      0.03          36.52      0.03          36.52
##                                                          strong communication skills      15      0.03          36.55      0.03          36.55
##                                                                       strong offense      15      0.03          36.58      0.03          36.58
##                                                                technical conferences      15      0.03          36.61      0.03          36.61
##                                                             technical mission office      15      0.03          36.64      0.03          36.64
##                                                                             tenacity      15      0.03          36.67      0.03          36.67
##                                                               three-year opportunity      15      0.03          36.70      0.03          36.70
##                                                        transformation of information      15      0.03          36.72      0.03          36.72
##                                                                   unique opportunity      15      0.03          36.75      0.03          36.75
##                                                     variety of diverse organizations      15      0.03          36.78      0.03          36.78
##                                                                              veteran      15      0.03          36.81      0.03          36.81
##                                                         weekly technical roundtables      15      0.03          36.84      0.03          36.84
##                                                                         world events      15      0.03          36.87      0.03          36.87
##                                                                    analytical models      14      0.03          36.89      0.03          36.89
##                                                                 analytical solutions      14      0.03          36.92      0.03          36.92
##                                                                            bachelors      14      0.03          36.95      0.03          36.95
##                                                                business intelligence      14      0.03          36.97      0.03          36.97
##                                                                          classifiers      14      0.03          37.00      0.03          37.00
##                                                                             cleaning      14      0.03          37.03      0.03          37.03
##                                                                            community      14      0.03          37.05      0.03          37.05
##                                                                         complex data      14      0.03          37.08      0.03          37.08
##                                                                           complexity      14      0.03          37.11      0.03          37.11
##                                                                      computer vision      14      0.03          37.13      0.03          37.13
##                                                                                 core      14      0.03          37.16      0.03          37.16
##                                                                        data modeling      14      0.03          37.19      0.03          37.19
##                                                                    diverse workforce      14      0.03          37.21      0.03          37.21
##                                                                              efforts      14      0.03          37.24      0.03          37.24
##                                                                  essential functions      14      0.03          37.27      0.03          37.27
##                                                                            ethnicity      14      0.03          37.29      0.03          37.29
##                                                                               events      14      0.03          37.32      0.03          37.32
##                                                                             features      14      0.03          37.35      0.03          37.35
##                                                                               github      14      0.03          37.37      0.03          37.37
##                                                               information technology      14      0.03          37.40      0.03          37.40
##                                                                         latest tools      14      0.03          37.43      0.03          37.43
##                                                                              ll work      14      0.03          37.45      0.03          37.45
##                                                                              metrics      14      0.03          37.48      0.03          37.48
##                                                                             minority      14      0.03          37.51      0.03          37.51
##                                                                            ms degree      14      0.03          37.53      0.03          37.53
##                                                                           objectives      14      0.03          37.56      0.03          37.56
##                                                                 position description      14      0.03          37.59      0.03          37.59
##                                                                        possibilities      14      0.03          37.61      0.03          37.61
##                                                                  presentation skills      14      0.03          37.64      0.03          37.64
##                                                                  previous experience      14      0.03          37.67      0.03          37.67
##                                                                           processing      14      0.03          37.69      0.03          37.69
##                                                                              product      14      0.03          37.72      0.03          37.72
##                                                                    proven experience      14      0.03          37.75      0.03          37.75
##                                                                quantitative analysis      14      0.03          37.77      0.03          37.77
##                                                               recommendation systems      14      0.03          37.80      0.03          37.80
##                                                                          simulations      14      0.03          37.83      0.03          37.83
##                                                                                 that      14      0.03          37.85      0.03          37.85
##                                                                                 unix      14      0.03          37.88      0.03          37.88
##                                                                             veterans      14      0.03          37.91      0.03          37.91
##                                                                        visualization      14      0.03          37.93      0.03          37.93
##                                                    years of relevant work experience      14      0.03          37.96      0.03          37.96
##                                                                            abilities      13      0.02          37.99      0.02          37.99
##                                                                       analytics team      13      0.02          38.01      0.02          38.01
##                                                                          application      13      0.02          38.03      0.02          38.03
##                                                                         applied math      13      0.02          38.06      0.02          38.06
##                                                                   applied statistics      13      0.02          38.08      0.02          38.08
##                                                                       bioinformatics      13      0.02          38.11      0.02          38.11
##                                                                   business processes      13      0.02          38.13      0.02          38.13
##                                                                       business value      13      0.02          38.16      0.02          38.16
##                                                                            candidate      13      0.02          38.18      0.02          38.18
##                                                                            cassandra      13      0.02          38.21      0.02          38.21
##                                                                               chance      13      0.02          38.23      0.02          38.23
##                                                                              comfort      13      0.02          38.26      0.02          38.26
##                                                                  comfortable working      13      0.02          38.28      0.02          38.28
##                                                                           consulting      13      0.02          38.31      0.02          38.31
##                                                                  customer experience      13      0.02          38.33      0.02          38.33
##                                                                customer segmentation      13      0.02          38.36      0.02          38.36
##                                                                     data integration      13      0.02          38.38      0.02          38.38
##                                                                      data management      13      0.02          38.41      0.02          38.41
##                                                                      deep experience      13      0.02          38.43      0.02          38.43
##                                                             deep learning frameworks      13      0.02          38.46      0.02          38.46
##                                                             dimensionality reduction      13      0.02          38.48      0.02          38.48
##                                                                  dynamic environment      13      0.02          38.51      0.02          38.51
##                                                                         econometrics      13      0.02          38.53      0.02          38.53
##                                                                           engagement      13      0.02          38.55      0.02          38.55
##                                                                            execution      13      0.02          38.58      0.02          38.58
##                                                                  experimental design      13      0.02          38.60      0.02          38.60
##                                                                            incumbent      13      0.02          38.63      0.02          38.63
##                                                                 job responsibilities      13      0.02          38.65      0.02          38.65
##                                                                         key insights      13      0.02          38.68      0.02          38.68
##                                                                               levels      13      0.02          38.70      0.02          38.70
##                                                                          limitations      13      0.02          38.73      0.02          38.73
##                                                                                lives      13      0.02          38.75      0.02          38.75
##                                                                multiple data sources      13      0.02          38.78      0.02          38.78
##                                                               operational efficiency      13      0.02          38.80      0.02          38.80
##                                                                         presentation      13      0.02          38.83      0.02          38.83
##                                                                          probability      13      0.02          38.85      0.02          38.85
##                                                                           procedures      13      0.02          38.88      0.02          38.88
##                                                                     product managers      13      0.02          38.90      0.02          38.90
##                                                                             programs      13      0.02          38.93      0.02          38.93
##                                                                  software developers      13      0.02          38.95      0.02          38.95
##                                                                           sql server      13      0.02          38.98      0.02          38.98
##                                                                           strategies      13      0.02          39.00      0.02          39.00
##                                                                         supply chain      13      0.02          39.02      0.02          39.02
##                                                                                women      13      0.02          39.05      0.02          39.05
##                                                                             accuracy      12      0.02          39.07      0.02          39.07
##                                                                     analytic systems      12      0.02          39.10      0.02          39.10
##                                                                            anomalies      12      0.02          39.12      0.02          39.12
##                                                                           background      12      0.02          39.14      0.02          39.14
##                                                                        biostatistics      12      0.02          39.16      0.02          39.16
##                                                                           boundaries      12      0.02          39.19      0.02          39.19
##                                                                   business decisions      12      0.02          39.21      0.02          39.21
##                                                                business requirements      12      0.02          39.23      0.02          39.23
##                                                                   business solutions      12      0.02          39.26      0.02          39.26
##                                                                              careers      12      0.02          39.28      0.02          39.28
##                                                                               client      12      0.02          39.30      0.02          39.30
##                                                                           completion      12      0.02          39.32      0.02          39.32
##                                                                            consumers      12      0.02          39.35      0.02          39.35
##                                                               cross-functional teams      12      0.02          39.37      0.02          39.37
##                                                                     data exploration      12      0.02          39.39      0.02          39.39
##                                                                      data processing      12      0.02          39.42      0.02          39.42
##                                                               decision tree learning      12      0.02          39.44      0.02          39.44
##                                                                               degree      12      0.02          39.46      0.02          39.46
##                                                                             document      12      0.02          39.48      0.02          39.48
##                                                                                  eeo      12      0.02          39.51      0.02          39.51
##                                                               electrical engineering      12      0.02          39.53      0.02          39.53
##                                                       excellent communication skills      12      0.02          39.55      0.02          39.55
##                                                               fast paced environment      12      0.02          39.58      0.02          39.58
##                                                                   financial services      12      0.02          39.60      0.02          39.60
##                                                                          flexibility      12      0.02          39.62      0.02          39.62
##                                                                             guidance      12      0.02          39.64      0.02          39.64
##                                                                                hbase      12      0.02          39.67      0.02          39.67
##                                                                               health      12      0.02          39.69      0.02          39.69
##                                                                          hortonworks      12      0.02          39.71      0.02          39.71
##                                                                              insight      12      0.02          39.73      0.02          39.73
##                                                                               issues      12      0.02          39.76      0.02          39.76
##                                                                          job summary      12      0.02          39.78      0.02          39.78
##                                                                                kafka      12      0.02          39.80      0.02          39.80
##                                                                        manufacturing      12      0.02          39.83      0.02          39.83
##                                                                               mining      12      0.02          39.85      0.02          39.85
##                                                                          naive bayes      12      0.02          39.87      0.02          39.87
##                                                                             outcomes      12      0.02          39.89      0.02          39.89
##                                                                            paid time      12      0.02          39.92      0.02          39.92
##                                                                               person      12      0.02          39.94      0.02          39.94
##                                                                             platform      12      0.02          39.96      0.02          39.96
##                                                                           powerpoint      12      0.02          39.99      0.02          39.99
##                                                                   programming skills      12      0.02          40.01      0.02          40.01
##                                                                             progress      12      0.02          40.03      0.02          40.03
##                                                                        project teams      12      0.02          40.05      0.02          40.05
##                                                                               s data      12      0.02          40.08      0.02          40.08
##                                                                        saas products      12      0.02          40.10      0.02          40.10
##                                                                        san francisco      12      0.02          40.12      0.02          40.12
##                                                                             security      12      0.02          40.15      0.02          40.15
##                                                               security investigation      12      0.02          40.17      0.02          40.17
##                                                                               splunk      12      0.02          40.19      0.02          40.19
##                                                               statistical techniques      12      0.02          40.21      0.02          40.21
##                                                                              stories      12      0.02          40.24      0.02          40.24
##                                                                    strong background      12      0.02          40.26      0.02          40.26
##                                                               strong business acumen      12      0.02          40.28      0.02          40.28
##                                                                    strong experience      12      0.02          40.31      0.02          40.31
##                                                                              summary      12      0.02          40.33      0.02          40.33
##                                                                                  use      12      0.02          40.35      0.02          40.35
##                                               variety of machine learning techniques      12      0.02          40.37      0.02          40.37
##                                                                               verbal      12      0.02          40.40      0.02          40.40
##                                                                           way people      12      0.02          40.42      0.02          40.42
##                                                     years of data science experience      12      0.02          40.44      0.02          40.44
##                                                                  amazon web services      11      0.02          40.46      0.02          40.46
##                                                           artificial neural networks      11      0.02          40.49      0.02          40.49
##                                                                                 best      11      0.02          40.51      0.02          40.51
##                                                                      business impact      11      0.02          40.53      0.02          40.53
##                                                                business stakeholders      11      0.02          40.55      0.02          40.55
##                                                                       business users      11      0.02          40.57      0.02          40.57
##                                                                                   c#      11      0.02          40.59      0.02          40.59
##                                                                           california      11      0.02          40.61      0.02          40.61
##                                                                               center      11      0.02          40.63      0.02          40.63
##                                                                      cloud computing      11      0.02          40.65      0.02          40.65
##                                                                           colleagues      11      0.02          40.67      0.02          40.67
##                                                         common data science toolkits      11      0.02          40.69      0.02          40.69
##                                                             competitive compensation      11      0.02          40.72      0.02          40.72
##                                                                    customer behavior      11      0.02          40.74      0.02          40.74
##                                                               data science solutions      11      0.02          40.76      0.02          40.76
##                                                                         data sources      11      0.02          40.78      0.02          40.78
##                                                                                 date      11      0.02          40.80      0.02          40.80
##                                                                            direction      11      0.02          40.82      0.02          40.82
##                                                                       discrimination      11      0.02          40.84      0.02          40.84
##                                                                                drive      11      0.02          40.86      0.02          40.86
##                                                                     engineering team      11      0.02          40.88      0.02          40.88
##                                                                   full-time position      11      0.02          40.90      0.02          40.90
##                                                                               gender      11      0.02          40.92      0.02          40.92
##                                                                           hypotheses      11      0.02          40.95      0.02          40.95
##                                                                           initiative      11      0.02          40.97      0.02          40.97
##                                                           key performance indicators      11      0.02          40.99      0.02          40.99
##                                                                             key role      11      0.02          41.01      0.02          41.01
##                                                                               leader      11      0.02          41.03      0.02          41.03
##                                                                                  map      11      0.02          41.05      0.02          41.05
##                                                                            mapreduce      11      0.02          41.07      0.02          41.07
##                                                                               matter      11      0.02          41.09      0.02          41.09
##                                                                    model development      11      0.02          41.11      0.02          41.11
##                                                                    new opportunities      11      0.02          41.13      0.02          41.13
##                                                                                 nltk      11      0.02          41.16      0.02          41.16
##                                                                             packages      11      0.02          41.18      0.02          41.18
##                                                                        participation      11      0.02          41.20      0.02          41.20
##                                                                            pipelines      11      0.02          41.22      0.02          41.22
##                                                                            platforms      11      0.02          41.24      0.02          41.24
##                                                                            pregnancy      11      0.02          41.26      0.02          41.26
##                                                                     primary location      11      0.02          41.28      0.02          41.28
##                                                                     prior experience      11      0.02          41.30      0.02          41.30
##                                                                 process improvements      11      0.02          41.32      0.02          41.32
##                                                                 process optimization      11      0.02          41.34      0.02          41.34
##                                                               production environment      11      0.02          41.36      0.02          41.36
##                                                                       random forests      11      0.02          41.39      0.02          41.39
##                                                                  recommender systems      11      0.02          41.41      0.02          41.41
##                                                                       related fields      11      0.02          41.43      0.02          41.43
##                                                                  relational database      11      0.02          41.45      0.02          41.45
##                                                                            resources      11      0.02          41.47      0.02          41.47
##                                                               significant experience      11      0.02          41.49      0.02          41.49
##                                                                           simulation      11      0.02          41.51      0.02          41.51
##                                                                   software engineers      11      0.02          41.53      0.02          41.53
##                                                                               talent      11      0.02          41.55      0.02          41.55
##                                                                      talented people      11      0.02          41.57      0.02          41.57
##                                                                          team player      11      0.02          41.60      0.02          41.60
##                                                                             teamwork      11      0.02          41.62      0.02          41.62
##                                                                           accordance      10      0.02          41.64      0.02          41.64
##                                                           actionable recommendations      10      0.02          41.65      0.02          41.65
##                                                                   affirmative action      10      0.02          41.67      0.02          41.67
##                                                                algorithm development      10      0.02          41.69      0.02          41.69
##                                                                  application process      10      0.02          41.71      0.02          41.71
##                                                                           approaches      10      0.02          41.73      0.02          41.73
##                                                                           assessment      10      0.02          41.75      0.02          41.75
##                                                                 business environment      10      0.02          41.77      0.02          41.77
##                                                                              cleanse      10      0.02          41.79      0.02          41.79
##                                                                                cloud      10      0.02          41.81      0.02          41.81
##                                                                        collaborative      10      0.02          41.83      0.02          41.83
##                                                                          communities      10      0.02          41.84      0.02          41.84
##                                                                computational biology      10      0.02          41.86      0.02          41.86
##                                                                 computer programming      10      0.02          41.88      0.02          41.88
##                                                                          conferences      10      0.02          41.90      0.02          41.90
##                                                                         cover letter      10      0.02          41.92      0.02          41.92
##                                                                     data acquisition      10      0.02          41.94      0.02          41.94
##                                                                      data collection      10      0.02          41.96      0.02          41.96
##                                                           data collection procedures      10      0.02          41.98      0.02          41.98
##                                                              data science techniques      10      0.02          42.00      0.02          42.00
##                                                                              defense      10      0.02          42.02      0.02          42.02
##                                                                             delivery      10      0.02          42.03      0.02          42.03
##                                                                        demonstration      10      0.02          42.05      0.02          42.05
##                                                                distributed computing      10      0.02          42.07      0.02          42.07
##                                                                             employee      10      0.02          42.09      0.02          42.09
##                                                                     excellent verbal      10      0.02          42.11      0.02          42.11
##                                                                               female      10      0.02          42.13      0.02          42.13
##                                                                     fraud prevention      10      0.02          42.15      0.02          42.15
##                                                                            functions      10      0.02          42.17      0.02          42.17
##                                                                    gender expression      10      0.02          42.19      0.02          42.19
##                                                                             genetics      10      0.02          42.21      0.02          42.21
##                                                                                goals      10      0.02          42.23      0.02          42.23
##                                                                      graduate degree      10      0.02          42.24      0.02          42.24
##                                                                            greatness      10      0.02          42.26      0.02          42.26
##                                                                               growth      10      0.02          42.28      0.02          42.28
##                                                               intellectual curiosity      10      0.02          42.30      0.02          42.30
##                                                                   internal customers      10      0.02          42.32      0.02          42.32
##                                                                                  iot      10      0.02          42.34      0.02          42.34
##                                                                            job title      10      0.02          42.36      0.02          42.36
##                                                                             job type      10      0.02          42.38      0.02          42.38
##                                                                   key qualifications      10      0.02          42.40      0.02          42.40
##                                                    knowledge of relational databases      10      0.02          42.42      0.02          42.42
##                                                                     knowledge of sql      10      0.02          42.43      0.02          42.43
##                                                                            libraries      10      0.02          42.45      0.02          42.45
##                                                                               market      10      0.02          42.47      0.02          42.47
##                                                                     new data sources      10      0.02          42.49      0.02          42.49
##                                                                             new york      10      0.02          42.51      0.02          42.51
##                                                                                nosql      10      0.02          42.53      0.02          42.53
##                                                                              numbers      10      0.02          42.55      0.02          42.55
##                                                                              offices      10      0.02          42.57      0.02          42.57
##                                                                        organizations      10      0.02          42.59      0.02          42.59
##                                                                         partnerships      10      0.02          42.61      0.02          42.61
##                                                                                 path      10      0.02          42.63      0.02          42.63
##                                                                                  php      10      0.02          42.64      0.02          42.64
##                                                                            polygraph      10      0.02          42.66      0.02          42.66
##                                                                   presenting results      10      0.02          42.68      0.02          42.68
##                                                                                pride      10      0.02          42.70      0.02          42.70
##                                                                   product management      10      0.02          42.72      0.02          42.72
##                                                                 programming language      10      0.02          42.74      0.02          42.74
##                                                                      protected class      10      0.02          42.76      0.02          42.76
##                                                                     protected status      10      0.02          42.78      0.02          42.78
##                                                                   protected veterans      10      0.02          42.80      0.02          42.80
##                                                                           prototypes      10      0.02          42.82      0.02          42.82
##                                                                              quality      10      0.02          42.83      0.02          42.83
##                                                                      query languages      10      0.02          42.85      0.02          42.85
##                                                      related quantitative discipline      10      0.02          42.87      0.02          42.87
##                                                              related technical field      10      0.02          42.89      0.02          42.89
##                                                                       relevant field      10      0.02          42.91      0.02          42.91
##                                                             relevant work experience      10      0.02          42.93      0.02          42.93
##                                                                      reporting tools      10      0.02          42.95      0.02          42.95
##                                                                                 risk      10      0.02          42.97      0.02          42.97
##                                                                                risks      10      0.02          42.99      0.02          42.99
##                                                                        sci clearance      10      0.02          43.01      0.02          43.01
##                                                                     secret clearance      10      0.02          43.02      0.02          43.02
##                                                                         self-starter      10      0.02          43.04      0.02          43.04
##                                                                 statistical software      10      0.02          43.06      0.02          43.06
##                                                          strong interpersonal skills      10      0.02          43.08      0.02          43.08
##                                                                   strong proficiency      10      0.02          43.10      0.02          43.10
##                                                            strong programming skills      10      0.02          43.12      0.02          43.12
##                                                                subject matter expert      10      0.02          43.14      0.02          43.14
##                                                                          time series      10      0.02          43.16      0.02          43.16
##                                                                                today      10      0.02          43.18      0.02          43.18
##                                                                   tuition assistance      10      0.02          43.20      0.02          43.20
##                                                               variety of data mining      10      0.02          43.22      0.02          43.22
##                                                                variety of data tools      10      0.02          43.23      0.02          43.23
##                                                                      various sources      10      0.02          43.25      0.02          43.25
##                                                                      version control      10      0.02          43.27      0.02          43.27
##                                                             visualization techniques      10      0.02          43.29      0.02          43.29
##                                                                              xgboost      10      0.02          43.31      0.02          43.31
##                                                                                  xml      10      0.02          43.33      0.02          43.33
##                                                                           activities       9      0.02          43.35      0.02          43.35
##                                                                              airflow       9      0.02          43.36      0.02          43.36
##                                                                            ambiguity       9      0.02          43.38      0.02          43.38
##                                                                   analytical results       9      0.02          43.40      0.02          43.40
##                                                                   analytics projects       9      0.02          43.42      0.02          43.42
##                                                                     analytics skills       9      0.02          43.43      0.02          43.43
##                                                                   applied experience       9      0.02          43.45      0.02          43.45
##                                                                              aspects       9      0.02          43.47      0.02          43.47
##                                                                                books       9      0.02          43.48      0.02          43.48
##                                                                           booz allen       9      0.02          43.50      0.02          43.50
##                                                                  business objectives       9      0.02          43.52      0.02          43.52
##                                                                     business results       9      0.02          43.54      0.02          43.54
##                                                                       business units       9      0.02          43.55      0.02          43.55
##                                                                         clear manner       9      0.02          43.57      0.02          43.57
##                                                                             cloudera       9      0.02          43.59      0.02          43.59
##                                                                    company databases       9      0.02          43.60      0.02          43.60
##                                                                         compensation       9      0.02          43.62      0.02          43.62
##                                                                           compliance       9      0.02          43.64      0.02          43.64
##                                                                           conditions       9      0.02          43.66      0.02          43.66
##                                                               continuous improvement       9      0.02          43.67      0.02          43.67
##                                                                                creed       9      0.02          43.69      0.02          43.69
##                                                                   custom data models       9      0.02          43.71      0.02          43.71
##                                                                                   d3       9      0.02          43.72      0.02          43.72
##                                                                data analysis methods       9      0.02          43.74      0.02          43.74
##                                                                 data science methods       9      0.02          43.76      0.02          43.76
##                                                                      data structures       9      0.02          43.78      0.02          43.78
##                                                                              details       9      0.02          43.79      0.02          43.79
##                                                                         diverse team       9      0.02          43.81      0.02          43.81
##                                                                        eeo statement       9      0.02          43.83      0.02          43.83
##                                                                                excel       9      0.02          43.84      0.02          43.84
##                                                          excellent analytical skills       9      0.02          43.86      0.02          43.86
##                                                              excellent communication       9      0.02          43.88      0.02          43.88
##                                                                   external customers       9      0.02          43.90      0.02          43.90
##                                                          fast-paced team environment       9      0.02          43.91      0.02          43.91
##                                                                   federal government       9      0.02          43.93      0.02          43.93
##                                                                             feedback       9      0.02          43.95      0.02          43.95
##                                                                           foundation       9      0.02          43.96      0.02          43.96
##                                                                    hands-on training       9      0.02          43.98      0.02          43.98
##                                                                         helpful tips       9      0.02          44.00      0.02          44.00
##                                                                     in-house experts       9      0.02          44.02      0.02          44.02
##                                                                  information systems       9      0.02          44.03      0.02          44.03
##                                                                          innovations       9      0.02          44.05      0.02          44.05
##                                                                          integration       9      0.02          44.07      0.02          44.07
##                                                               intelligence community       9      0.02          44.08      0.02          44.08
##                                                                   internet of things       9      0.02          44.10      0.02          44.10
##                                         knowledge of advanced statistical techniques       9      0.02          44.12      0.02          44.12
##                                                                large amounts of data       9      0.02          44.13      0.02          44.13
##                                                                       life insurance       9      0.02          44.15      0.02          44.15
##                                                                       linear algebra       9      0.02          44.17      0.02          44.17
##                                                                    linear regression       9      0.02          44.19      0.02          44.19
##                                                                          maintenance       9      0.02          44.20      0.02          44.20
##                                                                             millions       9      0.02          44.22      0.02          44.22
##                                                                           minorities       9      0.02          44.24      0.02          44.24
##                                                                        model outputs       9      0.02          44.25      0.02          44.25
##                                                             network of professionals       9      0.02          44.27      0.02          44.27
##                                                           non-technical stakeholders       9      0.02          44.29      0.02          44.29
##                                                                               office       9      0.02          44.31      0.02          44.31
##                                                               online learning portal       9      0.02          44.32      0.02          44.32
##                                                                                phone       9      0.02          44.34      0.02          44.34
##                                                                             pictures       9      0.02          44.36      0.02          44.36
##                                                                               pieces       9      0.02          44.37      0.02          44.37
##                                                                                 plan       9      0.02          44.39      0.02          44.39
##                                                                             planning       9      0.02          44.41      0.02          44.41
##                                                                               policy       9      0.02          44.43      0.02          44.43
##                                                                           postgresql       9      0.02          44.44      0.02          44.44
##                                                                           prediction       9      0.02          44.46      0.02          44.46
##                                                                              problem       9      0.02          44.48      0.02          44.48
##                                                          properties of distributions       9      0.02          44.49      0.02          44.49
##                                                             protected characteristic       9      0.02          44.51      0.02          44.51
##                                                                real-world advantages       9      0.02          44.53      0.02          44.53
##                                                               real business problems       9      0.02          44.55      0.02          44.55
##                                                                 recruitment agencies       9      0.02          44.56      0.02          44.56
##                                                                               reston       9      0.02          44.58      0.02          44.58
##                                                                            retention       9      0.02          44.60      0.02          44.60
##                                                                                 ruby       9      0.02          44.61      0.02          44.61
##                                                                                   s3       9      0.02          44.63      0.02          44.63
##                                                                                scope       9      0.02          44.65      0.02          44.65
##                                                                   security clearance       9      0.02          44.67      0.02          44.67
##                                                                   security solutions       9      0.02          44.68      0.02          44.68
##                                                                         segmentation       9      0.02          44.70      0.02          44.70
##                                                                              signals       9      0.02          44.72      0.02          44.72
##                                                                     small businesses       9      0.02          44.73      0.02          44.73
##                                                                                space       9      0.02          44.75      0.02          44.75
##                                                                             spotfire       9      0.02          44.77      0.02          44.77
##                                                                                stata       9      0.02          44.79      0.02          44.79
##                                                                             strategy       9      0.02          44.80      0.02          44.80
##                                                                       strong ability       9      0.02          44.82      0.02          44.82
##                                                                       strong problem       9      0.02          44.84      0.02          44.84
##                                                               subject matter experts       9      0.02          44.85      0.02          44.85
##                                                                    technical courses       9      0.02          44.87      0.02          44.87
##                                                                                 test       9      0.02          44.89      0.02          44.89
##                                                                                times       9      0.02          44.91      0.02          44.91
##                                                                       transformation       9      0.02          44.92      0.02          44.92
##                                                                           university       9      0.02          44.94      0.02          44.94
##                                                                   useful information       9      0.02          44.96      0.02          44.96
##                                                                               values       9      0.02          44.97      0.02          44.97
##                                                                 vendor relationships       9      0.02          44.99      0.02          44.99
##                                                         wealth of training resources       9      0.02          45.01      0.02          45.01
##                                                                                 weka       9      0.02          45.03      0.02          45.03
##                                                                                words       9      0.02          45.04      0.02          45.04
##                                                                     work environment       9      0.02          45.06      0.02          45.06
##                                                                             workflow       9      0.02          45.08      0.02          45.08
##                                                                            workplace       9      0.02          45.09      0.02          45.09
##                                                     years of professional experience       9      0.02          45.11      0.02          45.11
##                                                                    academic programs       8      0.02          45.13      0.02          45.13
##                                                                          acquisition       8      0.02          45.14      0.02          45.14
##                                                                     algorithm design       8      0.02          45.16      0.02          45.16
##                                                                               amazon       8      0.02          45.17      0.02          45.17
##                                                                              america       8      0.02          45.19      0.02          45.19
##                                                                 analytics university       8      0.02          45.20      0.02          45.20
##                                                     artificial intelligence advances       8      0.02          45.22      0.02          45.22
##                                                                           associates       8      0.02          45.23      0.02          45.23
##                                                  automated anomaly detection systems       8      0.02          45.25      0.02          45.25
##                                                                           big impact       8      0.02          45.26      0.02          45.26
##                                                                             big plus       8      0.02          45.28      0.02          45.28
##                                                                            broadband       8      0.02          45.29      0.02          45.29
##                                                                             business       8      0.02          45.31      0.02          45.31
##                                                                 business development       8      0.02          45.32      0.02          45.32
##                                                                      cancer research       8      0.02          45.34      0.02          45.34
##                                                                           capability       8      0.02          45.36      0.02          45.36
##                                                                             capacity       8      0.02          45.37      0.02          45.37
##                                                               certification training       8      0.02          45.39      0.02          45.39
##                                                                     complex projects       8      0.02          45.40      0.02          45.40
##                                                                      connected world       8      0.02          45.42      0.02          45.42
##                                                                           consumable       8      0.02          45.43      0.02          45.43
##                                                                                 cost       8      0.02          45.45      0.02          45.45
##                                                                                costs       8      0.02          45.46      0.02          45.46
##                                                                    custom algorithms       8      0.02          45.48      0.02          45.48
##                                                                data-rich environment       8      0.02          45.49      0.02          45.49
##                                                                        data accuracy       8      0.02          45.51      0.02          45.51
##                                                           data analysis professional       8      0.02          45.52      0.02          45.52
##                                                                   data architectures       8      0.02          45.54      0.02          45.54
##                                                                        data cleaning       8      0.02          45.55      0.02          45.55
##                                                                            data lake       8      0.02          45.57      0.02          45.57
##                                                                       data pipelines       8      0.02          45.58      0.02          45.58
##                                                                    data science bowl       8      0.02          45.60      0.02          45.60
##                                                                 data science leaders       8      0.02          45.61      0.02          45.61
##                                                        data visualization techniques       8      0.02          45.63      0.02          45.63
##                                                                     decision forests       8      0.02          45.64      0.02          45.64
##                                                                      decision making       8      0.02          45.66      0.02          45.66
##                                                              deep learning institute       8      0.02          45.68      0.02          45.68
##                                                                 deep learning models       8      0.02          45.69      0.02          45.69
##                                                                          departments       8      0.02          45.71      0.02          45.71
##                                                                disparate data points       8      0.02          45.72      0.02          45.72
##                                                                                  dli       8      0.02          45.74      0.02          45.74
##                                                                        documentation       8      0.02          45.75      0.02          45.75
##                                                                                  don       8      0.02          45.77      0.02          45.77
##                                                                            drawbacks       8      0.02          45.78      0.02          45.78
##                                         effectiveness of different courses of action       8      0.02          45.80      0.02          45.80
##                                                               employees' differences       8      0.02          45.81      0.02          45.81
##                                                                 end-to-end solutions       8      0.02          45.83      0.02          45.83
##                                                                          entry level       8      0.02          45.84      0.02          45.84
##                                       equal opportunity-affirmative action employer·       8      0.02          45.86      0.02          45.86
##                                                  equivalent combination of education       8      0.02          45.87      0.02          45.87
##                                                                        existing data       8      0.02          45.89      0.02          45.89
##                                                                existing data sources       8      0.02          45.90      0.02          45.90
##                                                                           extracting       8      0.02          45.92      0.02          45.92
##                                                                               fields       8      0.02          45.93      0.02          45.93
##                                                                           flat files       8      0.02          45.95      0.02          45.95
##                                                                      following areas       8      0.02          45.96      0.02          45.96
##                                                                              freedom       8      0.02          45.98      0.02          45.98
##                                                                                  fun       8      0.02          46.00      0.02          46.00
##                                                                    global challenges       8      0.02          46.01      0.02          46.01
##                                                       good applied statistics skills       8      0.02          46.03      0.02          46.03
##                                                                               google       8      0.02          46.04      0.02          46.04
##                                                                            great pay       8      0.02          46.06      0.02          46.06
##                                                                                group       8      0.02          46.07      0.02          46.07
##                                                                         headquarters       8      0.02          46.09      0.02          46.09
##                                                                      human resources       8      0.02          46.10      0.02          46.10
##                                                                  impactful reporting       8      0.02          46.12      0.02          46.12
##                                                   improvement of product development       8      0.02          46.13      0.02          46.13
##                                                                  industry experience       8      0.02          46.15      0.02          46.15
##                                                                   information puzzle       8      0.02          46.16      0.02          46.16
##                                                                   informed decisions       8      0.02          46.18      0.02          46.18
##                                                                       internal teams       8      0.02          46.19      0.02          46.19
##                                                                                 jira       8      0.02          46.21      0.02          46.21
##                                                                         job postings       8      0.02          46.22      0.02          46.22
##                                                                     job requirements       8      0.02          46.24      0.02          46.24
##                                                                              journey       8      0.02          46.25      0.02          46.25
##                                                                              jupyter       8      0.02          46.27      0.02          46.27
##                                                                  latest technologies       8      0.02          46.28      0.02          46.28
##                                                                             learning       8      0.02          46.30      0.02          46.30
##                                                                                  llc       8      0.02          46.31      0.02          46.31
##                                                                      lockheed martin       8      0.02          46.33      0.02          46.33
##                                                                               manner       8      0.02          46.35      0.02          46.35
##                                                                 marketing techniques       8      0.02          46.36      0.02          46.36
##                                                        massive amounts of structured       8      0.02          46.38      0.02          46.38
##                                                              master new technologies       8      0.02          46.39      0.02          46.39
##                                                                  mathematical models       8      0.02          46.41      0.02          46.41
##                                                                 minimum requirements       8      0.02          46.42      0.02          46.42
##                                                                         model inputs       8      0.02          46.44      0.02          46.44
##                                                                     monitor outcomes       8      0.02          46.45      0.02          46.45
##                                                                                mxnet       8      0.02          46.47      0.02          46.47
##                                                               national intelligence·       8      0.02          46.48      0.02          46.48
##                                                                                neo4j       8      0.02          46.50      0.02          46.50
##                                                                         new concepts       8      0.02          46.51      0.02          46.51
##                                                                               nvidia       8      0.02          46.53      0.02          46.53
##                                                                    objective answers       8      0.02          46.54      0.02          46.54
##                                                                      onsite training       8      0.02          46.56      0.02          46.56
##                                                                   operation research       8      0.02          46.57      0.02          46.57
##                                                                              partner       8      0.02          46.59      0.02          46.59
##                                                         party sources of information       8      0.02          46.60      0.02          46.60
##                                                                     physical demands       8      0.02          46.62      0.02          46.62
##                                                                             power bi       8      0.02          46.63      0.02          46.63
##                                                                   power of analytics       8      0.02          46.65      0.02          46.65
##                                                                     powering america       8      0.02          46.67      0.02          46.67
##                                                                            practices       8      0.02          46.68      0.02          46.68
##                                                                 preferred experience       8      0.02          46.70      0.02          46.70
##                                                                          preparation       8      0.02          46.71      0.02          46.71
##                                                               prescriptive analytics       8      0.02          46.73      0.02          46.73
##                                                           presentation methodologies       8      0.02          46.74      0.02          46.74
##                                                                        primary focus       8      0.02          46.76      0.02          46.76
##                                                                           priorities       8      0.02          46.77      0.02          46.77
##                                                                              process       8      0.02          46.79      0.02          46.79
##                                                                  product development       8      0.02          46.80      0.02          46.80
##                                                                        product teams       8      0.02          46.82      0.02          46.82
##                                                                         proper usage       8      0.02          46.83      0.02          46.83
##                                                                             prospect       8      0.02          46.85      0.02          46.85
##                                                                          prototyping       8      0.02          46.86      0.02          46.86
##                                                                      public sectors·       8      0.02          46.88      0.02          46.88
##                                                                        quick learner       8      0.02          46.89      0.02          46.89
##                                                                     reliable network       8      0.02          46.91      0.02          46.91
##                                                                             response       8      0.02          46.92      0.02          46.92
##                                                                  results of analyses       8      0.02          46.94      0.02          46.94
##                                                                              revenue       8      0.02          46.95      0.02          46.95
##                                                                              rewards       8      0.02          46.97      0.02          46.97
##                                                           right combination of tools       8      0.02          46.99      0.02          46.99
##                                                                        risk modeling       8      0.02          47.00      0.02          47.00
##                                                               s premier data science       8      0.02          47.02      0.02          47.02
##                                                                               safety       8      0.02          47.03      0.02          47.03
##                                                                           salesforce       8      0.02          47.05      0.02          47.05
##                                                                                  sap       8      0.02          47.06      0.02          47.06
##                                                                           scientists       8      0.02          47.08      0.02          47.08
##                                                                              secrets       8      0.02          47.09      0.02          47.09
##                                                              social good competition       8      0.02          47.11      0.02          47.11
##                                                             state-of-the-art methods       8      0.02          47.12      0.02          47.12
##                                                                state-of-the-art tech       8      0.02          47.14      0.02          47.14
##                                                                 statistical genetics       8      0.02          47.15      0.02          47.15
##                                                                    statistical tests       8      0.02          47.17      0.02          47.17
##                                                                                store       8      0.02          47.18      0.02          47.18
##                                                                     strong knowledge       8      0.02          47.20      0.02          47.20
##                                                                        strong skills       8      0.02          47.21      0.02          47.21
##                                                                          suggestions       8      0.02          47.23      0.02          47.23
##                                                                     team environment       8      0.02          47.24      0.02          47.24
##                                                                   technical findings       8      0.02          47.26      0.02          47.26
##                                                                technical information       8      0.02          47.27      0.02          47.27
##                                                                       text analytics       8      0.02          47.29      0.02          47.29
##                                                                             tracking       8      0.02          47.30      0.02          47.30
##                                                                        understanding       8      0.02          47.32      0.02          47.32
##                                                                       us citizenship       8      0.02          47.34      0.02          47.34
##                                                                              verizon       8      0.02          47.35      0.02          47.35
##                                                                  video entertainment       8      0.02          47.37      0.02          47.37
##                                                                         weekly hours       8      0.02          47.38      0.02          47.38
##                                                                               action       7      0.01          47.39      0.01          47.39
##                                                        advanced analytics techniques       7      0.01          47.41      0.01          47.41
##                                                                          advancement       7      0.01          47.42      0.01          47.42
##                                                                                  age       7      0.01          47.43      0.01          47.43
##                                                                     analysis of data       7      0.01          47.45      0.01          47.45
##                                                                             analysts       7      0.01          47.46      0.01          47.46
##                                                      application of domain knowledge       7      0.01          47.47      0.01          47.47
##                                                                                 apps       7      0.01          47.49      0.01          47.49
##                                                                           assistance       7      0.01          47.50      0.01          47.50
##                                                                             audience       7      0.01          47.51      0.01          47.51
##                                                                                   ba       7      0.01          47.53      0.01          47.53
##                                                                              balance       7      0.01          47.54      0.01          47.54
##                                                                                bayer       7      0.01          47.55      0.01          47.55
##                                                                   big data platforms       7      0.01          47.57      0.01          47.57
##                                                                               brands       7      0.01          47.58      0.01          47.58
##                                                                                build       7      0.01          47.59      0.01          47.59
##                                                                  business challenges       7      0.01          47.61      0.01          47.61
##                                                                     business context       7      0.01          47.62      0.01          47.62
##                                                                     business leaders       7      0.01          47.63      0.01          47.63
##                                                                     business objects       7      0.01          47.65      0.01          47.65
##                                                                  business operations       7      0.01          47.66      0.01          47.66
##                                                                                caffe       7      0.01          47.67      0.01          47.67
##                                                                              chicago       7      0.01          47.69      0.01          47.69
##                                                                              citizen       7      0.01          47.70      0.01          47.70
##                                                                      cloud platforms       7      0.01          47.71      0.01          47.71
##                                                                        cloud systems       7      0.01          47.73      0.01          47.73
##                                                                               coding       7      0.01          47.74      0.01          47.74
##                                                               collection of new data       7      0.01          47.75      0.01          47.75
##                                                                     complex analysis       7      0.01          47.77      0.01          47.77
##                                                                       complex issues       7      0.01          47.78      0.01          47.78
##                                                              comprehension of theory       7      0.01          47.79      0.01          47.79
##                                                                    constant tracking       7      0.01          47.81      0.01          47.81
##                                                                               course       7      0.01          47.82      0.01          47.82
##                                                                             crafting       7      0.01          47.83      0.01          47.83
##                                                                   creative solutions       7      0.01          47.85      0.01          47.85
##                                                       cross-functional relationships       7      0.01          47.86      0.01          47.86
##                                                                        current tools       7      0.01          47.87      0.01          47.87
##                                                                  data-based insights       7      0.01          47.89      0.01          47.89
##                                                                    data architecture       7      0.01          47.90      0.01          47.90
##                                                                      data extraction       7      0.01          47.91      0.01          47.91
##                                                                    data manipulation       7      0.01          47.93      0.01          47.93
##                                                                           data needs       7      0.01          47.94      0.01          47.94
##                                                                         data quality       7      0.01          47.95      0.01          47.95
##                                                               data science community       7      0.01          47.97      0.01          47.97
##                                                                data science projects       7      0.01          47.98      0.01          47.98
##                                                                  data scientist role       7      0.01          47.99      0.01          47.99
##                                                                  database structures       7      0.01          48.01      0.01          48.01
##                                                                            designing       7      0.01          48.02      0.01          48.02
##                                                                           developers       7      0.01          48.03      0.01          48.03
##                                                                               energy       7      0.01          48.05      0.01          48.05
##                                                                              english       7      0.01          48.06      0.01          48.06
##                                                                                  etl       7      0.01          48.07      0.01          48.07
##                                                                  evidence of ability       7      0.01          48.09      0.01          48.09
##                                                                              example       7      0.01          48.10      0.01          48.10
##                               excellent understanding of machine learning techniques       7      0.01          48.11      0.01          48.11
##                                                                 exciting opportunity       7      0.01          48.13      0.01          48.13
##                                                                            expansion       7      0.01          48.14      0.01          48.14
##                                                                           exxonmobil       7      0.01          48.15      0.01          48.15
##                                                                             families       7      0.01          48.17      0.01          48.17
##                                                                            framework       7      0.01          48.18      0.01          48.18
##                                                                      functional area       7      0.01          48.19      0.01          48.19
##                                                                                globe       7      0.01          48.21      0.01          48.21
##                                                                     google analytics       7      0.01          48.22      0.01          48.22
##                                                                         google cloud       7      0.01          48.23      0.01          48.23
##                                                      high quality prediction systems       7      0.01          48.25      0.01          48.25
##                                                                        higher degree       7      0.01          48.26      0.01          48.26
##                                                                    in-depth analysis       7      0.01          48.27      0.01          48.27
##                                                               inferential statistics       7      0.01          48.29      0.01          48.29
##                                                                internal stakeholders       7      0.01          48.30      0.01          48.30
##                                                                                japan       7      0.01          48.31      0.01          48.31
##                                                              job description summary       7      0.01          48.33      0.01          48.33
##                                                                         job overview       7      0.01          48.34      0.01          48.34
##                                                               junior data scientists       7      0.01          48.35      0.01          48.35
##                                                                           kubernetes       7      0.01          48.37      0.01          48.37
##                                                                              leaders       7      0.01          48.38      0.01          48.38
##                                                               levels of organization       7      0.01          48.39      0.01          48.39
##                                                                          life values       7      0.01          48.41      0.01          48.41
##                                                           machine learning solutions       7      0.01          48.42      0.01          48.42
##                                                                             managers       7      0.01          48.43      0.01          48.43
##                                                                         manipulation       7      0.01          48.45      0.01          48.45
##                                                                      marketing teams       7      0.01          48.46      0.01          48.46
##                                                                    massive data sets       7      0.01          48.47      0.01          48.47
##                                                    mathematical programming packages       7      0.01          48.49      0.01          48.49
##                                                                                   md       7      0.01          48.50      0.01          48.50
##                                                                  meaningful insights       7      0.01          48.51      0.01          48.51
##                                                                               mentor       7      0.01          48.53      0.01          48.53
##                                                                     minimal guidance       7      0.01          48.54      0.01          48.54
##                                                                               months       7      0.01          48.55      0.01          48.55
##                                                                               munich       7      0.01          48.57      0.01          48.57
##                                                                               nation       7      0.01          48.58      0.01          48.58
##                                                                             networks       7      0.01          48.59      0.01          48.59
##                                                                    new methodologies       7      0.01          48.61      0.01          48.61
##                                                                         new products       7      0.01          48.62      0.01          48.62
##                                                                           new skills       7      0.01          48.63      0.01          48.63
##                                                                       novel features       7      0.01          48.65      0.01          48.65
##                                                                    on-site bootcamps       7      0.01          48.66      0.01          48.66
##                                                                  operational changes       7      0.01          48.67      0.01          48.67
##                                                              optimization algorithms       7      0.01          48.69      0.01          48.69
##                                                                        paid holidays       7      0.01          48.70      0.01          48.70
##                                                                            palo alto       7      0.01          48.71      0.01          48.71
##                                                                      party providers       7      0.01          48.73      0.01          48.73
##                                                                              patient       7      0.01          48.74      0.01          48.74
##                                                                                perks       7      0.01          48.75      0.01          48.75
##                                                                             pitfalls       7      0.01          48.77      0.01          48.77
##                                                                                plans       7      0.01          48.78      0.01          48.78
##                                                                  platform architects       7      0.01          48.79      0.01          48.79
##                                                                            potential       7      0.01          48.81      0.01          48.81
##                                                                                power       7      0.01          48.82      0.01          48.82
##                                                                            precision       7      0.01          48.83      0.01          48.83
##                                                                     present findings       7      0.01          48.85      0.01          48.85
##                                                                             pressure       7      0.01          48.86      0.01          48.86
##                                                                   probability theory       7      0.01          48.87      0.01          48.87
##                                                                         process data       7      0.01          48.89      0.01          48.89
##                                                                  process improvement       7      0.01          48.90      0.01          48.90
##                                                                    product decisions       7      0.01          48.91      0.01          48.91
##                                                                   production systems       7      0.01          48.93      0.01          48.93
##                                                              professional experience       7      0.01          48.94      0.01          48.94
##                                                                              project       7      0.01          48.95      0.01          48.95
##                                                                     quality products       7      0.01          48.97      0.01          48.97
##                                                                  quantitative fields       7      0.01          48.98      0.01          48.98
##                                                                            real time       7      0.01          48.99      0.01          48.99
##                                                               reinforcement learning       7      0.01          49.01      0.01          49.01
##                                                           related quantitative field       7      0.01          49.02      0.01          49.02
##                                                                              respect       7      0.01          49.03      0.01          49.03
##                                                                               retail       7      0.01          49.05      0.01          49.05
##                                                                   revenue generation       7      0.01          49.06      0.01          49.06
##                                                                      right candidate       7      0.01          49.07      0.01          49.07
##                                                                            s success       7      0.01          49.09      0.01          49.09
##                                                                   scalable solutions       7      0.01          49.10      0.01          49.10
##                                                                             schedule       7      0.01          49.11      0.01          49.11
##                                                                     scientific field       7      0.01          49.13      0.01          49.13
##                                                                              service       7      0.01          49.14      0.01          49.14
##                                                              social network analysis       7      0.01          49.15      0.01          49.15
##                                                                          sponsorship       7      0.01          49.17      0.01          49.17
##                                                                            standards       7      0.01          49.18      0.01          49.18
##                                                                     strong attention       7      0.01          49.19      0.01          49.19
##                                             successful delivery of valuable analysis       7      0.01          49.21      0.01          49.21
##                                                                  talented individual       7      0.01          49.22      0.01          49.22
##                                                               technical capabilities       7      0.01          49.23      0.01          49.23
##                                                                               theory       7      0.01          49.25      0.01          49.25
##                                                               time management skills       7      0.01          49.26      0.01          49.26
##                                                                                   uk       7      0.01          49.27      0.01          49.27
##                                                                        unlimited pto       7      0.01          49.29      0.01          49.29
##                                                                    validated stories       7      0.01          49.30      0.01          49.30
##                                                                 vast amounts of data       7      0.01          49.31      0.01          49.31
##                                                                           washington       7      0.01          49.33      0.01          49.33
##                                                                         web services       7      0.01          49.34      0.01          49.34
##                                                           wide range of stakeholders       7      0.01          49.35      0.01          49.35
##                                             wide variety of competitive compensation       7      0.01          49.37      0.01          49.37
##                                                                       work locations       7      0.01          49.38      0.01          49.38
##                                                                                   aa       6      0.01          49.39      0.01          49.39
##                                                                           accounting       6      0.01          49.40      0.01          49.40
##                                                                   accredited college       6      0.01          49.41      0.01          49.41
##                                                                            active ts       6      0.01          49.43      0.01          49.43
##                                                                 additional locations       6      0.01          49.44      0.01          49.44
##                                                                    additional notice       6      0.01          49.45      0.01          49.45
##                                                                    advanced sql user       6      0.01          49.46      0.01          49.46
##                                                          adversarial nature of fraud       6      0.01          49.47      0.01          49.47
##                                                                   adversarial trends       6      0.01          49.48      0.01          49.48
##                                                                          advertising       6      0.01          49.49      0.01          49.49
##                                                                             advisors       6      0.01          49.51      0.01          49.51
##                                                          affirmative action-employer       6      0.01          49.52      0.01          49.52
##                                                                  agile logic changes       6      0.01          49.53      0.01          49.53
##                                                                              agility       6      0.01          49.54      0.01          49.54
##                                                                              alteryx       6      0.01          49.55      0.01          49.55
##                                                                  analytic experience       6      0.01          49.56      0.01          49.56
##                                                                   analytical support       6      0.01          49.57      0.01          49.57
##                                                                            ann arbor       6      0.01          49.59      0.01          49.59
##                                                                        apache hadoop       6      0.01          49.60      0.01          49.60
##                                                                   apple's dedication       6      0.01          49.61      0.01          49.61
##                                                     apple's strategic data solutions       6      0.01          49.62      0.01          49.62
##                                                                             approach       6      0.01          49.63      0.01          49.63
##                                                                         architecture       6      0.01          49.64      0.01          49.64
##                                                                        architectures       6      0.01          49.65      0.01          49.65
##                                                    area of enterprise software sales       6      0.01          49.67      0.01          49.67
##                                                                          assignments       6      0.01          49.68      0.01          49.68
##                                                              association-rule mining       6      0.01          49.69      0.01          49.69
##                                                                         associations       6      0.01          49.70      0.01          49.70
##                                                                       available data       6      0.01          49.71      0.01          49.71
##                                                                        aws sagemaker       6      0.01          49.72      0.01          49.72
##                                                          batch decisioning solutions       6      0.01          49.73      0.01          49.73
##                                                                    behavior patterns       6      0.01          49.75      0.01          49.75
##                                                                     benefits package       6      0.01          49.76      0.01          49.76
##                                                                    benefits programs       6      0.01          49.77      0.01          49.77
##                                                                            best work       6      0.01          49.78      0.01          49.78
##                                                                      better products       6      0.01          49.79      0.01          49.79
##                                                                   big data engineers       6      0.01          49.80      0.01          49.80
##                                                                         big pictures       6      0.01          49.81      0.01          49.81
##                                                                  blue chip customers       6      0.01          49.83      0.01          49.83
##                                                                                  bmw       6      0.01          49.84      0.01          49.84
##                                                                  boosting conversion       6      0.01          49.85      0.01          49.85
##                                                                      business acumen       6      0.01          49.86      0.01          49.86
##                                                                        business days       6      0.01          49.87      0.01          49.87
##                                                               business metric health       6      0.01          49.88      0.01          49.88
##                                                 business present exciting challenges       6      0.01          49.89      0.01          49.89
##                                                             business recommendations       6      0.01          49.91      0.01          49.91
##                                                     business transformation software       6      0.01          49.92      0.01          49.92
##                                                                    butterfly network       6      0.01          49.93      0.01          49.93
##                                                             candidate's data privacy       6      0.01          49.94      0.01          49.94
##                                                                              celonis       6      0.01          49.95      0.01          49.95
##                                                   celonis intelligent business cloud       6      0.01          49.96      0.01          49.96
##                                                    celonis process mining technology       6      0.01          49.97      0.01          49.97
##                                                                   celonis technology       6      0.01          49.99      0.01          49.99
##                                                                            challenge       6      0.01          50.00      0.01          50.00
##                                                                         ci polygraph       6      0.01          50.01      0.01          50.01
##                                                                                class       6      0.01          50.02      0.01          50.02
##                                                                        client roster       6      0.01          50.03      0.01          50.03
##                                                                           clinicians       6      0.01          50.04      0.01          50.04
##                                                                    cloud environment       6      0.01          50.05      0.01          50.05
##                                                                   cloud technologies       6      0.01          50.07      0.01          50.07
##                                                          cluster patterns of failure       6      0.01          50.08      0.01          50.08
##                                                                                  cnn       6      0.01          50.09      0.01          50.09
##                                                       compelling data visualizations       6      0.01          50.10      0.01          50.10
##                                                                competitive advantage       6      0.01          50.11      0.01          50.11
##                                                          complex analytical problems       6      0.01          50.12      0.01          50.12
##                                                                     complex datasets       6      0.01          50.13      0.01          50.13
##                                                         complex systems integrations       6      0.01          50.15      0.01          50.15
##                                                  comprehensive understanding of what       6      0.01          50.16      0.01          50.16
##                                                                 computer engineering       6      0.01          50.17      0.01          50.17
##                                                                            computing       6      0.01          50.18      0.01          50.18
##                                                   concise business-focused takeaways       6      0.01          50.19      0.01          50.19
##                                                                       consumer goods       6      0.01          50.20      0.01          50.20
##                                                                  contact information       6      0.01          50.21      0.01          50.21
##                                                                              content       6      0.01          50.23      0.01          50.23
##                                                                              context       6      0.01          50.24      0.01          50.24
##                                                                           conversion       6      0.01          50.25      0.01          50.25
##                                                                           coursework       6      0.01          50.26      0.01          50.26
##                                                                     creative thinker       6      0.01          50.27      0.01          50.27
##                                                                             criteria       6      0.01          50.28      0.01          50.28
##                                                                 culture of ownership       6      0.01          50.29      0.01          50.29
##                                                           customer-specific analyses       6      0.01          50.31      0.01          50.31
##                                                                     customer privacy       6      0.01          50.32      0.01          50.32
##                                                                customer satisfaction       6      0.01          50.33      0.01          50.33
##                                                                     customer support       6      0.01          50.34      0.01          50.34
##                                                                   customer workshops       6      0.01          50.35      0.01          50.35
##                                                              cutting-edge technology       6      0.01          50.36      0.01          50.36
##                                                                 data-driven strategy       6      0.01          50.37      0.01          50.37
##                                                                      data accessible       6      0.01          50.39      0.01          50.39
##                                                                       data integrity       6      0.01          50.40      0.01          50.40
##                                                                    data requirements       6      0.01          50.41      0.01          50.41
##                                                              data science fellowship       6      0.01          50.42      0.01          50.42
##                                                               data science pipelines       6      0.01          50.43      0.01          50.43
##                                                                             database       6      0.01          50.44      0.01          50.44
##                                                                                 days       6      0.01          50.45      0.01          50.45
##                                                                           dedication       6      0.01          50.47      0.01          50.47
##                                                                 demonstrated ability       6      0.01          50.48      0.01          50.48
##                                                         design data science approach       6      0.01          50.49      0.01          50.49
##                                                                       design process       6      0.01          50.50      0.01          50.50
##                                                                            designers       6      0.01          50.51      0.01          50.51
##                                                                              designs       6      0.01          50.52      0.01          50.52
##                                                               development experience       6      0.01          50.53      0.01          50.53
##                                                           different functional teams       6      0.01          50.55      0.01          50.55
##                                               digital business processes transparent       6      0.01          50.56      0.01          50.56
##                                                               digital transformation       6      0.01          50.57      0.01          50.57
##                                                                     direct marketing       6      0.01          50.58      0.01          50.58
##                                                                     doctorate degree       6      0.01          50.59      0.01          50.59
##                                                                     domain knowledge       6      0.01          50.60      0.01          50.60
##                                                                         drive change       6      0.01          50.61      0.01          50.61
##                                                                       drive projects       6      0.01          50.63      0.01          50.63
##                                                                  drug-free workplace       6      0.01          50.64      0.01          50.64
##                                                                            drug test       6      0.01          50.65      0.01          50.65
##                                                                      e-commerce apps       6      0.01          50.66      0.01          50.66
##                                                                      e-commerce data       6      0.01          50.67      0.01          50.67
##                                                                     e-commerce flows       6      0.01          50.68      0.01          50.68
##                                                                  e-commerce platform       6      0.01          50.69      0.01          50.69
##                                                                               e-mail       6      0.01          50.71      0.01          50.71
##                                                                               effort       6      0.01          50.72      0.01          50.72
##                                                          emergent reliability issues       6      0.01          50.73      0.01          50.73
##                                                                      emerging trends       6      0.01          50.74      0.01          50.74
##                                                                            end users       6      0.01          50.75      0.01          50.75
##                                                                         enhancements       6      0.01          50.76      0.01          50.76
##                                                                       enormous scale       6      0.01          50.77      0.01          50.77
##                                                                  entire organization       6      0.01          50.79      0.01          50.79
##                                                               entrepreneurial spirit       6      0.01          50.80      0.01          50.80
##                                                           equivalent work experience       6      0.01          50.81      0.01          50.81
##                                                              essential job functions       6      0.01          50.82      0.01          50.82
##                                                                  evaluation criteria       6      0.01          50.83      0.01          50.83
##                                                                             examples       6      0.01          50.84      0.01          50.84
##                                                             excellent communications       6      0.01          50.85      0.01          50.85
##                                                        excellent presentation skills       6      0.01          50.87      0.01          50.87
##                                                                 existing data models       6      0.01          50.88      0.01          50.88
##                                                                         expectations       6      0.01          50.89      0.01          50.89
##                                                 expensive consulting-driven approach       6      0.01          50.90      0.01          50.90
##                                                                        external data       6      0.01          50.91      0.01          50.91
##                                                                external data sources       6      0.01          50.92      0.01          50.92
##                                                                     external sources       6      0.01          50.93      0.01          50.93
##                                                                              factors       6      0.01          50.95      0.01          50.95
##                                                                               family       6      0.01          50.96      0.01          50.96
##                                                               fastest growing region       6      0.01          50.97      0.01          50.97
##                                                                        feature usage       6      0.01          50.98      0.01          50.98
##                                                                   free on-site meals       6      0.01          50.99      0.01          50.99
##                                                                          fulfillment       6      0.01          51.00      0.01          51.00
##                                                             funded medical insurance       6      0.01          51.01      0.01          51.01
##                                                                     g user retention       6      0.01          51.03      0.01          51.03
##                                                         general programming language       6      0.01          51.04      0.01          51.04
##                                                                             genomics       6      0.01          51.05      0.01          51.05
##                                                                              germany       6      0.01          51.06      0.01          51.06
##                                                                              ggplot2       6      0.01          51.07      0.01          51.07
##                                                                  gigantic data flows       6      0.01          51.08      0.01          51.08
##                                                                                  glm       6      0.01          51.09      0.01          51.09
##                                                              global industry leaders       6      0.01          51.11      0.01          51.11
##                                               google cloud platform tools beneficial       6      0.01          51.12      0.01          51.12
##                                                                      graph databases       6      0.01          51.13      0.01          51.13
##                                                                          great place       6      0.01          51.14      0.01          51.14
##                                                                    growing analytics       6      0.01          51.15      0.01          51.15
##                                                                        hard problems       6      0.01          51.16      0.01          51.16
##                                                                         hard science       6      0.01          51.17      0.01          51.17
##                                                                      health outcomes       6      0.01          51.19      0.01          51.19
##                                                                        health system       6      0.01          51.20      0.01          51.20
##                                                                      hidden patterns       6      0.01          51.21      0.01          51.21
##                                                                                 home       6      0.01          51.22      0.01          51.22
##                                                                            honeywell       6      0.01          51.23      0.01          51.23
##                                                                             hospital       6      0.01          51.24      0.01          51.24
##                                                                                hours       6      0.01          51.25      0.01          51.25
##                                                                 hundreds of millions       6      0.01          51.27      0.01          51.27
##                                                                                 idea       6      0.01          51.28      0.01          51.28
##                                                                             ideation       6      0.01          51.29      0.01          51.29
##                                               identification of potential churn risk       6      0.01          51.30      0.01          51.30
##                                                                               images       6      0.01          51.31      0.01          51.31
##                                                                    immediate closure       6      0.01          51.32      0.01          51.32
##                                                  implementation of predictive models       6      0.01          51.33      0.01          51.33
##                                                              implementation projects       6      0.01          51.35      0.01          51.35
##                                                                  improved experience       6      0.01          51.36      0.01          51.36
##                                                                          improvement       6      0.01          51.37      0.01          51.37
##                                                                            inclusion       6      0.01          51.38      0.01          51.38
##                                                                     individual needs       6      0.01          51.39      0.01          51.39
##                                                                       infrastructure       6      0.01          51.40      0.01          51.40
##                                                                          initiatives       6      0.01          51.41      0.01          51.41
##                                                                                input       6      0.01          51.43      0.01          51.43
##                                                               intelligent enterprise       6      0.01          51.44      0.01          51.44
##                                                             intermediate proficiency       6      0.01          51.45      0.01          51.45
##                                                                       interpretation       6      0.01          51.46      0.01          51.46
##                                                                      investors accel       6      0.01          51.47      0.01          51.47
##                                                                           job duties       6      0.01          51.48      0.01          51.48
##                                                                           job family       6      0.01          51.49      0.01          51.49
##                                                                                 jobs       6      0.01          51.51      0.01          51.51
##                                                                                 json       6      0.01          51.52      0.01          51.52
##                                                                           jump-start       6      0.01          51.53      0.01          51.53
##                                                                                junit       6      0.01          51.54      0.01          51.54
##                                                                               kaggle       6      0.01          51.55      0.01          51.55
##                                                                            key roles       6      0.01          51.56      0.01          51.56
##                                                                     key stakeholders       6      0.01          51.57      0.01          51.57
##                                                               key strategic priority       6      0.01          51.59      0.01          51.59
##                                                              knowledge of data model       6      0.01          51.60      0.01          51.60
##                                                                     knowledge of git       6      0.01          51.61      0.01          51.61
##                                                              knowledge of supervised       6      0.01          51.62      0.01          51.62
##                                                                                    l       6      0.01          51.63      0.01          51.63
##                                                      large-scale distributed systems       6      0.01          51.64      0.01          51.64
##                                                                        latin america       6      0.01          51.65      0.01          51.65
##                                                                                 lead       6      0.01          51.66      0.01          51.66
##                                                              leveraging company data       6      0.01          51.68      0.01          51.68
##                                                                               levers       6      0.01          51.69      0.01          51.69
##                                                                             licenses       6      0.01          51.70      0.01          51.70
##                                              limits of existing data science methods       6      0.01          51.71      0.01          51.71
##                                                                               looker       6      0.01          51.72      0.01          51.72
##                                                           machine learning pipelines       6      0.01          51.73      0.01          51.73
##                                                               machine learning tools       6      0.01          51.74      0.01          51.74
##                                                                    manner consistent       6      0.01          51.76      0.01          51.76
##                                                                               manual       6      0.01          51.77      0.01          51.77
##                                                                     manual processes       6      0.01          51.78      0.01          51.78
##                                                               manufacturing datasets       6      0.01          51.79      0.01          51.79
##                                                                   manufacturing team       6      0.01          51.80      0.01          51.80
##                                                                                 mars       6      0.01          51.81      0.01          51.81
##                                                         meaningful business insights       6      0.01          51.82      0.01          51.82
##                                                                    measurable impact       6      0.01          51.84      0.01          51.84
##                                                                      media companies       6      0.01          51.85      0.01          51.85
##                                                                             meetings       6      0.01          51.86      0.01          51.86
##                                                                    mental disability       6      0.01          51.87      0.01          51.87
##                                                                  mentor team members       6      0.01          51.88      0.01          51.88
##                                                                      military status       6      0.01          51.89      0.01          51.89
##                                                                  millions of dollars       6      0.01          51.90      0.01          51.90
##                                                           mobile app product roadmap       6      0.01          51.92      0.01          51.92
##                                                                           model lead       6      0.01          51.93      0.01          51.93
##                                                monitoring production decision points       6      0.01          51.94      0.01          51.94
##                                                                           multi-task       6      0.01          51.95      0.01          51.95
##                                                                    multiple products       6      0.01          51.96      0.01          51.96
##                                                                  need of explanation       6      0.01          51.97      0.01          51.97
##                                                                 needed accommodation       6      0.01          51.98      0.01          51.98
##                                                                   net promoter score       6      0.01          52.00      0.01          52.00
##                                                                          netherlands       6      0.01          52.01      0.01          52.01
##                                                                             netsuite       6      0.01          52.02      0.01          52.02
##                                                                        new challenge       6      0.01          52.03      0.01          52.03
##                                                                         new insights       6      0.01          52.04      0.01          52.04
##                                                                        new solutions       6      0.01          52.05      0.01          52.05
##                                                                                north       6      0.01          52.06      0.01          52.06
##                                                                   nosql technologies       6      0.01          52.08      0.01          52.08
##                                                       operations research techniques       6      0.01          52.09      0.01          52.09
##                                                                                oreal       6      0.01          52.10      0.01          52.10
##                                                                organizational skills       6      0.01          52.11      0.01          52.11
##                                                                 outstanding products       6      0.01          52.12      0.01          52.12
##                                                                          partnership       6      0.01          52.13      0.01          52.13
##                                                                        party resumes       6      0.01          52.14      0.01          52.14
##                                                                            past year       6      0.01          52.16      0.01          52.16
##                                                                             patients       6      0.01          52.17      0.01          52.17
##                                                                 personal information       6      0.01          52.18      0.01          52.18
##                                                                                   ph       6      0.01          52.19      0.01          52.19
##                                                                           philosophy       6      0.01          52.20      0.01          52.20
##                                                                                piece       6      0.01          52.21      0.01          52.21
##                                                                political affiliation       6      0.01          52.22      0.01          52.22
##                                                                    positive attitude       6      0.01          52.24      0.01          52.24
##                                                                             postgres       6      0.01          52.25      0.01          52.25
##                                                                       pre-processing       6      0.01          52.26      0.01          52.26
##                                                                     preferred skills       6      0.01          52.27      0.01          52.27
##                                                                      present results       6      0.01          52.28      0.01          52.28
##                                                                      primary purpose       6      0.01          52.29      0.01          52.29
##                                                                primary work location       6      0.01          52.30      0.01          52.30
##                                                      process data of varying degrees       6      0.01          52.32      0.01          52.32
##                                                                     process insights       6      0.01          52.33      0.01          52.33
##                                                               process mining journey       6      0.01          52.34      0.01          52.34
##                                                                         productivity       6      0.01          52.35      0.01          52.35
##                                                               programming experience       6      0.01          52.36      0.01          52.36
##                                                                           promotions       6      0.01          52.37      0.01          52.37
##                                                                              purpose       6      0.01          52.38      0.01          52.38
##                                                        python data science ecosystem       6      0.01          52.40      0.01          52.40
##                                                                qualified individuals       6      0.01          52.41      0.01          52.41
##                                                                 quantitative methods       6      0.01          52.42      0.01          52.42
##                                                                              queries       6      0.01          52.43      0.01          52.43
##                                                                              raleigh       6      0.01          52.44      0.01          52.44
##                                                                  real-world problems       6      0.01          52.45      0.01          52.45
##                                                                  regression analysis       6      0.01          52.46      0.01          52.46
##                                                                             requests       6      0.01          52.48      0.01          52.48
##                                                            research new technologies       6      0.01          52.49      0.01          52.49
##                                                                          resolutions       6      0.01          52.50      0.01          52.50
##                                                                                 rest       6      0.01          52.51      0.01          52.51
##                                                           revolutionizing healthcare       6      0.01          52.52      0.01          52.52
##                                                                    robust production       6      0.01          52.53      0.01          52.53
##                                                                          role number       6      0.01          52.54      0.01          52.54
##                                                                           s business       6      0.01          52.56      0.01          52.56
##                                                             s marketplace revelation       6      0.01          52.57      0.01          52.57
##                                                                       sales strategy       6      0.01          52.58      0.01          52.58
##                                                                         satisfaction       6      0.01          52.59      0.01          52.59
##                                                                            scripting       6      0.01          52.60      0.01          52.60
##                                                                   sds data scientist       6      0.01          52.61      0.01          52.61
##                                                                        segment users       6      0.01          52.62      0.01          52.62
##                                                                            selection       6      0.01          52.64      0.01          52.64
##                                                                   self-service tools       6      0.01          52.65      0.01          52.65
##                                                                       self-test data       6      0.01          52.66      0.01          52.66
##                                                                     series b funding       6      0.01          52.67      0.01          52.67
##                                                                      shell scripting       6      0.01          52.68      0.01          52.68
##                                                                                shift       6      0.01          52.69      0.01          52.69
##                                                                              siemens       6      0.01          52.70      0.01          52.70
##                                                                      similar tooling       6      0.01          52.72      0.01          52.72
##                                                                          small stuff       6      0.01          52.73      0.01          52.73
##                                                                    smarter decisions       6      0.01          52.74      0.01          52.74
##                                                                            snowflake       6      0.01          52.75      0.01          52.75
##                                                                              society       6      0.01          52.76      0.01          52.76
##                                                source operational systems beneficial       6      0.01          52.77      0.01          52.77
##                                                                      specific models       6      0.01          52.78      0.01          52.78
##                                                                                speed       6      0.01          52.80      0.01          52.80
##                                                                         sql database       6      0.01          52.81      0.01          52.81
##                                                      statistical analysis techniques       6      0.01          52.82      0.01          52.82
##                                                    statistical programming languages       6      0.01          52.83      0.01          52.83
##                                                                           stickiness       6      0.01          52.84      0.01          52.84
##                                                                      stocked kitchen       6      0.01          52.85      0.01          52.85
##                                                                              storage       6      0.01          52.86      0.01          52.86
##                                                                            strengths       6      0.01          52.88      0.01          52.88
##                                                             strong analytical skills       6      0.01          52.89      0.01          52.89
##                                                                    strong foundation       6      0.01          52.90      0.01          52.90
##                                                       strong quantitative background       6      0.01          52.91      0.01          52.91
##                                                                        strong verbal       6      0.01          52.92      0.01          52.92
##                                                                successful completion       6      0.01          52.93      0.01          52.93
##                                                                successful evaluation       6      0.01          52.94      0.01          52.94
##                                                                 support interactions       6      0.01          52.96      0.01          52.96
##                                                                  surface key metrics       6      0.01          52.97      0.01          52.97
##                                                              talented data scientist       6      0.01          52.98      0.01          52.98
##                                                              tangible business value       6      0.01          52.99      0.01          52.99
##                                              theoretical understanding of algorithms       6      0.01          53.00      0.01          53.00
##                                                                             tomorrow       6      0.01          53.01      0.01          53.01
##                                                                           toolchains       6      0.01          53.02      0.01          53.02
##                                                                        total revenue       6      0.01          53.04      0.01          53.04
##                                                         traditional machine learning       6      0.01          53.05      0.01          53.05
##                                                           transformation initiatives       6      0.01          53.06      0.01          53.06
##                                                               transformation methods       6      0.01          53.07      0.01          53.07
##                                                                         transparency       6      0.01          53.08      0.01          53.08
##                                                                      true techniques       6      0.01          53.09      0.01          53.09
##                                                                                 tune       6      0.01          53.10      0.01          53.10
##                                                                                 uber       6      0.01          53.12      0.01          53.12
##                                                             unlimited healthy snacks       6      0.01          53.13      0.01          53.13
##                                                                up-to-date extraction       6      0.01          53.14      0.01          53.14
##                                                                           us citizen       6      0.01          53.15      0.01          53.15
##                                                                        us government       6      0.01          53.16      0.01          53.16
##                                                                      us headquarters       6      0.01          53.17      0.01          53.17
##                                                                           us offices       6      0.01          53.18      0.01          53.18
##                                                                       use of machine       6      0.01          53.20      0.01          53.20
##                                                                      user experience       6      0.01          53.21      0.01          53.21
##                                                                    user requirements       6      0.01          53.22      0.01          53.22
##                                                                                   ux       6      0.01          53.23      0.01          53.23
##                                                                            web usage       6      0.01          53.24      0.01          53.24
##                                                                              website       6      0.01          53.25      0.01          53.25
##                                                                                 week       6      0.01          53.26      0.01          53.26
##                                                               weekly catered lunches       6      0.01          53.28      0.01          53.28
##                                                                     world-class team       6      0.01          53.29      0.01          53.29
##                                                                                 year       6      0.01          53.30      0.01          53.30
##                                                         years of industry experience       6      0.01          53.31      0.01          53.31
##                                                                  academic experience       5      0.01          53.32      0.01          53.32
##                                                                      active research       5      0.01          53.33      0.01          53.33
##                                                                  advanced algorithms       5      0.01          53.34      0.01          53.34
##                                                          advanced analytical methods       5      0.01          53.35      0.01          53.35
##                                                         advanced mathematical models       5      0.01          53.36      0.01          53.36
##                                                      advanced statistical techniques       5      0.01          53.37      0.01          53.37
##                                                                              adwords       5      0.01          53.38      0.01          53.38
##                                                             agile software practices       5      0.01          53.39      0.01          53.39
##                                                                   analytical mindset       5      0.01          53.40      0.01          53.40
##                                                                  analytical problems       5      0.01          53.41      0.01          53.41
##                                                                  analytics solutions       5      0.01          53.41      0.01          53.41
##                                                                       applicable law       5      0.01          53.42      0.01          53.42
##                                  application-driven analysis of complex data streams       5      0.01          53.43      0.01          53.43
##                                      application of appropriate quantitative methods       5      0.01          53.44      0.01          53.44
##                                                         applications of new theories       5      0.01          53.45      0.01          53.45
##                                                                            architect       5      0.01          53.46      0.01          53.46
##                                                                           architects       5      0.01          53.47      0.01          53.47
##                                                                          assumptions       5      0.01          53.48      0.01          53.48
##                                                                             attitude       5      0.01          53.49      0.01          53.49
##                                                                               austin       5      0.01          53.50      0.01          53.50
##                                                        automated data interpretation       5      0.01          53.51      0.01          53.51
##                                                                          backgrounds       5      0.01          53.52      0.01          53.52
##                                                                        batch process       5      0.01          53.53      0.01          53.53
##                                                                          bd products       5      0.01          53.54      0.01          53.54
##                                                                     becton dickinson       5      0.01          53.55      0.01          53.55
##                                                                         benchmarking       5      0.01          53.56      0.01          53.56
##                                                                     best performance       5      0.01          53.57      0.01          53.57
##                                                         better data-driven decisions       5      0.01          53.58      0.01          53.58
##                                                               better health outcomes       5      0.01          53.59      0.01          53.59
##                                                                          bi platform       5      0.01          53.60      0.01          53.60
##                                                                  big data techniques       5      0.01          53.61      0.01          53.61
##                                                                       big data tools       5      0.01          53.61      0.01          53.61
##                                                     bioinformatic analyses pipelines       5      0.01          53.62      0.01          53.62
##                                                                   board of directors       5      0.01          53.63      0.01          53.63
##                                                                               boston       5      0.01          53.64      0.01          53.64
##                                                                          boston area       5      0.01          53.65      0.01          53.65
##                                                building innovative new product lines       5      0.01          53.66      0.01          53.66
##                                                                    business analysts       5      0.01          53.67      0.01          53.67
##                                                           business analytical skills       5      0.01          53.68      0.01          53.68
##                                                                        business data       5      0.01          53.69      0.01          53.69
##                                                                    business insights       5      0.01          53.70      0.01          53.70
##                                                                   business questions       5      0.01          53.71      0.01          53.71
##                                                                    business requests       5      0.01          53.72      0.01          53.72
##                                                                    capacity planning       5      0.01          53.73      0.01          53.73
##                                                                   career development       5      0.01          53.74      0.01          53.74
##                                                              casual work environment       5      0.01          53.75      0.01          53.75
##                                                                              changes       5      0.01          53.76      0.01          53.76
##                                                                   citizenship status       5      0.01          53.77      0.01          53.77
##                                                                      client services       5      0.01          53.78      0.01          53.78
##                                                             clinical decision making       5      0.01          53.79      0.01          53.79
##                                                                    coding challenges       5      0.01          53.80      0.01          53.80
##                                                                 commercial insurance       5      0.01          53.80      0.01          53.80
##                                                                      company culture       5      0.01          53.81      0.01          53.81
##                                                                     company overview       5      0.01          53.82      0.01          53.82
##                                                                         competencies       5      0.01          53.83      0.01          53.83
##                                                                 competing priorities       5      0.01          53.84      0.01          53.84
##                                                                     complex analyses       5      0.01          53.85      0.01          53.85
##                                                                   complex data types       5      0.01          53.86      0.01          53.86
##                                                        complex quantitative analysis       5      0.01          53.87      0.01          53.87
##                                                                  complex sql queries       5      0.01          53.88      0.01          53.88
##                                     comprehensive cyber insurance analytics platform       5      0.01          53.89      0.01          53.89
##                                                                 computational skills       5      0.01          53.90      0.01          53.90
##                                                                  computational tools       5      0.01          53.91      0.01          53.91
##                                                                      computing tools       5      0.01          53.92      0.01          53.92
##                                                                             concerns       5      0.01          53.93      0.01          53.93
##                                                                          conclusions       5      0.01          53.94      0.01          53.94
##                                                               considerable knowledge       5      0.01          53.95      0.01          53.95
##                                                                        consumer data       5      0.01          53.96      0.01          53.96
##                                                                  consumer engagement       5      0.01          53.97      0.01          53.97
##                                                               continuous integration       5      0.01          53.98      0.01          53.98
##                                                                  continuous learning       5      0.01          53.99      0.01          53.99
##                                                                        contributions       5      0.01          54.00      0.01          54.00
##                                                                          core member       5      0.01          54.00      0.01          54.00
##                                                                     creative problem       5      0.01          54.01      0.01          54.01
##                                                       critical thinking capabilities       5      0.01          54.02      0.01          54.02
##                                                             critical thinking skills       5      0.01          54.03      0.01          54.03
##                                                                cross-functional team       5      0.01          54.04      0.01          54.04
##                                                            cross functional position       5      0.01          54.05      0.01          54.05
##                                                                    customer insights       5      0.01          54.06      0.01          54.06
##                                                                     customer service       5      0.01          54.07      0.01          54.07
##                                             cutting edge machine learning techniques       5      0.01          54.08      0.01          54.08
##                                                      cyber risk aggregation modeling       5      0.01          54.09      0.01          54.09
##                                                   cybercube analytics products users       5      0.01          54.10      0.01          54.10
##                                                            cybersecurity early stage       5      0.01          54.11      0.01          54.11
##                                                                data-driven solutions       5      0.01          54.12      0.01          54.12
##                                                                        data analyses       5      0.01          54.13      0.01          54.13
##                                                                        data analysts       5      0.01          54.14      0.01          54.14
##                                                                 data driven insights       5      0.01          54.15      0.01          54.15
##                                                                data driven solutions       5      0.01          54.16      0.01          54.16
##                                                                    data science role       5      0.01          54.17      0.01          54.17
##                                                                        data security       5      0.01          54.18      0.01          54.18
##                                                                         data sharing       5      0.01          54.19      0.01          54.19
##                                                                       data warehouse       5      0.01          54.20      0.01          54.20
##                                                                     database queries       5      0.01          54.20      0.01          54.20
##                                                                           databricks       5      0.01          54.21      0.01          54.21
##                                                                             datasets       5      0.01          54.22      0.01          54.22
##                                                                                   dc       5      0.01          54.23      0.01          54.23
##                                                                      decision-makers       5      0.01          54.24      0.01          54.24
##                                                             deep learning algorithms       5      0.01          54.25      0.01          54.25
##                                                             deep learning techniques       5      0.01          54.26      0.01          54.26
##                                                                         deliverables       5      0.01          54.27      0.01          54.27
##                                                               delivery of algorithms       5      0.01          54.28      0.01          54.28
##                                            delivery of complex quantitative analyses       5      0.01          54.29      0.01          54.29
##                                                                      dental coverage       5      0.01          54.30      0.01          54.30
##                                                                            developer       5      0.01          54.31      0.01          54.31
##                                                       developing data visualizations       5      0.01          54.32      0.01          54.32
##                                                               development assistance       5      0.01          54.33      0.01          54.33
##                                                                  development of code       5      0.01          54.34      0.01          54.34
##                                                      development of machine learning       5      0.01          54.35      0.01          54.35
##                                                                          device data       5      0.01          54.36      0.01          54.36
##                                                                               devops       5      0.01          54.37      0.01          54.37
##                                                     digital health innovation center       5      0.01          54.38      0.01          54.38
##                                                                 disciplined approach       5      0.01          54.39      0.01          54.39
##                                                                       discounted gym       5      0.01          54.40      0.01          54.40
##                                                     distributed computing frameworks       5      0.01          54.40      0.01          54.40
##                                                                     distributed data       5      0.01          54.41      0.01          54.41
##                                                                  diverse environment       5      0.01          54.42      0.01          54.42
##                                                                             division       5      0.01          54.43      0.01          54.43
##                                                               downtown san francisco       5      0.01          54.44      0.01          54.44
##                                                                           drivendata       5      0.01          54.45      0.01          54.45
##                                                          dynamic data visualizations       5      0.01          54.46      0.01          54.46
##                                                              educational preparation       5      0.01          54.47      0.01          54.47
##                                                                       eeo guidelines       5      0.01          54.48      0.01          54.48
##                                                                                email       5      0.01          54.49      0.01          54.49
##                                                                emerging technologies       5      0.01          54.50      0.01          54.50
##                                                                   empathetic culture       5      0.01          54.51      0.01          54.51
##                                                             engineering team members       5      0.01          54.52      0.01          54.52
##                                                                  english proficiency       5      0.01          54.53      0.01          54.53
##                                                                            enjoyment       5      0.01          54.54      0.01          54.54
##                                                         enterprise data science team       5      0.01          54.55      0.01          54.55
##                                                                           enthusiasm       5      0.01          54.56      0.01          54.56
##                                                                         epidemiology       5      0.01          54.57      0.01          54.57
##                                                equal employment opportunity employer       5      0.01          54.58      0.01          54.58
##                                                                            equipment       5      0.01          54.59      0.01          54.59
##                                                                               equity       5      0.01          54.60      0.01          54.60
##                                                                      equivalent role       5      0.01          54.60      0.01          54.60
##                                                                       excellent oral       5      0.01          54.61      0.01          54.61
##                                                                    excellent problem       5      0.01          54.62      0.01          54.62
##                                                  excellent python programming skills       5      0.01          54.63      0.01          54.63
##                                                                               exempt       5      0.01          54.64      0.01          54.64
##                                                                  existing algorithms       5      0.01          54.65      0.01          54.65
##                                                               experience requirement       5      0.01          54.66      0.01          54.66
##                                                                 extensive experience       5      0.01          54.67      0.01          54.67
##                                                                     external clients       5      0.01          54.68      0.01          54.68
##                                                                    external contexts       5      0.01          54.69      0.01          54.69
##                                                                    external partners       5      0.01          54.70      0.01          54.70
##                                                                   extraordinary time       5      0.01          54.71      0.01          54.71
##                                                                                  eye       5      0.01          54.72      0.01          54.72
##                                                                    facebook insights       5      0.01          54.73      0.01          54.73
##                                                                           facilities       5      0.01          54.74      0.01          54.74
##                                                                                facts       5      0.01          54.75      0.01          54.75
##                                                                  feature extractions       5      0.01          54.76      0.01          54.76
##                                                                                flask       5      0.01          54.77      0.01          54.77
##                                                                 following industries       5      0.01          54.78      0.01          54.78
##                                                                   following software       5      0.01          54.79      0.01          54.79
##                                                                                 food       5      0.01          54.80      0.01          54.80
##                                                                        functionality       5      0.01          54.80      0.01          54.80
##                                                                        future duties       5      0.01          54.81      0.01          54.81
##                                                                                  gbm       5      0.01          54.82      0.01          54.82
##                                                                        generation ai       5      0.01          54.83      0.01          54.83
##                                                         generous healthcare benefits       5      0.01          54.84      0.01          54.84
##                                                                        global leader       5      0.01          54.85      0.01          54.85
##                                                               goal of digital health       5      0.01          54.86      0.01          54.86
##                                                            good communication skills       5      0.01          54.87      0.01          54.87
##                                                                google cloud platform       5      0.01          54.88      0.01          54.88
##                                                                 governance processes       5      0.01          54.89      0.01          54.89
##                                                                         great people       5      0.01          54.90      0.01          54.90
##                                                                      growing company       5      0.01          54.91      0.01          54.91
##                                                                           happy hour       5      0.01          54.92      0.01          54.92
##                                                        hardest cyber risk challenges       5      0.01          54.93      0.01          54.93
##                                                                             hardware       5      0.01          54.94      0.01          54.94
##                                                                       healthy snacks       5      0.01          54.95      0.01          54.95
##                                                                              herndon       5      0.01          54.96      0.01          54.96
##                                                                      high visibility       5      0.01          54.97      0.01          54.97
##                                                                              history       5      0.01          54.98      0.01          54.98
##                                                                                 html       5      0.01          54.99      0.01          54.99
##                                                            identification strategies       5      0.01          54.99      0.01          54.99
##                                                                                image       5      0.01          55.00      0.01          55.00
##                                                                     image processing       5      0.01          55.01      0.01          55.01
##                                                                               impala       5      0.01          55.02      0.01          55.02
##                                                                           importance       5      0.01          55.03      0.01          55.03
##                                    in-depth knowledge of machine learning algorithms       5      0.01          55.04      0.01          55.04
##                                                              industry best practices       5      0.01          55.05      0.01          55.05
##                                                                            influence       5      0.01          55.06      0.01          55.06
##                                                                          informatica       5      0.01          55.07      0.01          55.07
##                                                                information retrieval       5      0.01          55.08      0.01          55.08
##                                                           informed analytics engines       5      0.01          55.09      0.01          55.09
##                                                              innovative new products       5      0.01          55.10      0.01          55.10
##                                                       innovative technical solutions       5      0.01          55.11      0.01          55.11
##                                                                    instrumental role       5      0.01          55.12      0.01          55.12
##                                                                   insurance industry       5      0.01          55.13      0.01          55.13
##                                                               insurance underwriting       5      0.01          55.14      0.01          55.14
##                                                                         intelligence       5      0.01          55.15      0.01          55.15
##                                                                            interface       5      0.01          55.16      0.01          55.16
##                                                                    interview process       5      0.01          55.17      0.01          55.17
##                                                                          job details       5      0.01          55.18      0.01          55.18
##                                                                        job functions       5      0.01          55.19      0.01          55.19
##                                                          knowledge of best practices       5      0.01          55.19      0.01          55.19
##                                                                knowledge of big data       5      0.01          55.20      0.01          55.20
##                                                                                 kpis       5      0.01          55.21      0.01          55.21
##                                                              large genomic data sets       5      0.01          55.22      0.01          55.22
##                                                                        latest trends       5      0.01          55.23      0.01          55.23
##                                            leading global medical technology company       5      0.01          55.24      0.01          55.24
##                                                              lean software practices       5      0.01          55.25      0.01          55.25
##                                                                                 list       5      0.01          55.26      0.01          55.26
##                                                                            locations       5      0.01          55.27      0.01          55.27
##                                                        machine learning applications       5      0.01          55.28      0.01          55.28
##                                                             machine learning systems       5      0.01          55.29      0.01          55.29
##                                                         major data science libraries       5      0.01          55.30      0.01          55.30
##                                                                               margin       5      0.01          55.31      0.01          55.31
##                                                                mathematical analyses       5      0.01          55.32      0.01          55.32
##                                                                mathematical problems       5      0.01          55.33      0.01          55.33
##                                                                       mathematicians       5      0.01          55.34      0.01          55.34
##                                                              meaning of complex data       5      0.01          55.35      0.01          55.35
##                                                        meaningful early stage equity       5      0.01          55.36      0.01          55.36
##                                                                         medical data       5      0.01          55.37      0.01          55.37
##                                                                          methodology       5      0.01          55.38      0.01          55.38
##                                                                      microsoft excel       5      0.01          55.39      0.01          55.39
##                                                                               middle       5      0.01          55.39      0.01          55.39
##                                                                  minimal supervision       5      0.01          55.40      0.01          55.40
##                                                            mission of transformation       5      0.01          55.41      0.01          55.41
##                                                                      mo-chesterfield       5      0.01          55.42      0.01          55.42
##                                                                             modelers       5      0.01          55.43      0.01          55.43
##                                                                   modeling languages       5      0.01          55.44      0.01          55.44
##                                                                            modelling       5      0.01          55.45      0.01          55.45
##                                                                              monitor       5      0.01          55.46      0.01          55.46
##                                                           multi-disciplinary experts       5      0.01          55.47      0.01          55.47
##                                             multiple integrated complex data streams       5      0.01          55.48      0.01          55.48
##                                                                       multiple teams       5      0.01          55.49      0.01          55.49
##                                                                 multivariate testing       5      0.01          55.50      0.01          55.50
##                                                                          nationality       5      0.01          55.51      0.01          55.51
##                                                       natural language understanding       5      0.01          55.52      0.01          55.52
##                                                                          neural nets       5      0.01          55.53      0.01          55.53
##                                                           new analytical data models       5      0.01          55.54      0.01          55.54
##                                                           non-relational data stores       5      0.01          55.55      0.01          55.55
##                                                                                 norm       5      0.01          55.56      0.01          55.56
##                                                                        north america       5      0.01          55.57      0.01          55.57
##                                                                               number       5      0.01          55.58      0.01          55.58
##                                                                    oldest industries       5      0.01          55.59      0.01          55.59
##                                                                          open source       5      0.01          55.59      0.01          55.59
##                                                                 open source software       5      0.01          55.60      0.01          55.60
##                                                                            operators       5      0.01          55.61      0.01          55.61
##                                                                        orchestration       5      0.01          55.62      0.01          55.62
##                                                                           parameters       5      0.01          55.63      0.01          55.63
##                                                               particular application       5      0.01          55.64      0.01          55.64
##                                                                       pca techniques       5      0.01          55.65      0.01          55.65
##                                                                      personalization       5      0.01          55.66      0.01          55.66
##                                                                             policies       5      0.01          55.67      0.01          55.67
##                                                                  portfolio of public       5      0.01          55.68      0.01          55.68
##                                                                           portfolios       5      0.01          55.69      0.01          55.69
##                                                            position responsibilities       5      0.01          55.70      0.01          55.70
##                                                                              powerbi       5      0.01          55.71      0.01          55.71
##                                                                  practical solutions       5      0.01          55.72      0.01          55.72
##                                                                             practice       5      0.01          55.73      0.01          55.73
##                                                          practicing machine learning       5      0.01          55.74      0.01          55.74
##                                                          predictive analytics models       5      0.01          55.75      0.01          55.75
##                                                                  preferred education       5      0.01          55.76      0.01          55.76
##                                                                  prescriptive models       5      0.01          55.77      0.01          55.77
##                                                      principal technical contributor       5      0.01          55.78      0.01          55.78
##                                                             principles of statistics       5      0.01          55.79      0.01          55.79
##                                                    private data science projects you       5      0.01          55.79      0.01          55.79
##                                                                professionals benefit       5      0.01          55.80      0.01          55.80
##                                          professionals exciting career opportunities       5      0.01          55.81      0.01          55.81
##                                                                              profile       5      0.01          55.82      0.01          55.82
##                                                                        profitability       5      0.01          55.83      0.01          55.83
##                                                                           propensity       5      0.01          55.84      0.01          55.84
##                                                                    protected veteran       5      0.01          55.85      0.01          55.85
##                                                                           psychology       5      0.01          55.86      0.01          55.86
##                                                                             qlikview       5      0.01          55.87      0.01          55.87
##                                                                    quality assurance       5      0.01          55.88      0.01          55.88
##                                                                      quality of life       5      0.01          55.89      0.01          55.89
##                                                                quantitative research       5      0.01          55.90      0.01          55.90
##                                                       quantitative software products       5      0.01          55.91      0.01          55.91
##                                                                                rdbms       5      0.01          55.92      0.01          55.92
##                                                                   real-world systems       5      0.01          55.93      0.01          55.93
##                                                                      real difference       5      0.01          55.94      0.01          55.94
##                                                                  real world problems       5      0.01          55.95      0.01          55.95
##                                                                               reason       5      0.01          55.96      0.01          55.96
##                                                                    recognized brands       5      0.01          55.97      0.01          55.97
##                                                                       recommendation       5      0.01          55.98      0.01          55.98
##                                                               recommendation engines       5      0.01          55.98      0.01          55.98
##                                                  refinement of existing data sources       5      0.01          55.99      0.01          55.99
##                                                                               region       5      0.01          56.00      0.01          56.00
##                                                              related field preferred       5      0.01          56.01      0.01          56.01
##                                                         related technical discipline       5      0.01          56.02      0.01          56.02
##                                                                        relevant data       5      0.01          56.03      0.01          56.03
##                                            relevant impact of smart device platforms       5      0.01          56.04      0.01          56.04
##                                                                     relevant statics       5      0.01          56.05      0.01          56.05
##                                                                               report       5      0.01          56.06      0.01          56.06
##                                                                    research projects       5      0.01          56.07      0.01          56.07
##                                                                      research skills       5      0.01          56.08      0.01          56.08
##                                                                            reshaping       5      0.01          56.09      0.01          56.09
##                                                                      resident expert       5      0.01          56.10      0.01          56.10
##                                                             results of data analysis       5      0.01          56.11      0.01          56.11
##                                                                               review       5      0.01          56.12      0.01          56.12
##                                                                          right thing       5      0.01          56.13      0.01          56.13
##                                                                                  rnn       5      0.01          56.14      0.01          56.14
##                                                                        role critical       5      0.01          56.15      0.01          56.15
##                                                                         role summary       5      0.01          56.16      0.01          56.16
##                                                                                roles       5      0.01          56.17      0.01          56.17
##                                                                                rules       5      0.01          56.18      0.01          56.18
##                                                       s largest venture capital fund       5      0.01          56.18      0.01          56.18
##                                                     s leading cyber security company       5      0.01          56.19      0.01          56.19
##                                                                    saas applications       5      0.01          56.20      0.01          56.20
##                                                                             sampling       5      0.01          56.21      0.01          56.21
##                                                                    scenario analysis       5      0.01          56.22      0.01          56.22
##                                                                           sci access       5      0.01          56.23      0.01          56.23
##                                                                              science       5      0.01          56.24      0.01          56.24
##                                                                    scientific method       5      0.01          56.25      0.01          56.25
##                                                                              scratch       5      0.01          56.26      0.01          56.26
##                                                                   scripting language       5      0.01          56.27      0.01          56.27
##                                                                    senior leadership       5      0.01          56.28      0.01          56.28
##                                                                 significant exposure       5      0.01          56.29      0.01          56.29
##                                                                   similar discipline       5      0.01          56.30      0.01          56.30
##                                                                             skillset       5      0.01          56.31      0.01          56.31
##                                                                                  slq       5      0.01          56.32      0.01          56.32
##                                                     small groups of key stakeholders       5      0.01          56.33      0.01          56.33
##                                                                          smartphones       5      0.01          56.34      0.01          56.34
##                                                                       social science       5      0.01          56.35      0.01          56.35
##                                                       software development lifecycle       5      0.01          56.36      0.01          56.36
##                                                                   software solutions       5      0.01          56.37      0.01          56.37
##                                                                  solid understanding       5      0.01          56.38      0.01          56.38
##                                                                             solution       5      0.01          56.38      0.01          56.38
##                                                                       sound judgment       5      0.01          56.39      0.01          56.39
##                                                                               sounds       5      0.01          56.40      0.01          56.40
##                                                                       specialization       5      0.01          56.41      0.01          56.41
##                                                                          stakeholder       5      0.01          56.42      0.01          56.42
##                                                                  start-up experience       5      0.01          56.43      0.01          56.43
##                                                                               states       5      0.01          56.44      0.01          56.44
##                                                               statistical algorithms       5      0.01          56.45      0.01          56.45
##                                                         statistical modeling methods       5      0.01          56.46      0.01          56.46
##                                                                    statistical tools       5      0.01          56.47      0.01          56.47
##                                                                        statisticians       5      0.01          56.48      0.01          56.48
##                                                                                stats       5      0.01          56.49      0.01          56.49
##                                                                           stem field       5      0.01          56.50      0.01          56.50
##                                                    strong communication competencies       5      0.01          56.51      0.01          56.51
##                                                            strong data visualization       5      0.01          56.52      0.01          56.52
##                                                                    strong sql skills       5      0.01          56.53      0.01          56.53
##                                                                            structure       5      0.01          56.54      0.01          56.54
##                                                            success of digital health       5      0.01          56.55      0.01          56.55
##                                                            successful business units       5      0.01          56.56      0.01          56.56
##                                                                            suppliers       5      0.01          56.57      0.01          56.57
##                                                                    symantec ventures       5      0.01          56.58      0.01          56.58
##                                                                 talented individuals       5      0.01          56.58      0.01          56.58
##                                                                        talented team       5      0.01          56.59      0.01          56.59
##                                                                                  tcc       5      0.01          56.60      0.01          56.60
##                                                     team of talented data scientists       5      0.01          56.61      0.01          56.61
##                                                                            teammates       5      0.01          56.62      0.01          56.62
##                                                                 technical challenges       5      0.01          56.63      0.01          56.63
##                                                    technical communication abilities       5      0.01          56.64      0.01          56.64
##                                                              technical contributions       5      0.01          56.65      0.01          56.65
##                                                                 technical experience       5      0.01          56.66      0.01          56.66
##                                                                      technical field       5      0.01          56.67      0.01          56.67
##                                                                 technical innovation       5      0.01          56.68      0.01          56.68
##                                                                    technical support       5      0.01          56.69      0.01          56.69
##                                                                              telecom       5      0.01          56.70      0.01          56.70
##                                                                                terms       5      0.01          56.71      0.01          56.71
##                                                                                tests       5      0.01          56.72      0.01          56.72
##                                                                                 text       5      0.01          56.73      0.01          56.73
##                                                                  threat intelligence       5      0.01          56.74      0.01          56.74
##                                                                        timely manner       5      0.01          56.75      0.01          56.75
##                                                                         track record       5      0.01          56.76      0.01          56.76
##                                                                           transition       5      0.01          56.77      0.01          56.77
##                                                        trident capital cybersecurity       5      0.01          56.78      0.01          56.78
##                                                                tuition reimbursement       5      0.01          56.78      0.01          56.78
##                                                                                   tx       5      0.01          56.79      0.01          56.79
##                                                                        types of data       5      0.01          56.80      0.01          56.80
##                                                                           ugly juice       5      0.01          56.81      0.01          56.81
##                                                     unique cyber security data layer       5      0.01          56.82      0.01          56.82
##                                                             united states of america       5      0.01          56.83      0.01          56.83
##                                                         unsolicited agency referrals       5      0.01          56.84      0.01          56.84
##                                                                     usa ma - andover       5      0.01          56.85      0.01          56.85
##                                                        value of various data streams       5      0.01          56.86      0.01          56.86
##                                                                        various forms       5      0.01          56.87      0.01          56.87
##                                                                       various levels       5      0.01          56.88      0.01          56.88
##                                                                various team settings       5      0.01          56.89      0.01          56.89
##                                                                                  vba       5      0.01          56.90      0.01          56.90
##                                                                         verification       5      0.01          56.91      0.01          56.91
##                                                              version control systems       5      0.01          56.92      0.01          56.92
##                                                                             virginia       5      0.01          56.93      0.01          56.93
##                                                                           work shift       5      0.01          56.94      0.01          56.94
##                                                                world-class analytics       5      0.01          56.95      0.01          56.95
##                                                                                 accm       4      0.01          56.95      0.01          56.95
##                                                                              actions       4      0.01          56.96      0.01          56.96
##                                                                     active listening       4      0.01          56.97      0.01          56.97
##                                                                        active member       4      0.01          56.98      0.01          56.98
##                                                                             activity       4      0.01          56.98      0.01          56.98
##                                                                             adoption       4      0.01          56.99      0.01          56.99
##                                                         advanced analytic approaches       4      0.01          57.00      0.01          57.00
##                                                          advanced analytics concepts       4      0.01          57.01      0.01          57.01
##                                                                  advanced experience       4      0.01          57.02      0.01          57.02
##                                                                       advanced ideas       4      0.01          57.02      0.01          57.02
##                                                 advanced machine learning algorithms       4      0.01          57.03      0.01          57.03
##                                                                      aetna recruiter       4      0.01          57.04      0.01          57.04
##                                                                  agency's collection       4      0.01          57.05      0.01          57.05
##                                                               agile development team       4      0.01          57.05      0.01          57.05
##                                                              ai technology solutions       4      0.01          57.06      0.01          57.06
##                                                                                  air       4      0.01          57.07      0.01          57.07
##                                                               algorithms text mining       4      0.01          57.08      0.01          57.08
##                                                               analyses of structured       4      0.01          57.08      0.01          57.08
##                                                                  analysis operations       4      0.01          57.09      0.01          57.09
##                                                                     analysis results       4      0.01          57.10      0.01          57.10
##                                                                  analytic activities       4      0.01          57.11      0.01          57.11
##                                                                    analytic insights       4      0.01          57.11      0.01          57.11
##                                                                     analytical field       4      0.01          57.12      0.01          57.12
##                                                                  analytical products       4      0.01          57.13      0.01          57.13
##                                                                  analytical projects       4      0.01          57.14      0.01          57.14
##                                                    analytics-driven product pipeline       4      0.01          57.14      0.01          57.14
##                                                                      analytics group       4      0.01          57.15      0.01          57.15
##                                                                      analytics teams       4      0.01          57.16      0.01          57.16
##                                                                      analytics tools       4      0.01          57.17      0.01          57.17
##                                                                      annual revenues       4      0.01          57.17      0.01          57.17
##                                                                                  api       4      0.01          57.18      0.01          57.18
##                                                                            applicant       4      0.01          57.19      0.01          57.19
##                                                             application instructions       4      0.01          57.20      0.01          57.20
##                                                            applied statistics skills       4      0.01          57.21      0.01          57.21
##                                                   appropriate statistical techniques       4      0.01          57.21      0.01          57.21
##                                                                    association rules       4      0.01          57.22      0.01          57.22
##                                                                              atlanta       4      0.01          57.23      0.01          57.23
##                                                                           attendance       4      0.01          57.24      0.01          57.24
##                                                                  automated solutions       4      0.01          57.24      0.01          57.24
##                                                                             autonomy       4      0.01          57.25      0.01          57.25
##                                                                  b testing framework       4      0.01          57.26      0.01          57.26
##                                                                           bachelor's       4      0.01          57.27      0.01          57.27
##                                                                background experience       4      0.01          57.27      0.01          57.27
##                                                             background investigation       4      0.01          57.28      0.01          57.28
##                                                                   balance of current       4      0.01          57.29      0.01          57.29
##                                                                                 bash       4      0.01          57.30      0.01          57.30
##                                                                      basic questions       4      0.01          57.30      0.01          57.30
##                                                                               behalf       4      0.01          57.31      0.01          57.31
##                                                                                 bend       4      0.01          57.32      0.01          57.32
##                                                                  benefit eligibility       4      0.01          57.33      0.01          57.33
##                                                               better user experience       4      0.01          57.33      0.01          57.33
##                                                                   big data analytics       4      0.01          57.34      0.01          57.34
##                                                                 big data environment       4      0.01          57.35      0.01          57.35
##                                                                 big data integration       4      0.01          57.36      0.01          57.36
##                                                                                bonus       4      0.01          57.37      0.01          57.37
##                                                                         bonus points       4      0.01          57.37      0.01          57.37
##                                                                      brightest minds       4      0.01          57.38      0.01          57.38
##                                                                               budget       4      0.01          57.39      0.01          57.39
##                                                                       business logic       4      0.01          57.40      0.01          57.40
##                                                                     business problem       4      0.01          57.40      0.01          57.40
##                                                           business rule requirements       4      0.01          57.41      0.01          57.41
##                                                              business services firms       4      0.01          57.42      0.01          57.42
##                                                                        business unit       4      0.01          57.43      0.01          57.43
##                                                                             calculus       4      0.01          57.43      0.01          57.43
##                                                        candidate privacy information       4      0.01          57.44      0.01          57.44
##                                                                         careers page       4      0.01          57.45      0.01          57.45
##                                                                                cases       4      0.01          57.46      0.01          57.46
##                                                                             category       4      0.01          57.46      0.01          57.46
##                                                                                  ceo       4      0.01          57.47      0.01          57.47
##                                                                  changing priorities       4      0.01          57.48      0.01          57.48
##                                                               choice of medical plan       4      0.01          57.49      0.01          57.49
##                                                                                churn       4      0.01          57.49      0.01          57.49
##                                                                              clarity       4      0.01          57.50      0.01          57.50
##                                                                      clearance level       4      0.01          57.51      0.01          57.51
##                                                                         client needs       4      0.01          57.52      0.01          57.52
##                                                            clients' digital journeys       4      0.01          57.53      0.01          57.53
##                                                                    close partnership       4      0.01          57.53      0.01          57.53
##                                                                     coding knowledge       4      0.01          57.54      0.01          57.54
##                                                                 collaboration skills       4      0.01          57.55      0.01          57.55
##                                                                       collaborations       4      0.01          57.56      0.01          57.56
##                                                              command data challenges       4      0.01          57.56      0.01          57.56
##                                                                   commercial setting       4      0.01          57.57      0.01          57.57
##                                                            competitive company match       4      0.01          57.58      0.01          57.58
##                                                                         compile data       4      0.01          57.59      0.01          57.59
##                                                                         completeness       4      0.01          57.59      0.01          57.59
##                                                                              complex       4      0.01          57.60      0.01          57.60
##                                                                     complex concepts       4      0.01          57.61      0.01          57.61
##                                                             complex database queries       4      0.01          57.62      0.01          57.62
##                                                                        complex ideas       4      0.01          57.62      0.01          57.62
##                                                        complex quantitative analyses       4      0.01          57.63      0.01          57.63
##                                                                       complex topics       4      0.01          57.64      0.01          57.64
##                                                                       concise manner       4      0.01          57.65      0.01          57.65
##                                                                     conduct analysis       4      0.01          57.65      0.01          57.65
##                                                                             consumer       4      0.01          57.66      0.01          57.66
##                                                                         contribution       4      0.01          57.67      0.01          57.67
##                                                                              control       4      0.01          57.68      0.01          57.68
##                                                                          core values       4      0.01          57.69      0.01          57.69
##                                                                          coremetrics       4      0.01          57.69      0.01          57.69
##                                                                         correlations       4      0.01          57.70      0.01          57.70
##                                                                                cplex       4      0.01          57.71      0.01          57.71
##                                                                             creation       4      0.01          57.72      0.01          57.72
##                                                              credit card information       4      0.01          57.72      0.01          57.72
##                                                                   criminal histories       4      0.01          57.73      0.01          57.73
##                                                                      crimson hexagon       4      0.01          57.74      0.01          57.74
##                                                                                  crm       4      0.01          57.75      0.01          57.75
##                                                                       customer needs       4      0.01          57.75      0.01          57.75
##                                                                customer requirements       4      0.01          57.76      0.01          57.76
##                                                                           d projects       4      0.01          57.77      0.01          57.77
##                                                          data-driven recommendations       4      0.01          57.78      0.01          57.78
##                                                            data-oriented personality       4      0.01          57.78      0.01          57.78
##                                                              data analysis reporting       4      0.01          57.79      0.01          57.79
##                                                                       data cleansing       4      0.01          57.80      0.01          57.80
##                                                                     data definitions       4      0.01          57.81      0.01          57.81
##                                                                data engineering team       4      0.01          57.81      0.01          57.81
##                                                                    data environments       4      0.01          57.82      0.01          57.82
##                                                                     data experiments       4      0.01          57.83      0.01          57.83
##                                                                     data integrators       4      0.01          57.84      0.01          57.84
##                                                             data modeling techniques       4      0.01          57.85      0.01          57.85
##                                                             data presentation skills       4      0.01          57.85      0.01          57.85
##                                                            data processing workflows       4      0.01          57.86      0.01          57.86
##                                                              data science experience       4      0.01          57.87      0.01          57.87
##                                                                data science problems       4      0.01          57.88      0.01          57.88
##                                                                   data science tools       4      0.01          57.88      0.01          57.88
##                                                              data scientist position       4      0.01          57.89      0.01          57.89
##                                                                        data strategy       4      0.01          57.90      0.01          57.90
##                                                                  data transformation       4      0.01          57.91      0.01          57.91
##                                                            data visualization skills       4      0.01          57.91      0.01          57.91
##                                                                 database programming       4      0.01          57.92      0.01          57.92
##                                                                           db systems       4      0.01          57.93      0.01          57.93
##                                                                              decades       4      0.01          57.94      0.01          57.94
##                                                                             decision       4      0.01          57.94      0.01          57.94
##                                                                   deep data insights       4      0.01          57.95      0.01          57.95
##                                                              deep learning framework       4      0.01          57.96      0.01          57.96
##                                                                department of defense       4      0.01          57.97      0.01          57.97
##                                                                                depth       4      0.01          57.97      0.01          57.97
##                                                               descriptive statistics       4      0.01          57.98      0.01          57.98
##                                                                                 desk       4      0.01          57.99      0.01          57.99
##                                                              detailed set of results       4      0.01          58.00      0.01          58.00
##                                                              developing web services       4      0.01          58.01      0.01          58.01
##                                                                               device       4      0.01          58.01      0.01          58.01
##                                                                              devices       4      0.01          58.02      0.01          58.02
##                                                                   difficult problems       4      0.01          58.03      0.01          58.03
##                                                                    digital workplace       4      0.01          58.04      0.01          58.04
##                                                                       direct deposit       4      0.01          58.04      0.01          58.04
##                                                                 disability insurance       4      0.01          58.05      0.01          58.05
##                                                                           discipline       4      0.01          58.06      0.01          58.06
##                                                                           disclaimer       4      0.01          58.07      0.01          58.07
##                                                               disparate data sources       4      0.01          58.07      0.01          58.07
##                                                          distributed computing tools       4      0.01          58.08      0.01          58.08
##                                                                 distributed datasets       4      0.01          58.09      0.01          58.09
##                                                                         distribution       4      0.01          58.10      0.01          58.10
##                                                                    diverse audiences       4      0.01          58.10      0.01          58.10
##                                                                    diverse expertise       4      0.01          58.11      0.01          58.11
##                                                                               django       4      0.01          58.12      0.01          58.12
##                                                                   documents projects       4      0.01          58.13      0.01          58.13
##                                                                     domain expertise       4      0.01          58.13      0.01          58.13
##                                                                       domain experts       4      0.01          58.14      0.01          58.14
##                                                                               drinks       4      0.01          58.15      0.01          58.15
##                                                                              drivers       4      0.01          58.16      0.01          58.16
##                                                                           e-commerce       4      0.01          58.16      0.01          58.16
##                                                                                  eda       4      0.01          58.17      0.01          58.17
##                                                                 education assistance       4      0.01          58.18      0.01          58.18
##                                                               educational background       4      0.01          58.19      0.01          58.19
##                                                                     effective manner       4      0.01          58.20      0.01          58.20
##                                                  effective presentations of findings       4      0.01          58.20      0.01          58.20
##                                                                         efficiencies       4      0.01          58.21      0.01          58.21
##                                                            electronic health records       4      0.01          58.22      0.01          58.22
##                                                              emerging customer needs       4      0.01          58.23      0.01          58.23
##                                                                   employer of choice       4      0.01          58.23      0.01          58.23
##                                                               employment individuals       4      0.01          58.24      0.01          58.24
##                                                      employment qualified applicants       4      0.01          58.25      0.01          58.25
##                                                                                  end       4      0.01          58.26      0.01          58.26
##                                                                   engineering domain       4      0.01          58.26      0.01          58.26
##                                                                    engineering field       4      0.01          58.27      0.01          58.27
##                                                        english proficient assessment       4      0.01          58.28      0.01          58.28
##                                                             enormous volumes of data       4      0.01          58.29      0.01          58.29
##                                                                          environment       4      0.01          58.29      0.01          58.29
##                                                                         environments       4      0.01          58.30      0.01          58.30
##                                                          equal opportunity employers       4      0.01          58.31      0.01          58.31
##                                                                     essential duties       4      0.01          58.32      0.01          58.32
##                                                                           estimation       4      0.01          58.32      0.01          58.32
##                                                     evaluation of business processes       4      0.01          58.33      0.01          58.33
##                                                                      event detection       4      0.01          58.34      0.01          58.34
##                                                                    existing products       4      0.01          58.35      0.01          58.35
##                                                               experience visualizing       4      0.01          58.36      0.01          58.36
##                                                          experienced data scientists       4      0.01          58.36      0.01          58.36
##                                                                    experiment design       4      0.01          58.37      0.01          58.37
##                                                                   experiment results       4      0.01          58.38      0.01          58.38
##                                                                      experimentation       4      0.01          58.39      0.01          58.39
##                                                              external referral bonus       4      0.01          58.39      0.01          58.39
##                                                                external stakeholders       4      0.01          58.40      0.01          58.40
##                                                                   feature extraction       4      0.01          58.41      0.01          58.41
##                                                                              females       4      0.01          58.42      0.01          58.42
##                                                          financial services industry       4      0.01          58.42      0.01          58.42
##                                                                       flexible hours       4      0.01          58.43      0.01          58.43
##                                                                                flume       4      0.01          58.44      0.01          58.44
##                                                                            forefront       4      0.01          58.45      0.01          58.45
##                                                                      fulfilling ways       4      0.01          58.45      0.01          58.45
##                                                                    fullest potential       4      0.01          58.46      0.01          58.46
##                                                              functional requirements       4      0.01          58.47      0.01          58.47
##                                                                     functional teams       4      0.01          58.48      0.01          58.48
##                                                               fundamental components       4      0.01          58.48      0.01          58.48
##                                                                         future needs       4      0.01          58.49      0.01          58.49
##                                                                future of health care       4      0.01          58.50      0.01          58.50
##                                                                                 game       4      0.01          58.51      0.01          58.51
##                                                                                  ged       4      0.01          58.52      0.01          58.52
##                                                                       general nature       4      0.01          58.52      0.01          58.52
##                                                 general purpose programming language       4      0.01          58.53      0.01          58.53
##                                                        generous compensation package       4      0.01          58.54      0.01          58.54
##                                                                   generous paid time       4      0.01          58.55      0.01          58.55
##                                                                      geospatial data       4      0.01          58.55      0.01          58.55
##                                                                      giant objective       4      0.01          58.56      0.01          58.56
##                                                                         global reach       4      0.01          58.57      0.01          58.57
##                                                                       good scripting       4      0.01          58.58      0.01          58.58
##                                                                    gradient boosting       4      0.01          58.58      0.01          58.58
##                                                           great communication skills       4      0.01          58.59      0.01          58.59
##                                                                       greatest minds       4      0.01          58.60      0.01          58.60
##                                                                            greenplum       4      0.01          58.61      0.01          58.61
##                                                                               groups       4      0.01          58.61      0.01          58.61
##                                                                 growth opportunities       4      0.01          58.62      0.01          58.62
##                                                                         guide health       4      0.01          58.63      0.01          58.63
##                                                                      hadoop platform       4      0.01          58.64      0.01          58.64
##                                                                            hard work       4      0.01          58.64      0.01          58.64
##                                                                  harvesting insights       4      0.01          58.65      0.01          58.65
##                                                                 healthier atmosphere       4      0.01          58.66      0.01          58.66
##                                                             high-dimensionality data       4      0.01          58.67      0.01          58.67
##                                                                       high attention       4      0.01          58.68      0.01          58.68
##                                                               high performance teams       4      0.01          58.68      0.01          58.68
##                                                                         high quality       4      0.01          58.69      0.01          58.69
##                                                                  high school diploma       4      0.01          58.70      0.01          58.70
##                                                                               hiring       4      0.01          58.71      0.01          58.71
##                                                                      historical data       4      0.01          58.71      0.01          58.71
##                                                                    homeland security       4      0.01          58.72      0.01          58.72
##                                                                       hour work week       4      0.01          58.73      0.01          58.73
##                                                                              houston       4      0.01          58.74      0.01          58.74
##                                                                hundreds of thousands       4      0.01          58.74      0.01          58.74
##                                                                               hybrid       4      0.01          58.75      0.01          58.75
##                                                                             illinois       4      0.01          58.76      0.01          58.76
##                                                                          imagination       4      0.01          58.77      0.01          58.77
##                                                                     immediate impact       4      0.01          58.77      0.01          58.77
##                                                    improved service desk performance       4      0.01          58.78      0.01          58.78
##                                                                    inclusive culture       4      0.01          58.79      0.01          58.79
##                                                                  inclusive workplace       4      0.01          58.80      0.01          58.80
##                                                                        inclusiveness       4      0.01          58.80      0.01          58.80
##                                                                   incredible company       4      0.01          58.81      0.01          58.81
##                                                                     incredible ideas       4      0.01          58.82      0.01          58.82
##                                                                                india       4      0.01          58.83      0.01          58.83
##                                                           industry-leading solutions       4      0.01          58.84      0.01          58.84
##                                                                      industry trends       4      0.01          58.84      0.01          58.84
##                                                                          informatics       4      0.01          58.85      0.01          58.85
##                                                                            ingenuity       4      0.01          58.86      0.01          58.86
##                                                                    innovative people       4      0.01          58.87      0.01          58.87
##                                                                  innovative products       4      0.01          58.87      0.01          58.87
##                                                                           innovators       4      0.01          58.88      0.01          58.88
##                                                                          institution       4      0.01          58.89      0.01          58.89
##                                                           intensive training program       4      0.01          58.90      0.01          58.90
##                                                                           interfaces       4      0.01          58.90      0.01          58.90
##                                                     interpersonal influencing skills       4      0.01          58.91      0.01          58.91
##                                                                                   jd       4      0.01          58.92      0.01          58.92
##                                                                                 jema       4      0.01          58.93      0.01          58.93
##                                                                           job number       4      0.01          58.93      0.01          58.93
##                                                                      job requisition       4      0.01          58.94      0.01          58.94
##                                                  joint conceptual data model reviews       4      0.01          58.95      0.01          58.95
##                                                            joint enterprise modeling       4      0.01          58.96      0.01          58.96
##                                                                           key trends       4      0.01          58.96      0.01          58.96
##                                                                   knowledge managers       4      0.01          58.97      0.01          58.97
##                                               knowledge of commercial cloud services       4      0.01          58.98      0.01          58.98
##                                                           knowledge of data analysis       4      0.01          58.99      0.01          58.99
##                                                             knowledge of descriptive       4      0.01          59.00      0.01          59.00
##                                                        knowledge of programming java       4      0.01          59.00      0.01          59.00
##                                                                    large enterprises       4      0.01          59.01      0.01          59.01
##                                                       largest independent technology       4      0.01          59.02      0.01          59.02
##                                                             latest technology trends       4      0.01          59.03      0.01          59.03
##                                                                               launch       4      0.01          59.03      0.01          59.03
##                                            leading large scale data science projects       4      0.01          59.04      0.01          59.04
##                                                                         leading role       4      0.01          59.05      0.01          59.05
##                                                                                level       4      0.01          59.06      0.01          59.06
##                                                                  level of experience       4      0.01          59.06      0.01          59.06
##                                                                        level of work       4      0.01          59.07      0.01          59.07
##                                                                     life's best work       4      0.01          59.08      0.01          59.08
##                                                                         life balance       4      0.01          59.09      0.01          59.09
##                                                                    lifestyle choices       4      0.01          59.09      0.01          59.09
##                                                         lightweight web applications       4      0.01          59.10      0.01          59.10
##                                                                limitations of models       4      0.01          59.11      0.01          59.11
##                                                              limitless opportunities       4      0.01          59.12      0.01          59.12
##                                                                   linux shell script       4      0.01          59.12      0.01          59.12
##                                                                              ll need       4      0.01          59.13      0.01          59.13
##                                                                              loading       4      0.01          59.14      0.01          59.14
##                                                                            local law       4      0.01          59.15      0.01          59.15
##                                                                            logistics       4      0.01          59.16      0.01          59.16
##                                                       long-term disability insurance       4      0.01          59.16      0.01          59.16
##                                                                 long term disability       4      0.01          59.17      0.01          59.17
##                                                                          los angeles       4      0.01          59.18      0.01          59.18
##                                                                                 lstm       4      0.01          59.19      0.01          59.19
##                                                                              machine       4      0.01          59.19      0.01          59.19
##                                                              machine learning expert       4      0.01          59.20      0.01          59.20
##                                                          machine learning frameworks       4      0.01          59.21      0.01          59.21
##                                                       management information systems       4      0.01          59.22      0.01          59.22
##                                                                              manager       4      0.01          59.22      0.01          59.22
##                                                                          marketplace       4      0.01          59.23      0.01          59.23
##                                                                              markets       4      0.01          59.24      0.01          59.24
##                                                                             maryland       4      0.01          59.25      0.01          59.25
##                                                                              massage       4      0.01          59.25      0.01          59.25
##                                                           mathematical methodologies       4      0.01          59.26      0.01          59.26
##                                                            mathematical optimization       4      0.01          59.27      0.01          59.27
##                                                                   maxar technologies       4      0.01          59.28      0.01          59.28
##                                                                          measurement       4      0.01          59.28      0.01          59.28
##                                                                             medicare       4      0.01          59.29      0.01          59.29
##                                                                    member engagement       4      0.01          59.30      0.01          59.30
##                                                                            mentoring       4      0.01          59.31      0.01          59.31
##                                                                        merchandising       4      0.01          59.31      0.01          59.31
##                                                                millions of consumers       4      0.01          59.32      0.01          59.32
##                                                                                 mind       4      0.01          59.33      0.01          59.33
##                                                                    minimum education       4      0.01          59.34      0.01          59.34
##                                                                     mission partners       4      0.01          59.35      0.01          59.35
##                                                                       model building       4      0.01          59.35      0.01          59.35
##                                                           model feasibility research       4      0.01          59.36      0.01          59.36
##                                                                     model validation       4      0.01          59.37      0.01          59.37
##                                                            modern software languages       4      0.01          59.38      0.01          59.38
##                                                                                money       4      0.01          59.38      0.01          59.38
##                                                                           monitoring       4      0.01          59.39      0.01          59.39
##                                                        multifaceted analytic studies       4      0.01          59.40      0.01          59.40
##                                                                   multiple locations       4      0.01          59.41      0.01          59.41
##                                                                multiple stakeholders       4      0.01          59.41      0.01          59.41
##                                                                       multiple tasks       4      0.01          59.42      0.01          59.42
##                                                                               nasdaq       4      0.01          59.43      0.01          59.43
##                                                                       new challenges       4      0.01          59.44      0.01          59.44
##                                                                             new data       4      0.01          59.44      0.01          59.44
##                                                                      new data assets       4      0.01          59.45      0.01          59.45
##                                                                         new datasets       4      0.01          59.46      0.01          59.46
##                                                                new design techniques       4      0.01          59.47      0.01          59.47
##                                                                           new models       4      0.01          59.47      0.01          59.47
##                                                                       new techniques       4      0.01          59.48      0.01          59.48
##                                                                             new uses       4      0.01          59.49      0.01          59.49
##                                                                                night       4      0.01          59.50      0.01          59.50
##                                                                nosql data structures       4      0.01          59.51      0.01          59.51
##                                                                     novel algorithms       4      0.01          59.51      0.01          59.51
##                                                                             openness       4      0.01          59.52      0.01          59.52
##                                                                   operational issues       4      0.01          59.53      0.01          59.53
##                                                                operational processes       4      0.01          59.54      0.01          59.54
##                                                                                optum       4      0.01          59.54      0.01          59.54
##                                                                           oracle sql       4      0.01          59.55      0.01          59.55
##                                                            oral communication skills       4      0.01          59.56      0.01          59.56
##                                                                            oversight       4      0.01          59.57      0.01          59.57
##                                                                            ownership       4      0.01          59.57      0.01          59.57
##                                                                    pattern detection       4      0.01          59.58      0.01          59.58
##                                                                  pattern recognition       4      0.01          59.59      0.01          59.59
##                                                                                  pca       4      0.01          59.60      0.01          59.60
##                                                                    percent of travel       4      0.01          59.60      0.01          59.60
##                                                                  performance metrics       4      0.01          59.61      0.01          59.61
##                                                                         perspectives       4      0.01          59.62      0.01          59.62
##                                                                    pharmacy benefits       4      0.01          59.63      0.01          59.63
##                                                                           physicians       4      0.01          59.63      0.01          59.63
##                                                          platforms hadoop eco system       4      0.01          59.64      0.01          59.64
##                                                                               player       4      0.01          59.65      0.01          59.65
##                                                                            portfolio       4      0.01          59.66      0.01          59.66
##                                                                    position location       4      0.01          59.67      0.01          59.67
##                                                                        position type       4      0.01          59.67      0.01          59.67
##                                                                      positive impact       4      0.01          59.68      0.01          59.68
##                                                                               pounds       4      0.01          59.69      0.01          59.69
##                                                                          predictions       4      0.01          59.70      0.01          59.70
##                                                                predictive algorithms       4      0.01          59.70      0.01          59.70
##                                                               predictive maintenance       4      0.01          59.71      0.01          59.71
##                                                                           preference       4      0.01          59.72      0.01          59.72
##                                                       prescriptive analytical models       4      0.01          59.73      0.01          59.73
##                                                                 pricing optimization       4      0.01          59.73      0.01          59.73
##                                                                           principles       4      0.01          59.74      0.01          59.74
##                                                            product engineering teams       4      0.01          59.75      0.01          59.75
##                                                             professional development       4      0.01          59.76      0.01          59.76
##                                                                        professionals       4      0.01          59.76      0.01          59.76
##                                                                     program managers       4      0.01          59.77      0.01          59.77
##                                                                        project goals       4      0.01          59.78      0.01          59.78
##                                                                  project methodology       4      0.01          59.79      0.01          59.79
##                                                                 project requirements       4      0.01          59.79      0.01          59.79
##                                                                     proof of concept       4      0.01          59.80      0.01          59.80
##                                                                            proposals       4      0.01          59.81      0.01          59.81
##                                                                  proven track record       4      0.01          59.82      0.01          59.82
##                                                                  qualified candidate       4      0.01          59.83      0.01          59.83
##                                                               quantitative analytics       4      0.01          59.83      0.01          59.83
##                                              range of existing big data technologies       4      0.01          59.84      0.01          59.84
##                                                                          rapid speed       4      0.01          59.85      0.01          59.85
##                                                                                reach       4      0.01          59.86      0.01          59.86
##                                                             real-world data problems       4      0.01          59.86      0.01          59.86
##                                                                    real-world impact       4      0.01          59.87      0.01          59.87
##                                                                           recruiting       4      0.01          59.88      0.01          59.88
##                                                                  related information       4      0.01          59.89      0.01          59.89
##                                                           related medical conditions       4      0.01          59.89      0.01          59.89
##                                                                      relational data       4      0.01          59.90      0.01          59.90
##                                                                 relevant information       4      0.01          59.91      0.01          59.91
##                                                                          reliability       4      0.01          59.92      0.01          59.92
##                                                                           reputation       4      0.01          59.92      0.01          59.92
##                                                                 requisition category       4      0.01          59.93      0.01          59.93
##                                                                       research teams       4      0.01          59.94      0.01          59.94
##                                                                          researchers       4      0.01          59.95      0.01          59.95
##                                                                         restful apis       4      0.01          59.95      0.01          59.95
##                                                                       revenue growth       4      0.01          59.96      0.01          59.96
##                                                                      risk management       4      0.01          59.97      0.01          59.97
##                                                                                 rnns       4      0.01          59.98      0.01          59.98
##                                                                           roadblocks       4      0.01          59.99      0.01          59.99
##                                                                              roadmap       4      0.01          59.99      0.01          59.99
##                                                                          root causes       4      0.01          60.00      0.01          60.00
##                                                                       s expectations       4      0.01          60.01      0.01          60.01
##                                                                     s global mission       4      0.01          60.02      0.01          60.02
##                                                                            s mission       4      0.01          60.02      0.01          60.02
##                                                                            sagemaker       4      0.01          60.03      0.01          60.03
##                                                                               salary       4      0.01          60.04      0.01          60.04
##                                                               san francisco bay area       4      0.01          60.05      0.01          60.05
##                                                                          scalability       4      0.01          60.05      0.01          60.05
##                                                                           scheduling       4      0.01          60.06      0.01          60.06
##                                                                                scrum       4      0.01          60.07      0.01          60.07
##                                                                  secondary locations       4      0.01          60.08      0.01          60.08
##                                                                       secure website       4      0.01          60.08      0.01          60.08
##                                                                   selected candidate       4      0.01          60.09      0.01          60.09
##                                                               semantic discrepancies       4      0.01          60.10      0.01          60.10
##                                                            senior executive audience       4      0.01          60.11      0.01          60.11
##                                                                    senior executives       4      0.01          60.11      0.01          60.11
##                                                                                shell       4      0.01          60.12      0.01          60.12
##                                                                   similar experience       4      0.01          60.13      0.01          60.13
##                                                                        similar field       4      0.01          60.14      0.01          60.14
##                                                                         similar role       4      0.01          60.15      0.01          60.15
##                                                                           single day       4      0.01          60.15      0.01          60.15
##                                                                 singular opportunity       4      0.01          60.16      0.01          60.16
##                                                                        site catalyst       4      0.01          60.17      0.01          60.17
##                                                                                sizes       4      0.01          60.18      0.01          60.18
##                                                                     social listening       4      0.01          60.18      0.01          60.18
##                                                                      social sciences       4      0.01          60.19      0.01          60.19
##                                                               social security number       4      0.01          60.20      0.01          60.20
##                                                                      software skills       4      0.01          60.21      0.01          60.21
##                                       solid understanding of data storage structures       4      0.01          60.21      0.01          60.21
##                                                                                 solr       4      0.01          60.22      0.01          60.22
##                                                             sophisticated challenges       4      0.01          60.23      0.01          60.23
##                                                                               sparks       4      0.01          60.24      0.01          60.24
##                                                                                staff       4      0.01          60.24      0.01          60.24
##                                                            standard office equipment       4      0.01          60.25      0.01          60.25
##                                                                          star-schema       4      0.01          60.26      0.01          60.26
##                                                                             startups       4      0.01          60.27      0.01          60.27
##                                                                statistical analytics       4      0.01          60.27      0.01          60.27
##                                                                     statistical data       4      0.01          60.28      0.01          60.28
##                                                            statistical data analysis       4      0.01          60.29      0.01          60.29
##                                                                statistical expertise       4      0.01          60.30      0.01          60.30
##                                                                 statistical packages       4      0.01          60.31      0.01          60.31
##                                                     statistical programming language       4      0.01          60.31      0.01          60.31
##                                                                         statistician       4      0.01          60.32      0.01          60.32
##                                                                    stored procedures       4      0.01          60.33      0.01          60.33
##                                                                   strategic planning       4      0.01          60.34      0.01          60.34
##                                                                   strategic thinking       4      0.01          60.34      0.01          60.34
##                                                                    strong commitment       4      0.01          60.35      0.01          60.35
##                                                                     strong curiosity       4      0.01          60.36      0.01          60.36
##                                                                         strong focus       4      0.01          60.37      0.01          60.37
##                                           strong foundational quantitative knowledge       4      0.01          60.37      0.01          60.37
##                                                       strong mathematical background       4      0.01          60.38      0.01          60.38
##                                                                       strong passion       4      0.01          60.39      0.01          60.39
##                                                                   strong team player       4      0.01          60.40      0.01          60.40
##                                                              strong technical skills       4      0.01          60.40      0.01          60.40
##                                                                 strong understanding       4      0.01          60.41      0.01          60.41
##                                                                 structured databases       4      0.01          60.42      0.01          60.42
##                                                                                style       4      0.01          60.43      0.01          60.43
##                                                         superior employee experience       4      0.01          60.43      0.01          60.43
##                                                                  supervised learning       4      0.01          60.44      0.01          60.44
##                                                            supply chain optimization       4      0.01          60.45      0.01          60.45
##                                                           support business decisions       4      0.01          60.46      0.01          60.46
##                                                              support vector machines       4      0.01          60.46      0.01          60.46
##                                                                               talend       4      0.01          60.47      0.01          60.47
##                                                                        team-oriented       4      0.01          60.48      0.01          60.48
##                                                              team of data scientists       4      0.01          60.49      0.01          60.49
##                                                                        team oriented       4      0.01          60.50      0.01          60.50
##                                                                     technical expert       4      0.01          60.50      0.01          60.50
##                                                                   technology leaders       4      0.01          60.51      0.01          60.51
##                                                                     technology teams       4      0.01          60.52      0.01          60.52
##                                                                              telling       4      0.01          60.53      0.01          60.53
##                                                                   test model quality       4      0.01          60.53      0.01          60.53
##                                                                       testing models       4      0.01          60.54      0.01          60.54
##                                                                 text based analytics       4      0.01          60.55      0.01          60.55
##                                                                   thought leadership       4      0.01          60.56      0.01          60.56
##                                                                             thoughts       4      0.01          60.56      0.01          60.56
##                                                                                title       4      0.01          60.57      0.01          60.57
##                                                                             toolkits       4      0.01          60.58      0.01          60.58
##                                                                                torch       4      0.01          60.59      0.01          60.59
##                                                                                track       4      0.01          60.59      0.01          60.59
##                                                                                train       4      0.01          60.60      0.01          60.60
##                                                        training deep learning models       4      0.01          60.61      0.01          60.61
##                                                                         transactions       4      0.01          60.62      0.01          60.62
##                                                                      transformations       4      0.01          60.62      0.01          60.62
##                                                                       transportation       4      0.01          60.63      0.01          60.63
##                                                                    travel percentage       4      0.01          60.64      0.01          60.64
##                                                                                trust       4      0.01          60.65      0.01          60.65
##                                                                                 turn       4      0.01          60.66      0.01          60.66
##                                                               undiscovered solutions       4      0.01          60.66      0.01          60.66
##                                              unitedhealth group family of businesses       4      0.01          60.67      0.01          60.67
##                                                                unstructured datasets       4      0.01          60.68      0.01          60.68
##                                             unsupervised machine learning algorithms       4      0.01          60.69      0.01          60.69
##                                                                                  usa       4      0.01          60.69      0.01          60.69
##                                                                            usability       4      0.01          60.70      0.01          60.70
##                                                                            variables       4      0.01          60.71      0.01          60.71
##                                                                  variety of projects       4      0.01          60.72      0.01          60.72
##                                                                    various audiences       4      0.01          60.72      0.01          60.72
##                                                                  various data points       4      0.01          60.73      0.01          60.73
##                                                                  various departments       4      0.01          60.74      0.01          60.74
##                                                       various levels of stakeholders       4      0.01          60.75      0.01          60.75
##                                                                       verbal formats       4      0.01          60.75      0.01          60.75
##                                                                                  vet       4      0.01          60.76      0.01          60.76
##                                                                     visa sponsorship       4      0.01          60.77      0.01          60.77
##                                                                           visibility       4      0.01          60.78      0.01          60.78
##                                                                     vision insurance       4      0.01          60.78      0.01          60.78
##                                                                             visitors       4      0.01          60.79      0.01          60.79
##                                                                                voice       4      0.01          60.80      0.01          60.80
##                                                                            warehouse       4      0.01          60.81      0.01          60.81
##                                                                        web analytics       4      0.01          60.82      0.01          60.82
##                                                                              welcome       4      0.01          60.82      0.01          60.82
##                                                                              windows       4      0.01          60.83      0.01          60.83
##                                                                                 word       4      0.01          60.84      0.01          60.84
##                                                                   work authorization       4      0.01          60.85      0.01          60.85
##                                                                      work experience       4      0.01          60.85      0.01          60.85
##                                                                        work location       4      0.01          60.86      0.01          60.86
##                                                                              working       4      0.01          60.87      0.01          60.87
##                                                 world's large accumulation of health       4      0.01          60.88      0.01          60.88
##                                                                      written formats       4      0.01          60.88      0.01          60.88
##                                                            years industry experience       4      0.01          60.89      0.01          60.89
##                                               years of business analytics experience       4      0.01          60.90      0.01          60.90
##                                                                years of data science       4      0.01          60.91      0.01          60.91
##                                                        years of relevant programming       4      0.01          60.91      0.01          60.91
##                                                        years professional experience       4      0.01          60.92      0.01          60.92
##                                                                           acceptance       3      0.01          60.93      0.01          60.93
##                                                                        accommodation       3      0.01          60.93      0.01          60.93
##                                                        accomplished technical leader       3      0.01          60.94      0.01          60.94
##                                                                        account teams       3      0.01          60.94      0.01          60.94
##                                                                       accountability       3      0.01          60.95      0.01          60.95
##                                                         actionable business insights       3      0.01          60.96      0.01          60.96
##                                                                          active role       3      0.01          60.96      0.01          60.96
##                                                                              ad tech       3      0.01          60.97      0.01          60.97
##                                                                         adaptability       3      0.01          60.97      0.01          60.97
##                                                                                adept       3      0.01          60.98      0.01          60.98
##                                                                    admired companies       3      0.01          60.98      0.01          60.98
##                                                                      adobe analytics       3      0.01          60.99      0.01          60.99
##                                                                                  adp       3      0.01          61.00      0.01          61.00
##                                                                              advance       3      0.01          61.00      0.01          61.00
##                                                           advanced analytics methods       3      0.01          61.01      0.01          61.01
##                                                     advanced data analytics division       3      0.01          61.01      0.01          61.01
##                                                   advanced data science technologies       3      0.01          61.02      0.01          61.02
##                                                                   advanced knowledge       3      0.01          61.02      0.01          61.02
##                                                                 advanced mathematics       3      0.01          61.03      0.01          61.03
##                                                         advanced statistical methods       3      0.01          61.04      0.01          61.04
##                                                                  advanced statistics       3      0.01          61.04      0.01          61.04
##                                                                  advanced techniques       3      0.01          61.05      0.01          61.05
##                                                         affirmative action employer·       3      0.01          61.05      0.01          61.05
##                                                                          aggregation       3      0.01          61.06      0.01          61.06
##                                                                         ai solutions       3      0.01          61.06      0.01          61.06
##                                                                           allocation       3      0.01          61.07      0.01          61.07
##                                                                alternative solutions       3      0.01          61.08      0.01          61.08
##                                                                   ambiguous problems       3      0.01          61.08      0.01          61.08
##                                                                     analysis methods       3      0.01          61.09      0.01          61.09
##                                                                      analytic output       3      0.01          61.09      0.01          61.09
##                                                                  analytic techniques       3      0.01          61.10      0.01          61.10
##                                                                analytical discipline       3      0.01          61.10      0.01          61.10
##                                                             analytical documentation       3      0.01          61.11      0.01          61.11
##                                                                analytical experience       3      0.01          61.12      0.01          61.12
##                                                               analytical experiments       3      0.01          61.12      0.01          61.12
##                                                                 analytical expertise       3      0.01          61.13      0.01          61.13
##                                                                  analytical insights       3      0.01          61.13      0.01          61.13
##                                                                   analytical methods       3      0.01          61.14      0.01          61.14
##                                                                   analytical metrics       3      0.01          61.14      0.01          61.14
##                                                                 analytics experience       3      0.01          61.15      0.01          61.15
##                                                                    analytics officer       3      0.01          61.16      0.01          61.16
##                                                               analytics organization       3      0.01          61.16      0.01          61.16
##                                                                   analytics software       3      0.01          61.17      0.01          61.17
##                                                                          apache nifi       3      0.01          61.17      0.01          61.17
##                                                                        applicability       3      0.01          61.18      0.01          61.18
##                                                                 application analysis       3      0.01          61.18      0.01          61.18
##                                                               application developers       3      0.01          61.19      0.01          61.19
##                                                     applications of machine learning       3      0.01          61.20      0.01          61.20
##                                                             applied machine learning       3      0.01          61.20      0.01          61.20
##                                                                     applied research       3      0.01          61.21      0.01          61.21
##                                                             appropriate database use       3      0.01          61.21      0.01          61.21
##                                                                         architecting       3      0.01          61.22      0.01          61.22
##                                                                                 arms       3      0.01          61.22      0.01          61.22
##                                                                        art solutions       3      0.01          61.23      0.01          61.23
##                                                              associated technologies       3      0.01          61.24      0.01          61.24
##                                                                           atmosphere       3      0.01          61.24      0.01          61.24
##                                                                                 attd       3      0.01          61.25      0.01          61.25
##                                                                            audiences       3      0.01          61.25      0.01          61.25
##                                                                    audit assignments       3      0.01          61.26      0.01          61.26
##                                                                         audit assist       3      0.01          61.26      0.01          61.26
##                                                                      audit committee       3      0.01          61.27      0.01          61.27
##                                                                               audits       3      0.01          61.28      0.01          61.28
##                                                             automation opportunities       3      0.01          61.28      0.01          61.28
##                                                                  available data sets       3      0.01          61.29      0.01          61.29
##                                                                        aws customers       3      0.01          61.29      0.01          61.29
##                                                                               aws s3       3      0.01          61.30      0.01          61.30
##                                                                      bachelor degree       3      0.01          61.30      0.01          61.30
##                                                                 bachelors of science       3      0.01          61.31      0.01          61.31
##                                                                     background check       3      0.01          61.32      0.01          61.32
##                                                                    background checks       3      0.01          61.32      0.01          61.32
##                                                                              banking       3      0.01          61.33      0.01          61.33
##                                                              basic knowledge of unix       3      0.01          61.33      0.01          61.33
##                                                                  basis of disability       3      0.01          61.34      0.01          61.34
##                                                                             bay area       3      0.01          61.34      0.01          61.34
##                                                                            beginning       3      0.01          61.35      0.01          61.35
##                                                                            behaviors       3      0.01          61.36      0.01          61.36
##                                                                           best place       3      0.01          61.36      0.01          61.36
##                                                                         better place       3      0.01          61.37      0.01          61.37
##                                                                          better ways       3      0.01          61.37      0.01          61.37
##                                                                                 bias       3      0.01          61.38      0.01          61.38
##                                                                       bias reduction       3      0.01          61.38      0.01          61.38
##                                                                    big data analysis       3      0.01          61.39      0.01          61.39
##                                                             big data analytics tools       3      0.01          61.40      0.01          61.40
##                                                                  big data frameworks       3      0.01          61.40      0.01          61.40
##                                                                              billing       3      0.01          61.41      0.01          61.41
##                                                                     billions of rows       3      0.01          61.41      0.01          61.41
##                                                                                bokeh       3      0.01          61.42      0.01          61.42
##                                                                                  box       3      0.01          61.42      0.01          61.42
##                                                                              breadth       3      0.01          61.43      0.01          61.43
##                                                                       broad audience       3      0.01          61.44      0.01          61.44
##                                                                            broadcast       3      0.01          61.44      0.01          61.44
##                                                                    business analysis       3      0.01          61.45      0.01          61.45
##                                                                 business backgrounds       3      0.01          61.45      0.01          61.45
##                                                         business development efforts       3      0.01          61.46      0.01          61.46
##                                                            business development team       3      0.01          61.46      0.01          61.46
##                                                                       business goals       3      0.01          61.47      0.01          61.47
##                                                          business intelligence tools       3      0.01          61.48      0.01          61.48
##                                                                   business knowledge       3      0.01          61.48      0.01          61.48
##                                                               business opportunities       3      0.01          61.49      0.01          61.49
##                                                                     business setting       3      0.01          61.49      0.01          61.49
##                                                                    business strategy       3      0.01          61.50      0.01          61.50
##                                                                                 cars       3      0.01          61.50      0.01          61.50
##                                                                                 cart       3      0.01          61.51      0.01          61.51
##                                                                                   cd       3      0.01          61.52      0.01          61.52
##                                                                     center analytics       3      0.01          61.52      0.01          61.52
##                                                                              centers       3      0.01          61.53      0.01          61.53
##                                                                              century       3      0.01          61.53      0.01          61.53
##                                                                          certificate       3      0.01          61.54      0.01          61.54
##                                                                        certification       3      0.01          61.54      0.01          61.54
##                                                                        cgifederaljob       3      0.01          61.55      0.01          61.55
##                                                         challenging machine learning       3      0.01          61.56      0.01          61.56
##                                                                   challenging places       3      0.01          61.56      0.01          61.56
##                                                                       changing needs       3      0.01          61.57      0.01          61.57
##                                                                      characteristics       3      0.01          61.57      0.01          61.57
##                                                                               charge       3      0.01          61.58      0.01          61.58
##                                                                           childbirth       3      0.01          61.58      0.01          61.58
##                                                                               choice       3      0.01          61.59      0.01          61.59
##                                                                                 city       3      0.01          61.60      0.01          61.60
##                                                                        cleaning data       3      0.01          61.60      0.01          61.60
##                                                                          clickstream       3      0.01          61.61      0.01          61.61
##                                                                          client data       3      0.01          61.61      0.01          61.61
##                                                                      clinical trials       3      0.01          61.62      0.01          61.62
##                                                                      close-knit team       3      0.01          61.62      0.01          61.62
##                                                                         close vision       3      0.01          61.63      0.01          61.63
##                                                                        cloud compute       3      0.01          61.64      0.01          61.64
##                                                                                  cms       3      0.01          61.64      0.01          61.64
##                                                                                 cnns       3      0.01          61.65      0.01          61.65
##                                                                                coach       3      0.01          61.65      0.01          61.65
##                                                                                  coe       3      0.01          61.66      0.01          61.66
##                                                        combination of business focus       3      0.01          61.66      0.01          61.66
##                                                                 commercial customers       3      0.01          61.67      0.01          61.67
##                                                                       communications       3      0.01          61.68      0.01          61.68
##                                                                        company match       3      0.01          61.68      0.01          61.68
##                                                             compensation information       3      0.01          61.69      0.01          61.69
##                                                                           competence       3      0.01          61.69      0.01          61.69
##                                                                   complex challenges       3      0.01          61.70      0.01          61.70
##                                                                  complex information       3      0.01          61.70      0.01          61.70
##                                                                       complex models       3      0.01          61.71      0.01          61.71
##                                                          complex quantitative models       3      0.01          61.72      0.01          61.72
##                                                                      complex queries       3      0.01          61.72      0.01          61.72
##                                                                   complex sql tuning       3      0.01          61.73      0.01          61.73
##                                                                           components       3      0.01          61.73      0.01          61.73
##                                                           computational intelligence       3      0.01          61.74      0.01          61.74
##                                                                computational methods       3      0.01          61.74      0.01          61.74
##                                                               computational modeling       3      0.01          61.75      0.01          61.75
##                                                                             computer       3      0.01          61.76      0.01          61.76
##                                                                    computer sciences       3      0.01          61.76      0.01          61.76
##                                                                  computer scientists       3      0.01          61.77      0.01          61.77
##                                                                            computers       3      0.01          61.77      0.01          61.77
##                                                                              concept       3      0.01          61.78      0.01          61.78
##                                                                           conception       3      0.01          61.78      0.01          61.78
##                                                                      confidentiality       3      0.01          61.79      0.01          61.79
##                                                                          conjunction       3      0.01          61.80      0.01          61.80
##                                                                    consecutive years       3      0.01          61.80      0.01          61.80
##                                                                          consistency       3      0.01          61.81      0.01          61.81
##                                                        consolidated renal operations       3      0.01          61.81      0.01          61.81
##                                                                          consultants       3      0.01          61.82      0.01          61.82
##                                                                    consultative role       3      0.01          61.82      0.01          61.82
##                                                                  consumer experience       3      0.01          61.83      0.01          61.83
##                                                       continuous auditing strategies       3      0.01          61.84      0.01          61.84
##                                                                  continuous delivery       3      0.01          61.84      0.01          61.84
##                                                                conversational agents       3      0.01          61.85      0.01          61.85
##                                                                         coordination       3      0.01          61.85      0.01          61.85
##                                                            core job responsibilities       3      0.01          61.86      0.01          61.86
##                                                                   corrective actions       3      0.01          61.86      0.01          61.86
##                                                                       cost reduction       3      0.01          61.87      0.01          61.87
##                                                                                  cpg       3      0.01          61.88      0.01          61.88
##                                                              creative problem solver       3      0.01          61.88      0.01          61.88
##                                                                    creative thinking       3      0.01          61.89      0.01          61.89
##                                                                          credit risk       3      0.01          61.89      0.01          61.89
##                                                                 critical information       3      0.01          61.90      0.01          61.90
##                                                                        critical role       3      0.01          61.90      0.01          61.90
##                                                                     cross-functional       3      0.01          61.91      0.01          61.91
##                                                            cross-functional partners       3      0.01          61.92      0.01          61.92
##                                           cross-functional software development team       3      0.01          61.92      0.01          61.92
##                                                                cross functional team       3      0.01          61.93      0.01          61.93
##                                                               cross functional teams       3      0.01          61.93      0.01          61.93
##                                                                             crownweb       3      0.01          61.94      0.01          61.94
##                                                                culture of innovation       3      0.01          61.94      0.01          61.94
##                                                                          current dod       3      0.01          61.95      0.01          61.95
##                                                                  custom applications       3      0.01          61.96      0.01          61.96
##                                                                       customer focus       3      0.01          61.96      0.01          61.96
##                                                                    customer meetings       3      0.01          61.97      0.01          61.97
##                                                                       customer value       3      0.01          61.97      0.01          61.97
##                                                           cutting-edge deep learning       3      0.01          61.98      0.01          61.98
##                                                              cutting-edge techniques       3      0.01          61.98      0.01          61.98
##                                                            cutting-edge technologies       3      0.01          61.99      0.01          61.99
##                                                                        cybersecurity       3      0.01          62.00      0.01          62.00
##                                                                               d team       3      0.01          62.00      0.01          62.00
##                                                                 data-driven insights       3      0.01          62.01      0.01          62.01
##                                                                   data-driven models       3      0.01          62.01      0.01          62.01
##                                                               data-informed decision       3      0.01          62.02      0.01          62.02
##                                                                     data aggregation       3      0.01          62.02      0.01          62.02
##                                                                data analysis efforts       3      0.01          62.03      0.01          62.03
##                                                          data analysis methodologies       3      0.01          62.04      0.01          62.04
##                                                                  data analysis tools       3      0.01          62.04      0.01          62.04
##                                                                       data anomalies       3      0.01          62.05      0.01          62.05
##                                                                      data architects       3      0.01          62.05      0.01          62.05
##                                                                          data assets       3      0.01          62.06      0.01          62.06
##                                                                         data centers       3      0.01          62.06      0.01          62.06
##                                                                        data delivery       3      0.01          62.07      0.01          62.07
##                                                                           data feeds       3      0.01          62.08      0.01          62.08
##                                                                       data ingestion       3      0.01          62.08      0.01          62.08
##                                                                 data management team       3      0.01          62.09      0.01          62.09
##                                                                 data mining problems       3      0.01          62.09      0.01          62.09
##                                                                        data patterns       3      0.01          62.10      0.01          62.10
##                                                                        data platform       3      0.01          62.10      0.01          62.10
##                                                              data querying languages       3      0.01          62.11      0.01          62.11
##                                                           data science - usa chicago       3      0.01          62.12      0.01          62.12
##                                                              data science approaches       3      0.01          62.12      0.01          62.12
##                                                            data science capabilities       3      0.01          62.13      0.01          62.13
##                                                                        data sciences       3      0.01          62.13      0.01          62.13
##                                                                        data stewards       3      0.01          62.14      0.01          62.14
##                                                                          data trends       3      0.01          62.14      0.01          62.14
##                                                                           data types       3      0.01          62.15      0.01          62.15
##                                                        data visualization experience       3      0.01          62.16      0.01          62.16
##                                                          data visualization software       3      0.01          62.16      0.01          62.16
##                                                        data warehouse best practices       3      0.01          62.17      0.01          62.17
##                                                                     data warehousing       3      0.01          62.17      0.01          62.17
##                                                                  database management       3      0.01          62.18      0.01          62.18
##                                                                               dbscan       3      0.01          62.18      0.01          62.18
##                                                                               dbslim       3      0.01          62.19      0.01          62.19
##                                                               decision-making skills       3      0.01          62.20      0.01          62.20
##                                                   deep knowledge of machine learning       3      0.01          62.20      0.01          62.20
##                                                             deep learning experience       3      0.01          62.21      0.01          62.21
##                                                                       deeplearning4j       3      0.01          62.21      0.01          62.21
##                                                            defined business problems       3      0.01          62.22      0.01          62.22
##                                                          delegating work assignments       3      0.01          62.22      0.01          62.22
##                                                                               demand       3      0.01          62.23      0.01          62.23
##                                                                   demand forecasting       3      0.01          62.24      0.01          62.24
##                                                              demonstrable experience       3      0.01          62.24      0.01          62.24
##                                                                       demonstrations       3      0.01          62.25      0.01          62.25
##                                                                     dental insurance       3      0.01          62.25      0.01          62.25
##                                                                    design experience       3      0.01          62.26      0.01          62.26
##                                                                         devops teams       3      0.01          62.26      0.01          62.26
##                                                               different data sources       3      0.01          62.27      0.01          62.27
##                                                                  different languages       3      0.01          62.28      0.01          62.28
##                                                              different types of data       3      0.01          62.28      0.01          62.28
##                                                                        direct impact       3      0.01          62.29      0.01          62.29
##                                                                   direct supervision       3      0.01          62.29      0.01          62.29
##                                                                          directorate       3      0.01          62.30      0.01          62.30
##                                                                  disability employer       3      0.01          62.30      0.01          62.30
##                                                                          disciplines       3      0.01          62.31      0.01          62.31
##                                                                            discounts       3      0.01          62.32      0.01          62.32
##                                                                      discovery phase       3      0.01          62.32      0.01          62.32
##                                                         distributed development team       3      0.01          62.33      0.01          62.33
##                                                                  distributed systems       3      0.01          62.33      0.01          62.33
##                                                                     distributed team       3      0.01          62.34      0.01          62.34
##                                                diverse aspects of verizon's business       3      0.01          62.34      0.01          62.34
##                                                                   diverse challenges       3      0.01          62.35      0.01          62.35
##                                                      diverse sets of collection data       3      0.01          62.36      0.01          62.36
##                                                                            documents       3      0.01          62.36      0.01          62.36
##                                                                                 dots       3      0.01          62.37      0.01          62.37
##                                                                                dplyr       3      0.01          62.37      0.01          62.37
##                                                                driven data scientist       3      0.01          62.38      0.01          62.38
##                                                                       drug discovery       3      0.01          62.38      0.01          62.38
##                                                             dynamic work environment       3      0.01          62.39      0.01          62.39
##                                                                             dynamodb       3      0.01          62.40      0.01          62.40
##                                                                          early years       3      0.01          62.40      0.01          62.40
##                                                                            ecommerce       3      0.01          62.41      0.01          62.41
##                                                            ecommerce fraud detection       3      0.01          62.41      0.01          62.41
##                                                             educational requirements       3      0.01          62.42      0.01          62.42
##                                                       effective interpersonal skills       3      0.01          62.42      0.01          62.42
##                                                              effectiveness of models       3      0.01          62.43      0.01          62.43
##                                                                             efficacy       3      0.01          62.44      0.01          62.44
##                                                                             ehr data       3      0.01          62.44      0.01          62.44
##                                                                          electronics       3      0.01          62.45      0.01          62.45
##                                                                              empathy       3      0.01          62.45      0.01          62.45
##                                                                   empirical research       3      0.01          62.46      0.01          62.46
##                                                          employee assistance program       3      0.01          62.46      0.01          62.46
##                                                                            employers       3      0.01          62.47      0.01          62.47
##                                                                      employment type       3      0.01          62.48      0.01          62.48
##                                                                                  emr       3      0.01          62.48      0.01          62.48
##                                                                  end-to-end analysis       3      0.01          62.49      0.01          62.49
##                                                         end-to-end analytic projects       3      0.01          62.49      0.01          62.49
##                                              end-to-end predictive analytic platform       3      0.01          62.50      0.01          62.50
##                                                              end stage renal disease       3      0.01          62.50      0.01          62.50
##                                                                     ensemble methods       3      0.01          62.51      0.01          62.51
##                                                                            ensembles       3      0.01          62.52      0.01          62.52
##                                                               enterprise environment       3      0.01          62.52      0.01          62.52
##                                                enterprise level software development       3      0.01          62.53      0.01          62.53
##                                                                          enterprises       3      0.01          62.53      0.01          62.53
##                                                              entrepreneurial mindset       3      0.01          62.54      0.01          62.54
##                                                       equal employment opportunities       3      0.01          62.54      0.01          62.54
##                                                          equal opportunity employer·       3      0.01          62.55      0.01          62.55
##                                                                    equivalent fields       3      0.01          62.56      0.01          62.56
##                                                      equivalent practical experience       3      0.01          62.56      0.01          62.56
##                                                       esrd quality incentive payment       3      0.01          62.57      0.01          62.57
##                                                        esrd quality reporting system       3      0.01          62.57      0.01          62.57
##                                                                        etl processes       3      0.01          62.58      0.01          62.58
##                                                                             etl tool       3      0.01          62.58      0.01          62.58
##                                                                            etl tools       3      0.01          62.59      0.01          62.59
##                                                                        etl workflows       3      0.01          62.60      0.01          62.60
##                                                                               europe       3      0.01          62.60      0.01          62.60
##                                                                           evaluation       3      0.01          62.61      0.01          62.61
##                                                                     evolving product       3      0.01          62.61      0.01          62.61
##                                                                  excellent attention       3      0.01          62.62      0.01          62.62
##                                                               excellent communicator       3      0.01          62.62      0.01          62.62
##                                                          excellent critical thinking       3      0.01          62.63      0.01          62.63
##                                          excellent knowledge of relational databases       3      0.01          62.64      0.01          62.64
##                                                           excellent knowledge of sql       3      0.01          62.64      0.01          62.64
##                                                                      excellent place       3      0.01          62.65      0.01          62.65
##                                                           exceptional data scientist       3      0.01          62.65      0.01          62.65
##                                                                        exciting team       3      0.01          62.66      0.01          62.66
##                                                                  executive reporting       3      0.01          62.66      0.01          62.66
##                                                         existing legacy applications       3      0.01          62.67      0.01          62.67
##                                                                      existing models       3      0.01          62.68      0.01          62.68
##                                                                     expected outcome       3      0.01          62.68      0.01          62.68
##                                                                        expert advice       3      0.01          62.69      0.01          62.69
##                                                                     expert knowledge       3      0.01          62.69      0.01          62.69
##                                                                              experts       3      0.01          62.70      0.01          62.70
##                                                                  extensible software       3      0.01          62.70      0.01          62.70
##                                                                 extensive background       3      0.01          62.71      0.01          62.71
##                                                                   extensive exposure       3      0.01          62.72      0.01          62.72
##                                                                              extract       3      0.01          62.72      0.01          62.72
##                                                                             facebook       3      0.01          62.73      0.01          62.73
##                                                                             facility       3      0.01          62.73      0.01          62.73
##                                                                             fairness       3      0.01          62.74      0.01          62.74
##                                                                           fannie mae       3      0.01          62.74      0.01          62.74
##                                                            fast changing environment       3      0.01          62.75      0.01          62.75
##                                                                         fast company       3      0.01          62.76      0.01          62.76
##                                                                   feature generation       3      0.01          62.76      0.01          62.76
##                                                                    feature selection       3      0.01          62.77      0.01          62.77
##                                                                                field       3      0.01          62.77      0.01          62.77
##                                                                                files       3      0.01          62.78      0.01          62.78
##                                                                            filtering       3      0.01          62.78      0.01          62.78
##                                                                       financial data       3      0.01          62.79      0.01          62.79
##                                                              financial services data       3      0.01          62.80      0.01          62.80
##                                                         fine art of data engineering       3      0.01          62.80      0.01          62.80
##                                                                                 firm       3      0.01          62.81      0.01          62.81
##                                                                          fiscal year       3      0.01          62.81      0.01          62.81
##                                                                             fitnesse       3      0.01          62.82      0.01          62.82
##                                                           flexible analytic approach       3      0.01          62.82      0.01          62.82
##                                                            flexible spending account       3      0.01          62.83      0.01          62.83
##                                                                 following attributes       3      0.01          62.84      0.01          62.84
##                                                                following disciplines       3      0.01          62.84      0.01          62.84
##                                                                     following fields       3      0.01          62.85      0.01          62.85
##                                                                  following languages       3      0.01          62.85      0.01          62.85
##                                                      following programming languages       3      0.01          62.86      0.01          62.86
##                                                                            footprint       3      0.01          62.86      0.01          62.86
##                                                                               forbes       3      0.01          62.87      0.01          62.87
##                                                                   forecasting models       3      0.01          62.88      0.01          62.88
##                                                                            forecasts       3      0.01          62.88      0.01          62.88
##                                              formal project management methodologies       3      0.01          62.89      0.01          62.89
##                                                                      formal training       3      0.01          62.89      0.01          62.89
##                                                                      founding member       3      0.01          62.90      0.01          62.90
##                                                                          free snacks       3      0.01          62.90      0.01          62.90
##                                                                          fresh ideas       3      0.01          62.91      0.01          62.91
##                                                                        future growth       3      0.01          62.92      0.01          62.92
##                                                                      future projects       3      0.01          62.92      0.01          62.92
##                                                                           future use       3      0.01          62.93      0.01          62.93
##                                                                      gaming industry       3      0.01          62.93      0.01          62.93
##                                                                                  gcp       3      0.01          62.94      0.01          62.94
##                                                general-purpose programming languages       3      0.01          62.94      0.01          62.94
##                                                   generation data analytics platform       3      0.01          62.95      0.01          62.95
##                                                                         global scale       3      0.01          62.96      0.01          62.96
##                                                             global technology leader       3      0.01          62.96      0.01          62.96
##                                                                                glove       3      0.01          62.97      0.01          62.97
##                                                                      good foundation       3      0.01          62.97      0.01          62.97
##                                                         good understanding of design       3      0.01          62.98      0.01          62.98
##                                                                          good verbal       3      0.01          62.98      0.01          62.98
##                                                                                goods       3      0.01          62.99      0.01          62.99
##                                                                           governance       3      0.01          63.00      0.01          63.00
##                                                                      government data       3      0.01          63.00      0.01          63.00
##                                                                     government sites       3      0.01          63.01      0.01          63.01
##                                                                          governments       3      0.01          63.01      0.01          63.01
##                                                                                 gpus       3      0.01          63.02      0.01          63.02
##                                                                  graduate experience       3      0.01          63.02      0.01          63.02
##                                                                         graph theory       3      0.01          63.03      0.01          63.03
##                                                                   great collaborator       3      0.01          63.04      0.01          63.04
##                                                                           great work       3      0.01          63.04      0.01          63.04
##                                                                               ground       3      0.01          63.05      0.01          63.05
##                                                                         growing team       3      0.01          63.05      0.01          63.05
##                                                                       growth mindset       3      0.01          63.06      0.01          63.06
##                                                                               gurobi       3      0.01          63.06      0.01          63.06
##                                                                     hadoop mapreduce       3      0.01          63.07      0.01          63.07
##                                                                                 hdfs       3      0.01          63.08      0.01          63.08
##                                                                        health policy       3      0.01          63.08      0.01          63.08
##                                                                  healthcare industry       3      0.01          63.09      0.01          63.09
##                                                                              hearing       3      0.01          63.09      0.01          63.09
##                                                                                heart       3      0.01          63.10      0.01          63.10
##                                                         high functioning team skills       3      0.01          63.10      0.01          63.10
##                                                                       high integrity       3      0.01          63.11      0.01          63.11
##                                                                    high quality code       3      0.01          63.12      0.01          63.12
##                                                                       high standards       3      0.01          63.12      0.01          63.12
##                                                                              honesty       3      0.01          63.13      0.01          63.13
##                                                                     hottest startups       3      0.01          63.13      0.01          63.13
##                                                                                idaho       3      0.01          63.14      0.01          63.14
##                                                                    image recognition       3      0.01          63.14      0.01          63.14
##                                                                    immediate opening       3      0.01          63.15      0.01          63.15
##                                                             implementation expertise       3      0.01          63.16      0.01          63.16
##                                                                            inception       3      0.01          63.16      0.01          63.16
##                                                increasing levels of responsibilities       3      0.01          63.17      0.01          63.17
##                                           incumbent leverages machine learning tools       3      0.01          63.17      0.01          63.17
##                                                                           incumbents       3      0.01          63.18      0.01          63.18
##                                                               innovating use of data       3      0.01          63.18      0.01          63.18
##                                                                   innovative designs       3      0.01          63.19      0.01          63.19
##                                                                               inputs       3      0.01          63.20      0.01          63.20
##                                                                        insights team       3      0.01          63.20      0.01          63.20
##                                                      integrated consultancy skillset       3      0.01          63.21      0.01          63.21
##                                                                       intel analysts       3      0.01          63.21      0.01          63.21
##                                                                intellectual property       3      0.01          63.22      0.01          63.22
##                                                                  intelligible manner       3      0.01          63.22      0.01          63.22
##                                                                         interactions       3      0.01          63.23      0.01          63.23
##                                                              interdisciplinary teams       3      0.01          63.24      0.01          63.24
##                                                                     internal clients       3      0.01          63.24      0.01          63.24
##                                                                 international travel       3      0.01          63.25      0.01          63.25
##                                                                           interviews       3      0.01          63.25      0.01          63.25
##                                                                          investments       3      0.01          63.26      0.01          63.26
##                                                                              ipython       3      0.01          63.26      0.01          63.26
##                                                                     ipython notebook       3      0.01          63.27      0.01          63.27
##                                                                   iterative approach       3      0.01          63.28      0.01          63.28
##                                                                                 j2ee       3      0.01          63.28      0.01          63.28
##                                                         java application integration       3      0.01          63.29      0.01          63.29
##                                                                     java integration       3      0.01          63.29      0.01          63.29
##                                                                                  jmp       3      0.01          63.30      0.01          63.30
##                                                                                joins       3      0.01          63.30      0.01          63.30
##                                                            joint development efforts       3      0.01          63.31      0.01          63.31
##                                                                                  joy       3      0.01          63.32      0.01          63.32
##                                                                       jpmorgan chase       3      0.01          63.32      0.01          63.32
##                                                                                julia       3      0.01          63.33      0.01          63.33
##                                                                     jupyter notebook       3      0.01          63.33      0.01          63.33
##                                                                 key accountabilities       3      0.01          63.34      0.01          63.34
##                                                                key business problems       3      0.01          63.34      0.01          63.34
##                                                                  key decision makers       3      0.01          63.35      0.01          63.35
##                                                              key performance metrics       3      0.01          63.36      0.01          63.36
##                                                                        key personnel       3      0.01          63.36      0.01          63.36
##                                                                           key skills       3      0.01          63.37      0.01          63.37
##                                                                                 kind       3      0.01          63.37      0.01          63.37
##                                                                                  knn       3      0.01          63.38      0.01          63.38
##                                                        knowledge of data warehousing       3      0.01          63.38      0.01          63.38
##                                             knowledge of machine learning techniques       3      0.01          63.39      0.01          63.39
##                                                              knowledge of predictive       3      0.01          63.40      0.01          63.40
##                                                                  knowledge of python       3      0.01          63.40      0.01          63.40
##                                             knowledge of risk management methodology       3      0.01          63.41      0.01          63.41
##                                        knowledge of technical aspects of isr systems       3      0.01          63.41      0.01          63.41
##                                                                             language       3      0.01          63.42      0.01          63.42
##                            large-scale optimization of fulfillment center operations       3      0.01          63.42      0.01          63.42
##                                                        large amounts of complex data       3      0.01          63.43      0.01          63.43
##                                                                           large data       3      0.01          63.44      0.01          63.44
##                                                                   large data sources       3      0.01          63.44      0.01          63.44
##                                                           large range of open source       3      0.01          63.45      0.01          63.45
##                                                            large scale data analysis       3      0.01          63.45      0.01          63.45
##                                                         large scale machine learning       3      0.01          63.46      0.01          63.46
##                                                                   large sets of data       3      0.01          63.46      0.01          63.46
##                                                                         large volume       3      0.01          63.47      0.01          63.47
##                                                                lasting relationships       3      0.01          63.48      0.01          63.48
##                                                     latest data science technologies       3      0.01          63.48      0.01          63.48
##                                                                 leadership qualities       3      0.01          63.49      0.01          63.49
##                                                                     leadership teams       3      0.01          63.49      0.01          63.49
##                                                                     learning culture       3      0.01          63.50      0.01          63.50
##                                                                            learnings       3      0.01          63.50      0.01          63.50
##                                                                          legal right       3      0.01          63.51      0.01          63.51
##                                                                             leverage       3      0.01          63.52      0.01          63.52
##                                                                        leverage data       3      0.01          63.52      0.01          63.52
##                                                                lifecycle development       3      0.01          63.53      0.01          63.53
##                                                                                 like       3      0.01          63.53      0.01          63.53
##                                                          linked healthcare data sets       3      0.01          63.54      0.01          63.54
##                                                                                links       3      0.01          63.54      0.01          63.54
##                                                                       linux commands       3      0.01          63.55      0.01          63.55
##                                                                           list items       3      0.01          63.56      0.01          63.56
##                                                                    local governments       3      0.01          63.56      0.01          63.56
##                                                                           local laws       3      0.01          63.57      0.01          63.57
##                                                                                logic       3      0.01          63.57      0.01          63.57
##                                                                 long-term disability       3      0.01          63.58      0.01          63.58
##                                                        machine learning capabilities       3      0.01          63.58      0.01          63.58
##                                                           machine learning libraries       3      0.01          63.59      0.01          63.59
##                                                            machine learning services       3      0.01          63.59      0.01          63.59
##                                                  machine learning software libraries       3      0.01          63.60      0.01          63.60
##                                                                               mahout       3      0.01          63.61      0.01          63.61
##                                                                 management structure       3      0.01          63.61      0.01          63.61
##                                                                        manipulations       3      0.01          63.62      0.01          63.62
##                                                               manufacturing industry       3      0.01          63.62      0.01          63.62
##                                                                                 mark       3      0.01          63.63      0.01          63.63
##                                                                            marketers       3      0.01          63.63      0.01          63.63
##                                                                marketing attribution       3      0.01          63.64      0.01          63.64
##                                                              massive amounts of data       3      0.01          63.65      0.01          63.65
##                                                                             master's       3      0.01          63.65      0.01          63.65
##                                                                      masters degrees       3      0.01          63.66      0.01          63.66
##                                                                              mastery       3      0.01          63.66      0.01          63.66
##                                                                             matching       3      0.01          63.67      0.01          63.67
##                                                                mathematical modeling       3      0.01          63.67      0.01          63.67
##                                                             mathematical programming       3      0.01          63.68      0.01          63.68
##                                                            mathematical underpinning       3      0.01          63.69      0.01          63.69
##                                                                                  mba       3      0.01          63.69      0.01          63.69
##                                                                    medicaid services       3      0.01          63.70      0.01          63.70
##                                                                      medical records       3      0.01          63.70      0.01          63.70
##                                                                              meeting       3      0.01          63.71      0.01          63.71
##                                                                    merchant partners       3      0.01          63.71      0.01          63.71
##                                                                            merchants       3      0.01          63.72      0.01          63.72
##                                                                              merging       3      0.01          63.73      0.01          63.73
##                                                                    methodical manner       3      0.01          63.73      0.01          63.73
##                                                                               metron       3      0.01          63.74      0.01          63.74
##                                                                            microsoft       3      0.01          63.74      0.01          63.74
##                                                                microsoft azure cloud       3      0.01          63.75      0.01          63.75
##                                                               microsoft office suite       3      0.01          63.75      0.01          63.75
##                                                                       microsoft word       3      0.01          63.76      0.01          63.76
##                                                                        microstrategy       3      0.01          63.77      0.01          63.77
##                                                                   millions of people       3      0.01          63.77      0.01          63.77
##                                                                    millions of users       3      0.01          63.78      0.01          63.78
##                                                                              mindset       3      0.01          63.78      0.01          63.78
##                                                                          mining data       3      0.01          63.79      0.01          63.79
##                                                                                mllib       3      0.01          63.79      0.01          63.79
##                                                                          mobile apps       3      0.01          63.80      0.01          63.80
##                                                                         model design       3      0.01          63.81      0.01          63.81
##                                                            model development process       3      0.01          63.81      0.01          63.81
##                                                                model implementations       3      0.01          63.82      0.01          63.82
##                                                                       model training       3      0.01          63.82      0.01          63.82
##                                                                 modelling techniques       3      0.01          63.83      0.01          63.83
##                                                   modern machine learning techniques       3      0.01          63.83      0.01          63.83
##                                                            monitor model performance       3      0.01          63.84      0.01          63.84
##                                                                                month       3      0.01          63.85      0.01          63.85
##                                                             motivated data scientist       3      0.01          63.85      0.01          63.85
##                                                            motivated data scientists       3      0.01          63.86      0.01          63.86
##                                                                        ms sql server       3      0.01          63.86      0.01          63.86
##                                                                                mssql       3      0.01          63.87      0.01          63.87
##                                                        multiple levels of management       3      0.01          63.87      0.01          63.87
##                                                      multiple levels of stakeholders       3      0.01          63.88      0.01          63.88
##                                                                  multiple priorities       3      0.01          63.89      0.01          63.89
##                                                                  multiple techniques       3      0.01          63.89      0.01          63.89
##                                                           multivariate data analysis       3      0.01          63.90      0.01          63.90
##                                                                                music       3      0.01          63.90      0.01          63.90
##                                                                            narrative       3      0.01          63.91      0.01          63.91
##                                                                             nation's       3      0.01          63.91      0.01          63.91
##                                                           national security purposes       3      0.01          63.92      0.01          63.92
##                                                                    native components       3      0.01          63.93      0.01          63.93
##                                                                     network analysis       3      0.01          63.93      0.01          63.93
##                                                                    network protocols       3      0.01          63.94      0.01          63.94
##                                                                       new algorithms       3      0.01          63.94      0.01          63.94
##                                                            new analytical approaches       3      0.01          63.95      0.01          63.95
##                                                                     new applications       3      0.01          63.95      0.01          63.95
##                                                        new cutting edge technologies       3      0.01          63.96      0.01          63.96
##                                                                           new jersey       3      0.01          63.97      0.01          63.97
##                                                                 new machine learning       3      0.01          63.97      0.01          63.97
##                                                          new regulatory requirements       3      0.01          63.98      0.01          63.98
##                                                                       new technology       3      0.01          63.98      0.01          63.98
##                                                                           new things       3      0.01          63.99      0.01          63.99
##                                                                      new york office       3      0.01          63.99      0.01          63.99
##                                                                                 news       3      0.01          64.00      0.01          64.00
##                                                                            nlp tools       3      0.01          64.01      0.01          64.01
##                                                        non-routine analysis problems       3      0.01          64.01      0.01          64.01
##                                                               non-technical audience       3      0.01          64.02      0.01          64.02
##                                                                                novel       3      0.01          64.02      0.01          64.02
##                                                                   novel applications       3      0.01          64.03      0.01          64.03
##                                                                                 nyse       3      0.01          64.03      0.01          64.03
##                                                          object-oriented programming       3      0.01          64.04      0.01          64.04
##                                                                     object detection       3      0.01          64.05      0.01          64.05
##                                                                          objectivity       3      0.01          64.05      0.01          64.05
##                                                              occasional local travel       3      0.01          64.06      0.01          64.06
##                                                                               octave       3      0.01          64.06      0.01          64.06
##                                                              off-the-shelf solutions       3      0.01          64.07      0.01          64.07
##                                                                                offer       3      0.01          64.07      0.01          64.07
##                                                                  offer of employment       3      0.01          64.08      0.01          64.08
##                                                                   office environment       3      0.01          64.09      0.01          64.09
##                                                                                  oil       3      0.01          64.09      0.01          64.09
##                                                 open source data analytics libraries       3      0.01          64.10      0.01          64.10
##                                                                    open source tools       3      0.01          64.10      0.01          64.10
##                                                                              opening       3      0.01          64.11      0.01          64.11
##                                                                              opennlp       3      0.01          64.11      0.01          64.11
##                                                                            operation       3      0.01          64.12      0.01          64.12
##                                                               operational challenges       3      0.01          64.13      0.01          64.13
##                                                              operational improvement       3      0.01          64.13      0.01          64.13
##                                                                   operationalization       3      0.01          64.14      0.01          64.14
##                                                                      operations team       3      0.01          64.14      0.01          64.14
##                                                                     operations teams       3      0.01          64.15      0.01          64.15
##                                                                  optimization models       3      0.01          64.15      0.01          64.15
##                                                                              options       3      0.01          64.16      0.01          64.16
##                                                                         oral reports       3      0.01          64.17      0.01          64.17
##                                                                 organizational needs       3      0.01          64.17      0.01          64.17
##                                                                               output       3      0.01          64.18      0.01          64.18
##                                                                              outputs       3      0.01          64.18      0.01          64.18
##                                                          overall control environment       3      0.01          64.19      0.01          64.19
##                                                                           paid leave       3      0.01          64.19      0.01          64.19
##                                                                   parallel computing       3      0.01          64.20      0.01          64.20
##                                                                     parameter tuning       3      0.01          64.21      0.01          64.21
##                                                                      passionate team       3      0.01          64.21      0.01          64.21
##                                                                              patents       3      0.01          64.22      0.01          64.22
##                                                                         patient care       3      0.01          64.22      0.01          64.22
##                                                                   patient experience       3      0.01          64.23      0.01          64.23
##                                                                                  pay       3      0.01          64.23      0.01          64.23
##                                                                             payments       3      0.01          64.24      0.01          64.24
##                                                                              pentaho       3      0.01          64.25      0.01          64.25
##                                                                            periscope       3      0.01          64.25      0.01          64.25
##                                                                        personal life       3      0.01          64.26      0.01          64.26
##                                                                          perspective       3      0.01          64.26      0.01          64.26
##                                                                    petabytes of data       3      0.01          64.27      0.01          64.27
##                                                                               phases       3      0.01          64.27      0.01          64.27
##                                                                     physical science       3      0.01          64.28      0.01          64.28
##                                                                    physical sciences       3      0.01          64.29      0.01          64.29
##                                                                            placement       3      0.01          64.29      0.01          64.29
##                                                                               planet       3      0.01          64.30      0.01          64.30
##                                                                    population health       3      0.01          64.30      0.01          64.30
##                                                                     position purpose       3      0.01          64.31      0.01          64.31
##                                                                position requirements       3      0.01          64.31      0.01          64.31
##                                                                     positive outcome       3      0.01          64.32      0.01          64.32
##                                                                   possible solutions       3      0.01          64.33      0.01          64.33
##                                                                      potential value       3      0.01          64.33      0.01          64.33
##                                                               powerful methodologies       3      0.01          64.34      0.01          64.34
##                                                       practice social responsibility       3      0.01          64.34      0.01          64.34
##                                                                  predictive insights       3      0.01          64.35      0.01          64.35
##                                                           predictive modeling skills       3      0.01          64.35      0.01          64.35
##                                                                   preferred location       3      0.01          64.36      0.01          64.36
##                                                                             premiums       3      0.01          64.37      0.01          64.37
##                                                                prescriptive modeling       3      0.01          64.37      0.01          64.37
##                                                                  present conclusions       3      0.01          64.38      0.01          64.38
##                                                                     present insights       3      0.01          64.38      0.01          64.38
##                                                                              pricing       3      0.01          64.39      0.01          64.39
##                                                                   primary objectives       3      0.01          64.39      0.01          64.39
##                                                               primary responsibility       3      0.01          64.40      0.01          64.40
##                                                                    prime contractors       3      0.01          64.41      0.01          64.41
##                                                                     principal duties       3      0.01          64.41      0.01          64.41
##                                                                       prioritization       3      0.01          64.42      0.01          64.42
##                                                                       privacy policy       3      0.01          64.42      0.01          64.42
##                                                                 probability networks       3      0.01          64.43      0.01          64.43
##                                                            problem-solving mentality       3      0.01          64.43      0.01          64.43
##                                                                  process automations       3      0.01          64.44      0.01          64.44
##                                                                processing data files       3      0.01          64.45      0.01          64.45
##                                                            product development teams       3      0.01          64.45      0.01          64.45
##                                                                       product search       3      0.01          64.46      0.01          64.46
##                                                                         product team       3      0.01          64.46      0.01          64.46
##                                                                             profiles       3      0.01          64.47      0.01          64.47
##                                                                    program databases       3      0.01          64.47      0.01          64.47
##                                                              program recommendations       3      0.01          64.48      0.01          64.48
##                                                                programming knowledge       3      0.01          64.49      0.01          64.49
##                                                                       project design       3      0.01          64.49      0.01          64.49
##                                                                   project management       3      0.01          64.50      0.01          64.50
##                                                     project management certification       3      0.01          64.50      0.01          64.50
##                                                            project management skills       3      0.01          64.51      0.01          64.51
##                                                                        project plans       3      0.01          64.51      0.01          64.51
##                                                      projects experience of creative       3      0.01          64.52      0.01          64.52
##                                                                                proof       3      0.01          64.53      0.01          64.53
##                                                                    proof of concepts       3      0.01          64.53      0.01          64.53
##                                                                             property       3      0.01          64.54      0.01          64.54
##                                                                            protocols       3      0.01          64.54      0.01          64.54
##                                                                            prototype       3      0.01          64.55      0.01          64.55
##                                                                        public health       3      0.01          64.55      0.01          64.55
##                                                                         publications       3      0.01          64.56      0.01          64.56
##                                                                             purposes       3      0.01          64.57      0.01          64.57
##                                                                              pyspark       3      0.01          64.57      0.01          64.57
##                                                                        python coding       3      0.01          64.58      0.01          64.58
##                                                                                   qa       3      0.01          64.58      0.01          64.58
##                                                                                  qip       3      0.01          64.59      0.01          64.59
##                                                                 qualified individual       3      0.01          64.59      0.01          64.59
##                                                                 qualitative analysis       3      0.01          64.60      0.01          64.60
##                                                              quantitative approaches       3      0.01          64.61      0.01          64.61
##                                                             quantitative disciplines       3      0.01          64.61      0.01          64.61
##                                                               quantitative solutions       3      0.01          64.62      0.01          64.62
##                                                                                quest       3      0.01          64.62      0.01          64.62
##                                                   r statistical programming language       3      0.01          64.63      0.01          64.63
##                                                                     rapport building       3      0.01          64.63      0.01          64.63
##                                                                              ratings       3      0.01          64.64      0.01          64.64
##                                                          re-designing infrastructure       3      0.01          64.65      0.01          64.65
##                                                             reasonable accommodation       3      0.01          64.65      0.01          64.65
##                                                                          recognition       3      0.01          64.66      0.01          64.66
##                                                                               record       3      0.01          64.66      0.01          64.66
##                                                    reinforcement learning approaches       3      0.01          64.67      0.01          64.67
##                                                                   related algorithms       3      0.01          64.67      0.01          64.67
##                                                                related area of study       3      0.01          64.68      0.01          64.68
##                                                                  related disciplines       3      0.01          64.69      0.01          64.69
##                                                                       related duties       3      0.01          64.69      0.01          64.69
##                                                                    related libraries       3      0.01          64.70      0.01          64.70
##                                                              relaxed business casual       3      0.01          64.70      0.01          64.70
##                                                                            relevance       3      0.01          64.71      0.01          64.71
##                                                                relevant applications       3      0.01          64.71      0.01          64.71
##                                                                  relevant experience       3      0.01          64.72      0.01          64.72
##                                                                    relevant insights       3      0.01          64.73      0.01          64.73
##                                                                      relevant stages       3      0.01          64.73      0.01          64.73
##                                                             relevant technical field       3      0.01          64.74      0.01          64.74
##                                                                           relocation       3      0.01          64.74      0.01          64.74
##                                                                                remis       3      0.01          64.75      0.01          64.75
##                                                  renal management information system       3      0.01          64.75      0.01          64.75
##                                                                 reporting dashboards       3      0.01          64.76      0.01          64.76
##                                                                              request       3      0.01          64.77      0.01          64.77
##                                                                      required skills       3      0.01          64.77      0.01          64.77
##                                                           requirements specification       3      0.01          64.78      0.01          64.78
##                                                                   requisition number       3      0.01          64.78      0.01          64.78
##                                                                  research experience       3      0.01          64.79      0.01          64.79
##                                                                     research methods       3      0.01          64.79      0.01          64.79
##                                                              research new algorithms       3      0.01          64.80      0.01          64.80
##                                                                   research scientist       3      0.01          64.81      0.01          64.81
##                                                             research scientist teams       3      0.01          64.81      0.01          64.81
##                                                                      resourcefulness       3      0.01          64.82      0.01          64.82
##                                                                            responses       3      0.01          64.82      0.01          64.82
##                                                                             rest api       3      0.01          64.83      0.01          64.83
##                                                                               result       3      0.01          64.83      0.01          64.83
##                                                      results of innovative solutions       3      0.01          64.84      0.01          64.84
##                                                                              resumes       3      0.01          64.85      0.01          64.85
##                                                                            retailers       3      0.01          64.85      0.01          64.85
##                                                                           retirement       3      0.01          64.86      0.01          64.86
##                                                                      retirement plan       3      0.01          64.86      0.01          64.86
##                                                                           revolution       3      0.01          64.87      0.01          64.87
##                                                                      right questions       3      0.01          64.87      0.01          64.87
##                                                                          right tools       3      0.01          64.88      0.01          64.88
##                                                                                rigor       3      0.01          64.89      0.01          64.89
##                                                               risk assessment models       3      0.01          64.89      0.01          64.89
##                                                    risk of adverse threat activities       3      0.01          64.90      0.01          64.90
##                                                                             robotics       3      0.01          64.90      0.01          64.90
##                                                                                  roi       3      0.01          64.91      0.01          64.91
##                                                                                  row       3      0.01          64.91      0.01          64.91
##                                                                              rstudio       3      0.01          64.92      0.01          64.92
##                                       rules engine driven data analytics application       3      0.01          64.93      0.01          64.93
##                                                                            s ability       3      0.01          64.93      0.01          64.93
##                                                                     s entire process       3      0.01          64.94      0.01          64.94
##                                                          s internal audit department       3      0.01          64.94      0.01          64.94
##                                                                   s largest employer       3      0.01          64.95      0.01          64.95
##                                                                            s license       3      0.01          64.95      0.01          64.95
##                                                                              s lives       3      0.01          64.96      0.01          64.96
##                                                                           s missions       3      0.01          64.97      0.01          64.97
##                                                                              s needs       3      0.01          64.97      0.01          64.97
##                                                                               s role       3      0.01          64.98      0.01          64.98
##                                                                            san diego       3      0.01          64.98      0.01          64.98
##                                                           scalable anomaly detection       3      0.01          64.99      0.01          64.99
##                                                              scalable data pipelines       3      0.01          64.99      0.01          64.99
##                                                                            schedules       3      0.01          65.00      0.01          65.00
##                                                                              schools       3      0.01          65.01      0.01          65.01
##                                                               sci security clearance       3      0.01          65.01      0.01          65.01
##                                                                scientific researcher       3      0.01          65.02      0.01          65.02
##                                                        scripting language experience       3      0.01          65.02      0.01          65.02
##                                                                scripting languages r       3      0.01          65.03      0.01          65.03
##                                                                    search algorithms       3      0.01          65.03      0.01          65.03
##                                                                              seattle       3      0.01          65.04      0.01          65.04
##                                                                                 self       3      0.01          65.05      0.01          65.05
##                                                           self-serve analytics tools       3      0.01          65.05      0.01          65.05
##                                                                senior data scientist       3      0.01          65.06      0.01          65.06
##                                                                      senior managers       3      0.01          65.06      0.01          65.06
##                                                                   sentiment analysis       3      0.01          65.07      0.01          65.07
##                                                                                  seo       3      0.01          65.07      0.01          65.07
##                                                                                shape       3      0.01          65.08      0.01          65.08
##                                                                                share       3      0.01          65.09      0.01          65.09
##                                                                            sick days       3      0.01          65.09      0.01          65.09
##                                                   significant programming experience       3      0.01          65.10      0.01          65.10
##                                                      similar data visualization tool       3      0.01          65.10      0.01          65.10
##                                                                           simplicity       3      0.01          65.11      0.01          65.11
##                                                        single redesigned application       3      0.01          65.11      0.01          65.11
##                                                                           situations       3      0.01          65.12      0.01          65.12
##                                                                                 size       3      0.01          65.13      0.01          65.13
##                                                                       skilled people       3      0.01          65.13      0.01          65.13
##                                                                       skills desired       3      0.01          65.14      0.01          65.14
##                                                                                slack       3      0.01          65.14      0.01          65.14
##                                                                software applications       3      0.01          65.15      0.01          65.15
##                                                  software engineering best practices       3      0.01          65.15      0.01          65.15
##                                                                   software expertise       3      0.01          65.16      0.01          65.16
##                                                                     solid experience       3      0.01          65.17      0.01          65.17
##                                                                     solid foundation       3      0.01          65.17      0.01          65.17
##                                                                      solid knowledge       3      0.01          65.18      0.01          65.18
##                                                         solutions lab data scientist       3      0.01          65.18      0.01          65.18
##                                                                   solutions lab team       3      0.01          65.19      0.01          65.19
##                                                                      sources of data       3      0.01          65.19      0.01          65.19
##                                                                         special need       3      0.01          65.20      0.01          65.20
##                                    specific customer specific data analytics results       3      0.01          65.21      0.01          65.21
##                                                                         spreadsheets       3      0.01          65.21      0.01          65.21
##                                                                                 ssas       3      0.01          65.22      0.01          65.22
##                                                                            stability       3      0.01          65.22      0.01          65.22
##                                                                 stand-alone projects       3      0.01          65.23      0.01          65.23
##                                                                  startup environment       3      0.01          65.23      0.01          65.23
##                                                          statistical analysis skills       3      0.01          65.24      0.01          65.24
##                                                                 statistical concepts       3      0.01          65.25      0.01          65.25
##                                                                 statistical language       3      0.01          65.25      0.01          65.25
##                                                          statistical learning models       3      0.01          65.26      0.01          65.26
##                                                      statistical modeling techniques       3      0.01          65.26      0.01          65.26
##                                                           statistical modeling tools       3      0.01          65.27      0.01          65.27
##                                                                statistical modelling       3      0.01          65.27      0.01          65.27
##                                                      statistical predictive modeling       3      0.01          65.28      0.01          65.28
##                                                                               status       3      0.01          65.29      0.01          65.29
##                                                      stochastic statistical analysis       3      0.01          65.29      0.01          65.29
##                                                                     stocked kitchens       3      0.01          65.30      0.01          65.30
##                                                                         storytelling       3      0.01          65.30      0.01          65.30
##                                                                   strategic projects       3      0.01          65.31      0.01          65.31
##                                                              strong critical thinker       3      0.01          65.31      0.01          65.31
##                                                                strong data scientist       3      0.01          65.32      0.01          65.32
##                                                                    strong preference       3      0.01          65.33      0.01          65.33
##                                                        strong problem-solving skills       3      0.01          65.33      0.01          65.33
##                                                                 strong relationships       3      0.01          65.34      0.01          65.34
##                                                        structured transactional data       3      0.01          65.34      0.01          65.34
##                                                                             students       3      0.01          65.35      0.01          65.35
##                                                                              studies       3      0.01          65.35      0.01          65.35
##                                                                                stuff       3      0.01          65.36      0.01          65.36
##                                                                       subcontractors       3      0.01          65.37      0.01          65.37
##                                                                              subject       3      0.01          65.37      0.01          65.37
##                                                             subject matter expertise       3      0.01          65.38      0.01          65.38
##                                          substantial software engineering experience       3      0.01          65.38      0.01          65.38
##                                                                     success measures       3      0.01          65.39      0.01          65.39
##                                                            successful data scientist       3      0.01          65.39      0.01          65.39
##                                                                            summaries       3      0.01          65.40      0.01          65.40
##                                                                          supervision       3      0.01          65.41      0.01          65.41
##                                                                           supervisor       3      0.01          65.41      0.01          65.41
##                                                         supervisory responsibilities       3      0.01          65.42      0.01          65.42
##                                                                               survey       3      0.01          65.42      0.01          65.42
##                                                                    survival analysis       3      0.01          65.43      0.01          65.43
##                                                                                 svms       3      0.01          65.43      0.01          65.43
##                                                                               system       3      0.01          65.44      0.01          65.44
##                                                                  system requirements       3      0.01          65.45      0.01          65.45
##                                                                                t-sne       3      0.01          65.45      0.01          65.45
##                                                                                t-sql       3      0.01          65.46      0.01          65.46
##                                                                  tactical components       3      0.01          65.46      0.01          65.46
##                                                                              tactics       3      0.01          65.47      0.01          65.47
##                                                     talented data scientists capable       3      0.01          65.47      0.01          65.47
##                                                                talented team members       3      0.01          65.48      0.01          65.48
##                                                                  targeted individual       3      0.01          65.49      0.01          65.49
##                                                                                   tb       3      0.01          65.49      0.01          65.49
##                                                                             teaching       3      0.01          65.50      0.01          65.50
##                                                                   technical concepts       3      0.01          65.50      0.01          65.50
##                                                              technical documentation       3      0.01          65.51      0.01          65.51
##                                                                    technical experts       3      0.01          65.51      0.01          65.51
##                                                                   technical guidance       3      0.01          65.52      0.01          65.52
##                                                                     technical issues       3      0.01          65.53      0.01          65.53
##                                                              technical presentations       3      0.01          65.53      0.01          65.53
##                                                               technical requirements       3      0.01          65.54      0.01          65.54
##                                                                    technical results       3      0.01          65.54      0.01          65.54
##                                                                      technical staff       3      0.01          65.55      0.01          65.55
##                                                                      technical tasks       3      0.01          65.55      0.01          65.55
##                                                                      technical teams       3      0.01          65.56      0.01          65.56
##                                                                        technologists       3      0.01          65.57      0.01          65.57
##                                                                    terabytes of text       3      0.01          65.57      0.01          65.57
##                                                                          territories       3      0.01          65.58      0.01          65.58
##                                                                      test hypotheses       3      0.01          65.58      0.01          65.58
##                                                                   testing activities       3      0.01          65.59      0.01          65.59
##                                                                                texas       3      0.01          65.59      0.01          65.59
##                                                                                 they       3      0.01          65.60      0.01          65.60
##                                                                       thought leader       3      0.01          65.61      0.01          65.61
##                                                                              threats       3      0.01          65.61      0.01          65.61
##                                                                     time constraints       3      0.01          65.62      0.01          65.62
##                                                                         time of hire       3      0.01          65.62      0.01          65.62
##                                                                     time series data       3      0.01          65.63      0.01          65.63
##                                                                            timelines       3      0.01          65.63      0.01          65.63
##                                                                       topic modeling       3      0.01          65.64      0.01          65.64
##                                                                                total       3      0.01          65.65      0.01          65.65
##                                                              tradition of excellence       3      0.01          65.65      0.01          65.65
##                                                            train fellow team members       3      0.01          65.66      0.01          65.66
##                                                                    training sessions       3      0.01          65.66      0.01          65.66
##                                                               transparency statement       3      0.01          65.67      0.01          65.67
##                                                                       trend analyses       3      0.01          65.67      0.01          65.67
##                                                                              twitter       3      0.01          65.68      0.01          65.68
##                                                                                  txt       3      0.01          65.69      0.01          65.69
##                                                                         type of data       3      0.01          65.69      0.01          65.69
##                                                                    typical education       3      0.01          65.70      0.01          65.70
##                                                     ucla health sciences initiatives       3      0.01          65.70      0.01          65.70
##                                                                 undergraduate degree       3      0.01          65.71      0.01          65.71
##                                                            understanding of business       3      0.01          65.71      0.01          65.71
##                                                      unique measurement technologies       3      0.01          65.72      0.01          65.72
##                                                     unique national-security mission       3      0.01          65.73      0.01          65.73
##                                                                      unique position       3      0.01          65.73      0.01          65.73
##                                                                        unique skills       3      0.01          65.74      0.01          65.74
##                                                                          unique ways       3      0.01          65.74      0.01          65.74
##                                                                   unlimited vacation       3      0.01          65.75      0.01          65.75
##                                                                  unsolicited resumes       3      0.01          65.75      0.01          65.75
##                                                        unsupervised machine learning       3      0.01          65.76      0.01          65.76
##                                                                use of data analytics       3      0.01          65.77      0.01          65.77
##                                                              use of machine learning       3      0.01          65.77      0.01          65.77
##                                                                  use of teradata sql       3      0.01          65.78      0.01          65.78
##                                                                        user behavior       3      0.01          65.78      0.01          65.78
##                                                               utah-salt lake city-ut       3      0.01          65.79      0.01          65.79
##                                                      value-based purchasing programs       3      0.01          65.79      0.01          65.79
##                                                                      varied datasets       3      0.01          65.80      0.01          65.80
##                                                                              variety       3      0.01          65.81      0.01          65.81
##                                                                  variety of programs       3      0.01          65.81      0.01          65.81
##                                                                        various areas       3      0.01          65.82      0.01          65.82
##                                                          varying levels of precision       3      0.01          65.82      0.01          65.82
##                                                                      varying sources       3      0.01          65.83      0.01          65.83
##                                                                             ve bayes       3      0.01          65.83      0.01          65.83
##                                                                              venture       3      0.01          65.84      0.01          65.84
##                                                                 verbal communication       3      0.01          65.85      0.01          65.85
##                                                          verizon internal audit team       3      0.01          65.85      0.01          65.85
##                                                                   verizon management       3      0.01          65.86      0.01          65.86
##                                                            vevraa federal contractor       3      0.01          65.86      0.01          65.86
##                                                                                video       3      0.01          65.87      0.01          65.87
##                                                                    virtual assistant       3      0.01          65.87      0.01          65.87
##                                                                       virtualization       3      0.01          65.88      0.01          65.88
##                                                                                 visa       3      0.01          65.89      0.01          65.89
##                                                              visualization libraries       3      0.01          65.89      0.01          65.89
##                                                                     visualizing data       3      0.01          65.90      0.01          65.90
##                                                                       vital missions       3      0.01          65.90      0.01          65.90
##                                                                              weather       3      0.01          65.91      0.01          65.91
##                                                                                  web       3      0.01          65.91      0.01          65.91
##                                                                  web-enabled network       3      0.01          65.92      0.01          65.92
##                                                                             websites       3      0.01          65.93      0.01          65.93
##                                                                             weekends       3      0.01          65.93      0.01          65.93
##                                                                            weighting       3      0.01          65.94      0.01          65.94
##                                                                             wellness       3      0.01          65.94      0.01          65.94
##                                                                    wellness programs       3      0.01          65.95      0.01          65.95
##                                                                  windows environment       3      0.01          65.95      0.01          65.95
##                                                                    work-life balance       3      0.01          65.96      0.01          65.96
##                                                                           work cross       3      0.01          65.97      0.01          65.97
##                                                                            workflows       3      0.01          65.97      0.01          65.97
##                                                                    working knowledge       3      0.01          65.98      0.01          65.98
##                                                                             workload       3      0.01          65.98      0.01          65.98
##                                                                           workplaces       3      0.01          65.99      0.01          65.99
##                                                                         world leader       3      0.01          65.99      0.01          65.99
##                                                               written communications       3      0.01          66.00      0.01          66.00
##                                                        written communications skills       3      0.01          66.01      0.01          66.01
##                                                                         written form       3      0.01          66.01      0.01          66.01
##                                           years of advanced data analysis experience       3      0.01          66.02      0.01          66.02
##                                                     years of combined experience etl       3      0.01          66.02      0.01          66.02
##                                                          years of related experience       3      0.01          66.03      0.01          66.03
##                                                                     years of systems       3      0.01          66.03      0.01          66.03
##                                                          years of working experience       3      0.01          66.04      0.01          66.04
##                                                                             zeppelin       3      0.01          66.05      0.01          66.05
##                                                        zions bancorporation - hdqtrs       3      0.01          66.05      0.01          66.05
##                                                                                  aap       2      0.00          66.05      0.00          66.05
##                                                                          abercrombie       2      0.00          66.06      0.00          66.06
##                                                                    academic research       2      0.00          66.06      0.00          66.06
##                                                                     academic setting       2      0.00          66.07      0.00          66.07
##                                                                  accepted file types       2      0.00          66.07      0.00          66.07
##                                                                   accessibility info       2      0.00          66.07      0.00          66.07
##                                                                   account management       2      0.00          66.08      0.00          66.08
##                                                                             accounts       2      0.00          66.08      0.00          66.08
##                                                                             accumulo       2      0.00          66.09      0.00          66.09
##                                                                     accuracy of data       2      0.00          66.09      0.00          66.09
##                                                                   accuracy of merkle       2      0.00          66.09      0.00          66.09
##                                                             actionable data products       2      0.00          66.10      0.00          66.10
##                                                                    actionable models       2      0.00          66.10      0.00          66.10
##                                                                       actionable way       2      0.00          66.10      0.00          66.10
##                                                                     active clearance       2      0.00          66.11      0.00          66.11
##                                                              active curiosity of new       2      0.00          66.11      0.00          66.11
##                                                                  activities language       2      0.00          66.12      0.00          66.12
##                                                                                 acts       2      0.00          66.12      0.00          66.12
##                                                                 actuarial background       2      0.00          66.12      0.00          66.12
##                                                                    actuarial science       2      0.00          66.13      0.00          66.13
##                                                                      adaptable teams       2      0.00          66.13      0.00          66.13
##                                                  additional eligibility requirements       2      0.00          66.13      0.00          66.13
##                                                                         additional h       2      0.00          66.14      0.00          66.14
##                                                                 additional licensure       2      0.00          66.14      0.00          66.14
##                                                  additional preferred qualifications       2      0.00          66.15      0.00          66.15
##                                                             additional proficiencies       2      0.00          66.15      0.00          66.15
##                                                           additional sources of data       2      0.00          66.15      0.00          66.15
##                                                                  additional training       2      0.00          66.16      0.00          66.16
##                                                                       address issues       2      0.00          66.16      0.00          66.16
##                                                                       addressable tv       2      0.00          66.17      0.00          66.17
##                                                                            addresses       2      0.00          66.17      0.00          66.17
##                                                            addresses reporting needs       2      0.00          66.17      0.00          66.17
##                                                                             adequacy       2      0.00          66.18      0.00          66.18
##                                                                            adherence       2      0.00          66.18      0.00          66.18
##                                                                administrative skills       2      0.00          66.18      0.00          66.18
##                                                                       administrators       2      0.00          66.19      0.00          66.19
##                                                                  adoption assistance       2      0.00          66.19      0.00          66.19
##                                                                               adults       2      0.00          66.20      0.00          66.20
##                                                       advanced-level data extraction       2      0.00          66.20      0.00          66.20
##                                                       advanced algorithm development       2      0.00          66.20      0.00          66.20
##                                                                    advanced analyses       2      0.00          66.21      0.00          66.21
##                                                            advanced analytic methods       2      0.00          66.21      0.00          66.21
##                                                             advanced analytic skills       2      0.00          66.21      0.00          66.21
##                                                     advanced analytical capabilities       2      0.00          66.22      0.00          66.22
##                                                advanced analytical knowledge of data       2      0.00          66.22      0.00          66.22
##                                                     advanced analytics methodologies       2      0.00          66.23      0.00          66.23
##                                                         advanced biomedical research       2      0.00          66.23      0.00          66.23
##                                                    advanced computational techniques       2      0.00          66.23      0.00          66.23
##                                                                    advanced concepts       2      0.00          66.24      0.00          66.24
##                                                                    advanced customer       2      0.00          66.24      0.00          66.24
##                                                               advanced data analysis       2      0.00          66.25      0.00          66.25
##                                                              advanced data analytics       2      0.00          66.25      0.00          66.25
##                                                         advanced data visualizations       2      0.00          66.25      0.00          66.25
##                                                                     advanced defense       2      0.00          66.26      0.00          66.26
##                                             advanced knowledge of database structure       2      0.00          66.26      0.00          66.26
##                                                    advanced knowledge of health care       2      0.00          66.26      0.00          66.26
##                                                            advanced knowledge of nlp       2      0.00          66.27      0.00          66.27
##                                                 advanced machine learning techniques       2      0.00          66.27      0.00          66.27
##                                                    advanced manufacturing techniques       2      0.00          66.28      0.00          66.28
##                                                                     advanced methods       2      0.00          66.28      0.00          66.28
##                                                         advanced modeling techniques       2      0.00          66.28      0.00          66.28
##                                                                      advanced models       2      0.00          66.29      0.00          66.29
##                                                         advanced pattern recognition       2      0.00          66.29      0.00          66.29
##                                                         advanced practice clinicians       2      0.00          66.29      0.00          66.29
##                                                        advanced predictive analytics       2      0.00          66.30      0.00          66.30
##                                                                   advanced reporting       2      0.00          66.30      0.00          66.30
##                                                                       advanced skill       2      0.00          66.31      0.00          66.31
##                                                                      advanced skills       2      0.00          66.31      0.00          66.31
##                                                                    advanced skillset       2      0.00          66.31      0.00          66.31
##                                                        advanced statistical analysis       2      0.00          66.32      0.00          66.32
##                                                                  advanced technology       2      0.00          66.32      0.00          66.32
##                                      advanced understanding of different statistical       2      0.00          66.33      0.00          66.33
##                                                                         advancements       2      0.00          66.33      0.00          66.33
##                                                                             advances       2      0.00          66.33      0.00          66.33
##                                                                               advice       2      0.00          66.34      0.00          66.34
##                                                                             advocate       2      0.00          66.34      0.00          66.34
##                                                                            aerospace       2      0.00          66.34      0.00          66.34
##                                                                                aetna       2      0.00          66.35      0.00          66.35
##                                                                                  afc       2      0.00          66.35      0.00          66.35
##                                                                           affiliates       2      0.00          66.36      0.00          66.36
##                                                                             affinity       2      0.00          66.36      0.00          66.36
##                                                                            age of ai       2      0.00          66.36      0.00          66.36
##                                                                             agencies       2      0.00          66.37      0.00          66.37
##                                                                    agency operations       2      0.00          66.37      0.00          66.37
##                                                                       agency resumes       2      0.00          66.37      0.00          66.37
##                                                                     aggregating data       2      0.00          66.38      0.00          66.38
##                                                                    agile development       2      0.00          66.38      0.00          66.38
##                                                           agile software development       2      0.00          66.39      0.00          66.39
##                                                agile software development experience       2      0.00          66.39      0.00          66.39
##                                             agile software development methodologies       2      0.00          66.39      0.00          66.39
##                                                                           agile team       2      0.00          66.40      0.00          66.40
##                                                                                   ai       2      0.00          66.40      0.00          66.40
##                                                                      ai capabilities       2      0.00          66.41      0.00          66.41
##                                                                      ai technologies       2      0.00          66.41      0.00          66.41
##                                                                                 aide       2      0.00          66.41      0.00          66.41
##                                                                                  aim       2      0.00          66.42      0.00          66.42
##                                                                              alcohol       2      0.00          66.42      0.00          66.42
##                                                                 algorithmic problems       2      0.00          66.42      0.00          66.42
##                                                               algorithms familiarity       2      0.00          66.43      0.00          66.43
##                                                                 algorithms necessary       2      0.00          66.43      0.00          66.43
##                                                                            alignment       2      0.00          66.44      0.00          66.44
##                                                         alignment of data collection       2      0.00          66.44      0.00          66.44
##                                                         all-inclusive list of duties       2      0.00          66.44      0.00          66.44
##                                                                  all-source analysis       2      0.00          66.45      0.00          66.45
##                                                                               allies       2      0.00          66.45      0.00          66.45
##                                                                   alternative models       2      0.00          66.45      0.00          66.45
##                                                                                  ama       2      0.00          66.46      0.00          66.46
##                                                                       amazing things       2      0.00          66.46      0.00          66.46
##                                                                           ambassador       2      0.00          66.47      0.00          66.47
##                                                          ambiguous business problems       2      0.00          66.47      0.00          66.47
##                                                              ambiguous circumstances       2      0.00          66.47      0.00          66.47
##                                                             america's best hospitals       2      0.00          66.48      0.00          66.48
##                                                                      american banker       2      0.00          66.48      0.00          66.48
##                                                            american community survey       2      0.00          66.49      0.00          66.49
##                                                                            americans       2      0.00          66.49      0.00          66.49
##                                                                         amphetamines       2      0.00          66.49      0.00          66.49
##                                                                    ample opportunity       2      0.00          66.50      0.00          66.50
##                                                          analysis of commercial data       2      0.00          66.50      0.00          66.50
##                                                                   analysis processes       2      0.00          66.50      0.00          66.50
##                                                                  analysis techniques       2      0.00          66.51      0.00          66.51
##                                                                       analysis tools       2      0.00          66.51      0.00          66.51
##                                                                analytic applications       2      0.00          66.52      0.00          66.52
##                                                              analytic data scientist       2      0.00          66.52      0.00          66.52
##                                                                      analytic leader       2      0.00          66.52      0.00          66.52
##                                                                    analytic maturity       2      0.00          66.53      0.00          66.53
##                                                                  analytic objectives       2      0.00          66.53      0.00          66.53
##                                                                   analytic processes       2      0.00          66.53      0.00          66.53
##                                                                    analytic projects       2      0.00          66.54      0.00          66.54
##                                                                    analytic strategy       2      0.00          66.54      0.00          66.54
##                                                                       analytic tools       2      0.00          66.55      0.00          66.55
##                                                                  analytic translator       2      0.00          66.55      0.00          66.55
##                                                                analytical approaches       2      0.00          66.55      0.00          66.55
##                                                              analytical capabilities       2      0.00          66.56      0.00          66.56
##                                                         analytical data environments       2      0.00          66.56      0.00          66.56
##                                                           analytical data scientists       2      0.00          66.57      0.00          66.57
##                                                             analytical methodologies       2      0.00          66.57      0.00          66.57
##                                                     analytical modeling capabilities       2      0.00          66.57      0.00          66.57
##                                                                  analytical partners       2      0.00          66.58      0.00          66.58
##                                                                 analytical reasoning       2      0.00          66.58      0.00          66.58
##                                                                     analytical tasks       2      0.00          66.58      0.00          66.58
##                                                                analytical techniques       2      0.00          66.59      0.00          66.59
##                                                                     analytical tools       2      0.00          66.59      0.00          66.59
##                                                      analytics advisory service team       2      0.00          66.60      0.00          66.60
##                                                                  analytics ecosystem       2      0.00          66.60      0.00          66.60
##                                                                    analytics efforts       2      0.00          66.60      0.00          66.60
##                                                                   analytics guidance       2      0.00          66.61      0.00          66.61
##                                                                     analytics models       2      0.00          66.61      0.00          66.61
##                                                                   analytics purposes       2      0.00          66.61      0.00          66.61
##                                                                    analytics systems       2      0.00          66.62      0.00          66.62
##                                                                       analytics tool       2      0.00          66.62      0.00          66.62
##                                                                         android team       2      0.00          66.63      0.00          66.63
##                                                             animal breeding pipeline       2      0.00          66.63      0.00          66.63
##                                                                                  ann       2      0.00          66.63      0.00          66.63
##                                                                       annotated code       2      0.00          66.64      0.00          66.64
##                                                                       annual bonuses       2      0.00          66.64      0.00          66.64
##                                                         anomaly detection algorithms       2      0.00          66.65      0.00          66.65
##                                                            anomaly detection systems       2      0.00          66.65      0.00          66.65
##                                                                   ansi x12 standards       2      0.00          66.65      0.00          66.65
##                                                                               answer       2      0.00          66.66      0.00          66.66
##                                                                               apache       2      0.00          66.66      0.00          66.66
##                                                                           appearance       2      0.00          66.66      0.00          66.66
##                                                                                apple       2      0.00          66.67      0.00          66.67
##                                                                     applicable field       2      0.00          66.67      0.00          66.67
##                                                                      applicable laws       2      0.00          66.68      0.00          66.68
##                                                                 applicable local law       2      0.00          66.68      0.00          66.68
##                                               applicable machine learning techniques       2      0.00          66.68      0.00          66.68
##                                                                     applicable state       2      0.00          66.69      0.00          66.69
##                                                                application isolation       2      0.00          66.69      0.00          66.69
##                                                    application of advanced analytics       2      0.00          66.69      0.00          66.69
##                                       application of advanced statistical techniques       2      0.00          66.70      0.00          66.70
##                                                    application of analytics products       2      0.00          66.70      0.00          66.70
##                                               application of data science techniques       2      0.00          66.71      0.00          66.71
##                                           application of process improvement methods       2      0.00          66.71      0.00          66.71
##                                                  applied machine learning experience       2      0.00          66.71      0.00          66.71
##                                                                        applied plant       2      0.00          66.72      0.00          66.72
##                                                                                apply       2      0.00          66.72      0.00          66.72
##                                                                     approachable way       2      0.00          66.73      0.00          66.73
##                                                                   appropriate manner       2      0.00          66.73      0.00          66.73
##                                                             appropriate measurements       2      0.00          66.73      0.00          66.73
##                                                  appropriate technical documentation       2      0.00          66.74      0.00          66.74
##                                                                             aptitude       2      0.00          66.74      0.00          66.74
##                                                                               arcgis       2      0.00          66.74      0.00          66.74
##                                                              architecture principles       2      0.00          66.75      0.00          66.75
##                                                                                  are       2      0.00          66.75      0.00          66.75
##                                                         area of customer acquisition       2      0.00          66.76      0.00          66.76
##                                                               area of responsibility       2      0.00          66.76      0.00          66.76
##                                                                        areas of data       2      0.00          66.76      0.00          66.76
##                                                               areas of data modeling       2      0.00          66.77      0.00          66.77
##                                                            areas of machine learning       2      0.00          66.77      0.00          66.77
##                                                 areas of natural language processing       2      0.00          66.77      0.00          66.77
##                                                                            arguments       2      0.00          66.78      0.00          66.78
##                                                                       array of tools       2      0.00          66.78      0.00          66.78
##                                                                         asia pacific       2      0.00          66.79      0.00          66.79
##                                                                              asp.net       2      0.00          66.79      0.00          66.79
##                                                                               aspect       2      0.00          66.79      0.00          66.79
##                                                             aspects of manufacturing       2      0.00          66.80      0.00          66.80
##                                                                   assessment of risk       2      0.00          66.80      0.00          66.80
##                                                                                asset       2      0.00          66.81      0.00          66.81
##                                                                     asset management       2      0.00          66.81      0.00          66.81
##                                                                assigned office hours       2      0.00          66.81      0.00          66.81
##                                                                assigned project work       2      0.00          66.82      0.00          66.82
##                                                                            associate       2      0.00          66.82      0.00          66.82
##                                                         associated analytical models       2      0.00          66.82      0.00          66.82
##                                            associated feature engineering techniques       2      0.00          66.83      0.00          66.83
##                                                        associated programing methods       2      0.00          66.83      0.00          66.83
##                                                              association rule mining       2      0.00          66.84      0.00          66.84
##                                                              assortment optimization       2      0.00          66.84      0.00          66.84
##                                                                         astute staff       2      0.00          66.84      0.00          66.84
##                                                                             athletes       2      0.00          66.85      0.00          66.85
##                                                                 atlantic city office       2      0.00          66.85      0.00          66.85
##                                                                     attitudinal data       2      0.00          66.85      0.00          66.85
##                                                                     attractive place       2      0.00          66.86      0.00          66.86
##                                                               audit analytics leader       2      0.00          66.86      0.00          66.86
##                                                                          audit decks       2      0.00          66.87      0.00          66.87
##                                                                         audit policy       2      0.00          66.87      0.00          66.87
##                                                                        audit process       2      0.00          66.87      0.00          66.87
##                                                                           audit work       2      0.00          66.88      0.00          66.88
##                                                               austin chemistry group       2      0.00          66.88      0.00          66.88
##                                                                      automated build       2      0.00          66.88      0.00          66.88
##                                              automated insights generation framework       2      0.00          66.89      0.00          66.89
##                                                              automated lending calls       2      0.00          66.89      0.00          66.89
##                                                                  automated processes       2      0.00          66.90      0.00          66.90
##                                                                    automated scripts       2      0.00          66.90      0.00          66.90
##                                                                    automated tasking       2      0.00          66.90      0.00          66.90
##                                                                   automation company       2      0.00          66.91      0.00          66.91
##                                                                 automation framework       2      0.00          66.91      0.00          66.91
##                                                                  automotive industry       2      0.00          66.92      0.00          66.92
##                                                              available documentation       2      0.00          66.92      0.00          66.92
##                                                                          average day       2      0.00          66.92      0.00          66.92
##                                                               avoidable bad outcomes       2      0.00          66.93      0.00          66.93
##                                                                                award       2      0.00          66.93      0.00          66.93
##                                                                            awareness       2      0.00          66.93      0.00          66.93
##                                                                      aws letgo perks       2      0.00          66.94      0.00          66.94
##                                                               azure machine learning       2      0.00          66.94      0.00          66.94
##                                                                              b visas       2      0.00          66.95      0.00          66.95
##                                                                    backend engineers       2      0.00          66.95      0.00          66.95
##                                                            background investigations       2      0.00          66.95      0.00          66.95
##                                                           balanced technical opinion       2      0.00          66.96      0.00          66.96
##                                                                                banks       2      0.00          66.96      0.00          66.96
##                                                    barcelona potential opportunities       2      0.00          66.96      0.00          66.96
##                                                                             barriers       2      0.00          66.97      0.00          66.97
##                                                       based machine learning engines       2      0.00          66.97      0.00          66.97
##                                                                       bash scripting       2      0.00          66.98      0.00          66.98
##                                                                      basic knowledge       2      0.00          66.98      0.00          66.98
##                                                    basic machine learning techniques       2      0.00          66.98      0.00          66.98
##                                                                  basic understanding       2      0.00          66.99      0.00          66.99
##                                             basic understanding of disaster recovery       2      0.00          66.99      0.00          66.99
##                           basic understanding of software development best practices       2      0.00          67.00      0.00          67.00
##                                                basic understanding of transportation       2      0.00          67.00      0.00          67.00
##                                                                      basket analysis       2      0.00          67.00      0.00          67.00
##                                                           battle system optimization       2      0.00          67.01      0.00          67.01
##                                                                   bayesian inference       2      0.00          67.01      0.00          67.01
##                                                                     bayesian methods       2      0.00          67.01      0.00          67.01
##                                                                    bayesian networks       2      0.00          67.02      0.00          67.02
##                                                                  bayesian statistics       2      0.00          67.02      0.00          67.02
##                                                                                beach       2      0.00          67.03      0.00          67.03
##                                                       beacon health options policies       2      0.00          67.03      0.00          67.03
##                                                                     beacon recruiter       2      0.00          67.03      0.00          67.03
##                                                                   behavioral science       2      0.00          67.04      0.00          67.04
##                                                                           benchmarks       2      0.00          67.04      0.00          67.04
##                                                                     benefit programs       2      0.00          67.04      0.00          67.04
##                                                                        benefits saic       2      0.00          67.05      0.00          67.05
##                                                              benzinga fintech awards       2      0.00          67.05      0.00          67.05
##                                                                  best career moments       2      0.00          67.06      0.00          67.06
##                                                                            best case       2      0.00          67.06      0.00          67.06
##                                                                       best companies       2      0.00          67.06      0.00          67.06
##                                                                          best health       2      0.00          67.07      0.00          67.07
##                                                                          best places       2      0.00          67.07      0.00          67.07
##                                                                    best technologies       2      0.00          67.08      0.00          67.08
##                                                                      better outcomes       2      0.00          67.08      0.00          67.08
##                                                                       better process       2      0.00          67.08      0.00          67.08
##                                                                 better understanding       2      0.00          67.09      0.00          67.09
##                                                                           better way       2      0.00          67.09      0.00          67.09
##                                                                   better wells fargo       2      0.00          67.09      0.00          67.09
##                                                                             bi tools       2      0.00          67.10      0.00          67.10
##                                                                               biases       2      0.00          67.10      0.00          67.10
##                                                                     big data company       2      0.00          67.11      0.00          67.11
##                                                                    big data concepts       2      0.00          67.11      0.00          67.11
##                                                              big data discovery easy       2      0.00          67.11      0.00          67.11
##                                                                      big data expert       2      0.00          67.12      0.00          67.12
##                                                                       big data flows       2      0.00          67.12      0.00          67.12
##                                                                      big data skills       2      0.00          67.12      0.00          67.12
##                                                                         big thinking       2      0.00          67.13      0.00          67.13
##                                                       billions of design inspiration       2      0.00          67.13      0.00          67.13
##                                                                              biology       2      0.00          67.14      0.00          67.14
##                                                                            bitbucket       2      0.00          67.14      0.00          67.14
##                                                                               boeing       2      0.00          67.14      0.00          67.14
##                                                                              borders       2      0.00          67.15      0.00          67.15
##                                                                   bottom-line growth       2      0.00          67.15      0.00          67.15
##                                                boundaries of artificial intelligence       2      0.00          67.16      0.00          67.16
##                                                      boundaries of retail technology       2      0.00          67.16      0.00          67.16
##                                                                        boutique firm       2      0.00          67.16      0.00          67.16
##                                                                          box thinker       2      0.00          67.17      0.00          67.17
##                                                                                boxes       2      0.00          67.17      0.00          67.17
##                                                                                brand       2      0.00          67.17      0.00          67.17
##                                                                          brand teams       2      0.00          67.18      0.00          67.18
##                                                                                break       2      0.00          67.18      0.00          67.18
##                                                            brighter financial future       2      0.00          67.19      0.00          67.19
##                                                             broad base of experience       2      0.00          67.19      0.00          67.19
##                                                                       broad exposure       2      0.00          67.19      0.00          67.19
##                                                   broad range of data analysis tools       2      0.00          67.20      0.00          67.20
##                                                        broad set of responsibilities       2      0.00          67.20      0.00          67.20
##                                                                       broad spectrum       2      0.00          67.20      0.00          67.20
##                                                  broad variety of business functions       2      0.00          67.21      0.00          67.21
##                                                   broader shared services audit team       2      0.00          67.21      0.00          67.21
##                                                                            brochures       2      0.00          67.22      0.00          67.22
##                                                                     brown policy lab       2      0.00          67.22      0.00          67.22
##                                                                budget appropriations       2      0.00          67.22      0.00          67.22
##                                                                              budgets       2      0.00          67.23      0.00          67.23
##                                                                    building chatbots       2      0.00          67.23      0.00          67.23
##                                                                 building data models       2      0.00          67.24      0.00          67.24
##                                                                     business analyst       2      0.00          67.24      0.00          67.24
##                                                                 business application       2      0.00          67.24      0.00          67.24
##                                                                 business constraints       2      0.00          67.25      0.00          67.25
##                                                                business environments       2      0.00          67.25      0.00          67.25
##                 business experience of mathematical predictive algorithm development       2      0.00          67.25      0.00          67.25
##                                                                   business functions       2      0.00          67.26      0.00          67.26
##                                                             business growth insights       2      0.00          67.26      0.00          67.26
##                                                                  business hypothesis       2      0.00          67.27      0.00          67.27
##                                                                 business initiatives       2      0.00          67.27      0.00          67.27
##                                                         business insider calls letgo       2      0.00          67.27      0.00          67.27
##                                                      business intelligence solutions       2      0.00          67.28      0.00          67.28
##                                                                   business locations       2      0.00          67.28      0.00          67.28
##                                                                    business managers       2      0.00          67.28      0.00          67.28
##                                                                     business metrics       2      0.00          67.29      0.00          67.29
##                                                                        business need       2      0.00          67.29      0.00          67.29
##                                                                      business owners       2      0.00          67.30      0.00          67.30
##                                                                     business partner       2      0.00          67.30      0.00          67.30
##                                                                      business people       2      0.00          67.30      0.00          67.30
##                                                                 business performance       2      0.00          67.31      0.00          67.31
##                                                                    business planning       2      0.00          67.31      0.00          67.31
##                                                            business related problems       2      0.00          67.32      0.00          67.32
##                                                             business risk mitigation       2      0.00          67.32      0.00          67.32
##                                                                       business rules       2      0.00          67.32      0.00          67.32
##                                                                   business situation       2      0.00          67.33      0.00          67.33
##                                                                  business situations       2      0.00          67.33      0.00          67.33
##                                                                      business skills       2      0.00          67.33      0.00          67.33
##                                                      business subject-matter experts       2      0.00          67.34      0.00          67.34
##                                                                     business success       2      0.00          67.34      0.00          67.34
##                                                             business success metrics       2      0.00          67.35      0.00          67.35
##                                                                business unit leaders       2      0.00          67.35      0.00          67.35
##                                                                  business validation       2      0.00          67.35      0.00          67.35
##                                                                   busy practitioners       2      0.00          67.36      0.00          67.36
##                                                                          butterflies       2      0.00          67.36      0.00          67.36
##                                                                               button       2      0.00          67.36      0.00          67.36
##                                                                                   c4       2      0.00          67.37      0.00          67.37
##                                                                            ca office       2      0.00          67.37      0.00          67.37
##                                                                            campaigns       2      0.00          67.38      0.00          67.38
##                                                                     campus uc system       2      0.00          67.38      0.00          67.38
##                                                                               can do       2      0.00          67.38      0.00          67.38
##                                                                               cancer       2      0.00          67.39      0.00          67.39
##                                                                               candor       2      0.00          67.39      0.00          67.39
##                                                               capability constraints       2      0.00          67.40      0.00          67.40
##                                                    capable of building relationships       2      0.00          67.40      0.00          67.40
##                                                         capable of initiating action       2      0.00          67.40      0.00          67.40
##                                                                cardholder activation       2      0.00          67.41      0.00          67.41
##                                                                     cardholder usage       2      0.00          67.41      0.00          67.41
##                                                                                 care       2      0.00          67.41      0.00          67.41
##                                                                          care givers       2      0.00          67.42      0.00          67.42
##                                                                      care providers·       2      0.00          67.42      0.00          67.42
##                                                                               carec2       2      0.00          67.43      0.00          67.43
##                                                                      career decision       2      0.00          67.43      0.00          67.43
##                                                                         career goals       2      0.00          67.43      0.00          67.43
##                                                                                caret       2      0.00          67.44      0.00          67.44
##                                                                             carlsbad       2      0.00          67.44      0.00          67.44
##                                                                         case studies       2      0.00          67.44      0.00          67.44
##                                                                                 cash       2      0.00          67.45      0.00          67.45
##                                                             casualty insurance space       2      0.00          67.45      0.00          67.45
##                                                                             catalyst       2      0.00          67.46      0.00          67.46
##                                                                      catered lunches       2      0.00          67.46      0.00          67.46
##                                                                     causal inference       2      0.00          67.46      0.00          67.46
##                                                                     causal relations       2      0.00          67.47      0.00          67.47
##                                                                                cause       2      0.00          67.47      0.00          67.47
##                                                               cause of loss analysis       2      0.00          67.48      0.00          67.48
##                                                                                  cdo       2      0.00          67.48      0.00          67.48
##                                                                          census data       2      0.00          67.48      0.00          67.48
##                                                                        central idaho       2      0.00          67.49      0.00          67.49
##                                                      centralized data analytics work       2      0.00          67.49      0.00          67.49
##                                                          centralized data innovation       2      0.00          67.49      0.00          67.49
##                                                             certain functional areas       2      0.00          67.50      0.00          67.50
##                                                                         certificates       2      0.00          67.50      0.00          67.50
##                                                                                  cfr       2      0.00          67.51      0.00          67.51
##                                                         cfsi financial health leader       2      0.00          67.51      0.00          67.51
##                                                                               chabot       2      0.00          67.51      0.00          67.51
##                                                          challenging client problems       2      0.00          67.52      0.00          67.52
##                                                                     challenging work       2      0.00          67.52      0.00          67.52
##                                                                channeling enthusiasm       2      0.00          67.52      0.00          67.52
##                                                                             channels       2      0.00          67.53      0.00          67.53
##                                                                            character       2      0.00          67.53      0.00          67.53
##                                                           characterizing performance       2      0.00          67.54      0.00          67.54
##                                                                              charter       2      0.00          67.54      0.00          67.54
##                                                                                 chat       2      0.00          67.54      0.00          67.54
##                                                     chemometric statistical modeling       2      0.00          67.55      0.00          67.55
##                                                                              chester       2      0.00          67.55      0.00          67.55
##                                                                           chief data       2      0.00          67.56      0.00          67.56
##                                                            chief information officer       2      0.00          67.56      0.00          67.56
##                                                                           child care       2      0.00          67.56      0.00          67.56
##                                                                    choice of options       2      0.00          67.57      0.00          67.57
##                                                            chosen industry functions       2      0.00          67.57      0.00          67.57
##                                                                                  cio       2      0.00          67.57      0.00          67.57
##                                                       ciox clinical data abstractors       2      0.00          67.58      0.00          67.58
##                                                                          ciox health       2      0.00          67.58      0.00          67.58
##                                                                     civil rights act       2      0.00          67.59      0.00          67.59
##                                                                                  cj1       2      0.00          67.59      0.00          67.59
##                                                                          claims data       2      0.00          67.59      0.00          67.59
##                                                              classification modeling       2      0.00          67.60      0.00          67.60
##                                                            classification techniques       2      0.00          67.60      0.00          67.60
##                                                                 classification trees       2      0.00          67.60      0.00          67.60
##                                                                           clean data       2      0.00          67.61      0.00          67.61
##                                                                    cleaning datasets       2      0.00          67.61      0.00          67.61
##                                                                   clear descriptions       2      0.00          67.62      0.00          67.62
##                                                                            clear eye       2      0.00          67.62      0.00          67.62
##                                                                  clear line of sight       2      0.00          67.62      0.00          67.62
##                                                                         clear vision       2      0.00          67.63      0.00          67.63
##                                                                 clear visualizations       2      0.00          67.63      0.00          67.63
##                                                                            clearance       2      0.00          67.64      0.00          67.64
##                                                                clearance requirement       2      0.00          67.64      0.00          67.64
##                                                      client-driven business problems       2      0.00          67.64      0.00          67.64
##                                             client electronic medical record systems       2      0.00          67.65      0.00          67.65
##                                                                  client expectations       2      0.00          67.65      0.00          67.65
##                                                                        client family       2      0.00          67.65      0.00          67.65
##                                                                   client interaction       2      0.00          67.66      0.00          67.66
##                                                                 client presentations       2      0.00          67.66      0.00          67.66
##                                                                      client problems       2      0.00          67.67      0.00          67.67
##                                                                         client teams       2      0.00          67.67      0.00          67.67
##                                                              clients' business needs       2      0.00          67.67      0.00          67.67
##                                                                   climate controlled       2      0.00          67.68      0.00          67.68
##                                                                               climbs       2      0.00          67.68      0.00          67.68
##                                                            clinical data abstraction       2      0.00          67.68      0.00          67.68
##                                                                  clinical indicators       2      0.00          67.69      0.00          67.69
##                                                                  clinical ontologies       2      0.00          67.69      0.00          67.69
##                                                                    clinical outcomes       2      0.00          67.70      0.00          67.70
##                                                             clinical text extraction       2      0.00          67.70      0.00          67.70
##                                                                 close business deals       2      0.00          67.70      0.00          67.70
##                                                                  close collaboration       2      0.00          67.71      0.00          67.71
##                                                          close supervision of senior       2      0.00          67.71      0.00          67.71
##                                                                             closures       2      0.00          67.72      0.00          67.72
##                                                         cloud-based machine learning       2      0.00          67.72      0.00          67.72
##                                                         cloud computing technologies       2      0.00          67.72      0.00          67.72
##                                                             cloud native environment       2      0.00          67.73      0.00          67.73
##                                                                       cloud services       2      0.00          67.73      0.00          67.73
##                                                                          cloud tools       2      0.00          67.73      0.00          67.73
##                                                                             coaching       2      0.00          67.74      0.00          67.74
##                                                                              cocaine       2      0.00          67.74      0.00          67.74
##                                                                   code documentation       2      0.00          67.75      0.00          67.75
##                                                                      code management       2      0.00          67.75      0.00          67.75
##                                                                          code models       2      0.00          67.75      0.00          67.75
##                                                                         code reviews       2      0.00          67.76      0.00          67.76
##                                                                     coding languages       2      0.00          67.76      0.00          67.76
##                                                                               cohort       2      0.00          67.76      0.00          67.76
##                                                                     cohort selection       2      0.00          67.77      0.00          67.77
##                                                                  collaboration reign       2      0.00          67.77      0.00          67.77
##                                                               collaborative approach       2      0.00          67.78      0.00          67.78
##                                                                collaborative culture       2      0.00          67.78      0.00          67.78
##                                                        collaborative data scientists       2      0.00          67.78      0.00          67.78
##                                                              collaborative filtering       2      0.00          67.79      0.00          67.79
##                                                 collaborative problem-solving skills       2      0.00          67.79      0.00          67.79
##                                                         collaborative software tools       2      0.00          67.80      0.00          67.80
##                                                       collaborative team environment       2      0.00          67.80      0.00          67.80
##                                                            collaborative team player       2      0.00          67.80      0.00          67.80
##                                                  collaborative team work environment       2      0.00          67.81      0.00          67.81
##                                                                          collections       2      0.00          67.81      0.00          67.81
##                                                               collective work output       2      0.00          67.81      0.00          67.81
##                                                               college of engineering       2      0.00          67.82      0.00          67.82
##                                                               college sporting event       2      0.00          67.82      0.00          67.82
##                                                                             columbia       2      0.00          67.83      0.00          67.83
##                                                             combination of education       2      0.00          67.83      0.00          67.83
##                                                          combined international team       2      0.00          67.83      0.00          67.83
##                                                                  comfortable digging       2      0.00          67.84      0.00          67.84
##                                                                             comments       2      0.00          67.84      0.00          67.84
##                                                                  commercial carriers       2      0.00          67.84      0.00          67.84
##                                                                   commercial sources       2      0.00          67.85      0.00          67.85
##                                                                commercial technology       2      0.00          67.85      0.00          67.85
##                                                                   commercial vehicle       2      0.00          67.86      0.00          67.86
##                                                                          commination       2      0.00          67.86      0.00          67.86
##                                                                         common goals       2      0.00          67.86      0.00          67.86
##                                                                      common language       2      0.00          67.87      0.00          67.87
##                                                                      common purpose·       2      0.00          67.87      0.00          67.87
##                                                               common reference point       2      0.00          67.88      0.00          67.88
##                                                                          common view       2      0.00          67.88      0.00          67.88
##                                 communication of key financial revenue driver trends       2      0.00          67.88      0.00          67.88
##                                                               communication services       2      0.00          67.89      0.00          67.89
##                                                                     communities safe       2      0.00          67.89      0.00          67.89
##                                                                   community partners       2      0.00          67.89      0.00          67.89
##                                                                             commuter       2      0.00          67.90      0.00          67.90
##                                                                    commuter benefits       2      0.00          67.90      0.00          67.90
##                                                                            company's       2      0.00          67.91      0.00          67.91
##                                                             company centric approach       2      0.00          67.91      0.00          67.91
##                                                                      company clients       2      0.00          67.91      0.00          67.91
##                                                                   company priorities       2      0.00          67.92      0.00          67.92
##                                                               company profit sharing       2      0.00          67.92      0.00          67.92
##                                                                 company stakeholders       2      0.00          67.92      0.00          67.92
##                                                                      company summary       2      0.00          67.93      0.00          67.93
##                                                             comparative benchmarking       2      0.00          67.93      0.00          67.93
##                                                                   compassionate care       2      0.00          67.94      0.00          67.94
##                                                compatibility of developing solutions       2      0.00          67.94      0.00          67.94
##                                                             compelling business case       2      0.00          67.94      0.00          67.94
##                                                                  compelling graphics       2      0.00          67.95      0.00          67.95
##                                                                    compelling manner       2      0.00          67.95      0.00          67.95
##                                                                   compelling stories       2      0.00          67.95      0.00          67.95
##                                                                compensation packages       2      0.00          67.96      0.00          67.96
##                                                                 competitive benefits       2      0.00          67.96      0.00          67.96
##                                                         competitive benefits package       2      0.00          67.97      0.00          67.97
##                                                                 competitive salaries       2      0.00          67.97      0.00          67.97
##                                                                           competitor       2      0.00          67.97      0.00          67.97
##                                                                  complementary teams       2      0.00          67.98      0.00          67.98
##                                                                 complete assignments       2      0.00          67.98      0.00          67.98
##                                                                         complete eeo       2      0.00          67.99      0.00          67.99
##                                                        complete project deliverables       2      0.00          67.99      0.00          67.99
##                                                                    complete projects       2      0.00          67.99      0.00          67.99
##                                                                       complete stack       2      0.00          68.00      0.00          68.00
##                                                                    complete training       2      0.00          68.00      0.00          68.00
##                                                                   complex activities       2      0.00          68.00      0.00          68.00
##                                                           complex advanced analytics       2      0.00          68.01      0.00          68.01
##                                                          complex analyses accessible       2      0.00          68.01      0.00          68.01
##                                                            complex analytical topics       2      0.00          68.02      0.00          68.02
##                                                                complex data extracts       2      0.00          68.02      0.00          68.02
##                                                                 complex data mapping       2      0.00          68.02      0.00          68.02
##                                                                 complex data sources       2      0.00          68.03      0.00          68.03
##                                 complex database search queries of various databases       2      0.00          68.03      0.00          68.03
##                                                                complex modernization       2      0.00          68.03      0.00          68.03
##                                                                     complex research       2      0.00          68.04      0.00          68.04
##                                                complex software development projects       2      0.00          68.04      0.00          68.04
##                                                           complex technical findings       2      0.00          68.05      0.00          68.05
##                                                        complex technical information       2      0.00          68.05      0.00          68.05
##                                                                        complex world       2      0.00          68.05      0.00          68.05
##                                                      complicated technical questions       2      0.00          68.06      0.00          68.06
##                                                                            complying       2      0.00          68.06      0.00          68.06
##                                                   comprehensive compensation package       2      0.00          68.07      0.00          68.07
##                                                              comprehensive inventory       2      0.00          68.07      0.00          68.07
##                                comprehensive understanding of beacon data structures       2      0.00          68.07      0.00          68.07
##                                                                        computability       2      0.00          68.08      0.00          68.08
##                                                             computational algorithms       2      0.00          68.08      0.00          68.08
##                                                               computational emphasis       2      0.00          68.08      0.00          68.08
##                                                            computational linguistics       2      0.00          68.09      0.00          68.09
##                                                             computational statistics       2      0.00          68.09      0.00          68.09
##                                                                computer architecture       2      0.00          68.10      0.00          68.10
##                                                                        computer code       2      0.00          68.10      0.00          68.10
##                                                         computer information systems       2      0.00          68.10      0.00          68.10
##                                                                   computer languages       2      0.00          68.11      0.00          68.11
##                                                            computer science concepts       2      0.00          68.11      0.00          68.11
##                                                                    computer terminal       2      0.00          68.11      0.00          68.11
##                                                                             computes       2      0.00          68.12      0.00          68.12
##                                                               computing environments       2      0.00          68.12      0.00          68.12
##                                                                 computing frameworks       2      0.00          68.13      0.00          68.13
##                                                                computing scholarship       2      0.00          68.13      0.00          68.13
##                                                                     concept analyses       2      0.00          68.13      0.00          68.13
##                                                                        concise memos       2      0.00          68.14      0.00          68.14
##                                                                  concrete prototypes       2      0.00          68.14      0.00          68.14
##                                                                            condition       2      0.00          68.15      0.00          68.15
##                                                             conditions of employment       2      0.00          68.15      0.00          68.15
##                                              conduct algorithm quality trade studies       2      0.00          68.15      0.00          68.15
##                                                                conduct data analyses       2      0.00          68.16      0.00          68.16
##                                                                conduct data analysis       2      0.00          68.16      0.00          68.16
##                                                        conduct hypothesis validation       2      0.00          68.16      0.00          68.16
##                                                                           confidence       2      0.00          68.17      0.00          68.17
##                                                             configuration management       2      0.00          68.17      0.00          68.17
##                                                                            conflicts       2      0.00          68.18      0.00          68.18
##                                                                           confluence       2      0.00          68.18      0.00          68.18
##                                                                            connected       2      0.00          68.18      0.00          68.18
##                                                                   connected machines       2      0.00          68.19      0.00          68.19
##                                                                           connection       2      0.00          68.19      0.00          68.19
##                                                             consolidated environment       2      0.00          68.19      0.00          68.19
##                                                                   consolidated views       2      0.00          68.20      0.00          68.20
##                                                                            construct       2      0.00          68.20      0.00          68.20
##                                                                constructive dialogue       2      0.00          68.21      0.00          68.21
##                                                  consultancy development environment       2      0.00          68.21      0.00          68.21
##                                                                         consultation       2      0.00          68.21      0.00          68.21
##                                                                      consulting firm       2      0.00          68.22      0.00          68.22
##                                                                  consulting services       2      0.00          68.22      0.00          68.22
##                                                          consumer-driven environment       2      0.00          68.23      0.00          68.23
##                                                                      consumer graphs       2      0.00          68.23      0.00          68.23
##                                                                          consumption       2      0.00          68.23      0.00          68.23
##                                                                             contacts       2      0.00          68.24      0.00          68.24
##                                                                     containerization       2      0.00          68.24      0.00          68.24
##                                                                           containers       2      0.00          68.24      0.00          68.24
##                                                     contemporary scripting languages       2      0.00          68.25      0.00          68.25
##                                                                  content measurement       2      0.00          68.25      0.00          68.25
##                                                                     continued growth       2      0.00          68.26      0.00          68.26
##                                                                continued involvement       2      0.00          68.26      0.00          68.26
##                                                                    continued success       2      0.00          68.26      0.00          68.26
##                                                         continued success of nielsen       2      0.00          68.27      0.00          68.27
##                                                               continuous development       2      0.00          68.27      0.00          68.27
##                                                                continuous efficiency       2      0.00          68.27      0.00          68.27
##                                                    continuous improvement approaches       2      0.00          68.28      0.00          68.28
##                                           continuous monitoring of model performance       2      0.00          68.28      0.00          68.28
##                                                                             contract       2      0.00          68.29      0.00          68.29
##                                                                           contractor       2      0.00          68.29      0.00          68.29
##                                                                 contractor personnel       2      0.00          68.29      0.00          68.29
##                                                                            contracts       2      0.00          68.30      0.00          68.30
##                                                                          control act       2      0.00          68.30      0.00          68.30
##                                                                             controls       2      0.00          68.31      0.00          68.31
##                                                                              cooling       2      0.00          68.31      0.00          68.31
##                                                                          cooperation       2      0.00          68.31      0.00          68.31
##                                                               coordination of agency       2      0.00          68.32      0.00          68.32
##                                                                        coordinators·       2      0.00          68.32      0.00          68.32
##                                                                      core components       2      0.00          68.32      0.00          68.32
##                                                                         core element       2      0.00          68.33      0.00          68.33
##                                                                               corner       2      0.00          68.33      0.00          68.33
##                                                                                 corp       2      0.00          68.34      0.00          68.34
##                                                          corporate data science team       2      0.00          68.34      0.00          68.34
##                                                                  corporate functions       2      0.00          68.34      0.00          68.34
##                                                                     corporate office       2      0.00          68.35      0.00          68.35
##                                                                   corporate strategy       2      0.00          68.35      0.00          68.35
##                                                                          corrections       2      0.00          68.35      0.00          68.35
##                                                  corresponding operational processes       2      0.00          68.36      0.00          68.36
##                                                                cost-effective manner       2      0.00          68.36      0.00          68.36
##                                                                       cost of living       2      0.00          68.37      0.00          68.37
##                                                                              courage       2      0.00          68.37      0.00          68.37
##                                                                        courses letgo       2      0.00          68.37      0.00          68.37
##                                                                             coverent       2      0.00          68.38      0.00          68.38
##                                                                            coworkers       2      0.00          68.38      0.00          68.38
##                                                                               cracks       2      0.00          68.39      0.00          68.39
##                                                                                craft       2      0.00          68.39      0.00          68.39
##                                                 creation of innovative methodologies       2      0.00          68.39      0.00          68.39
##                                                           creative use of applicable       2      0.00          68.40      0.00          68.40
##                                                                             creators       2      0.00          68.40      0.00          68.40
##                                                       credit card customer lifecycle       2      0.00          68.40      0.00          68.40
##                                                  credit card portfolio profitability       2      0.00          68.41      0.00          68.41
##                                                                       credit cards p       2      0.00          68.41      0.00          68.41
##                                                                     criminal history       2      0.00          68.42      0.00          68.42
##                                                               criminal history check       2      0.00          68.42      0.00          68.42
##                                                       criminal history investigation       2      0.00          68.42      0.00          68.42
##                                                                     criminal justice       2      0.00          68.43      0.00          68.43
##                                                              critical big data tasks       2      0.00          68.43      0.00          68.43
##                                                             critical business issues       2      0.00          68.43      0.00          68.43
##                                                          critical business processes       2      0.00          68.44      0.00          68.44
##                                                                   critical databases       2      0.00          68.44      0.00          68.44
##                                                                    critical feedback       2      0.00          68.45      0.00          68.45
##                                                                      critical issues       2      0.00          68.45      0.00          68.45
##                                                                     critical thinker       2      0.00          68.45      0.00          68.45
##                                                   critical thinking skills necessary       2      0.00          68.46      0.00          68.46
##                                                                            criticism       2      0.00          68.46      0.00          68.46
##                                                                                cross       2      0.00          68.47      0.00          68.47
##                                                                        cross-channel       2      0.00          68.47      0.00          68.47
##                                                              cross-disciplinary team       2      0.00          68.47      0.00          68.47
##                                                  cross-discipline team collaboration       2      0.00          68.48      0.00          68.48
##                                              cross-functional agile development team       2      0.00          68.48      0.00          68.48
##                                                            cross-functional projects       2      0.00          68.48      0.00          68.48
##                                                  cross-platform audience measurement       2      0.00          68.49      0.00          68.49
##                                            cross-platform optimization opportunities       2      0.00          68.49      0.00          68.49
##                                                                            csci team       2      0.00          68.50      0.00          68.50
##                                                                               csharp       2      0.00          68.50      0.00          68.50
##                                                                     cuda programming       2      0.00          68.50      0.00          68.50
##                                                                culture of leadership       2      0.00          68.51      0.00          68.51
##                                                            curated best-fit contents       2      0.00          68.51      0.00          68.51
##                                                                    current processes       2      0.00          68.51      0.00          68.51
##                                                                       current skills       2      0.00          68.52      0.00          68.52
##                                                               curriculum development       2      0.00          68.52      0.00          68.52
##                                                                        custom python       2      0.00          68.53      0.00          68.53
##                                                  customer-centric business decisions       2      0.00          68.53      0.00          68.53
##                                                     customer-level predictive models       2      0.00          68.53      0.00          68.53
##                                                                 customer acquisition       2      0.00          68.54      0.00          68.54
##                                                        customer analytics experience       2      0.00          68.54      0.00          68.54
##                                                                customer applications       2      0.00          68.55      0.00          68.55
##                                                                        customer data       2      0.00          68.55      0.00          68.55
##                                                               customer data holdings       2      0.00          68.55      0.00          68.55
##                                                               customer data platform       2      0.00          68.56      0.00          68.56
##                                                     customer experience optimization       2      0.00          68.56      0.00          68.56
##                                                                customer interactions       2      0.00          68.56      0.00          68.56
##                                                                     customer loyalty       2      0.00          68.57      0.00          68.57
##                                                                   customer obsession       2      0.00          68.57      0.00          68.57
##                                                                    customer problems       2      0.00          68.58      0.00          68.58
##                                                                   customer profiling       2      0.00          68.58      0.00          68.58
##                                                                customer service team       2      0.00          68.58      0.00          68.58
##                                                                     customer systems       2      0.00          68.59      0.00          68.59
##                                                                       customer types       2      0.00          68.59      0.00          68.59
##                                                                   customized content       2      0.00          68.59      0.00          68.59
##                                             cutting-edge machine learning techniques       2      0.00          68.60      0.00          68.60
##                                               cutting-edge technology skill learning       2      0.00          68.60      0.00          68.60
##                                                                         cutting edge       2      0.00          68.61      0.00          68.61
##                                                    cutting edge consumer experiences       2      0.00          68.61      0.00          68.61
##                                                              cutting edge technology       2      0.00          68.61      0.00          68.61
##                                                                                   cv       2      0.00          68.62      0.00          68.62
##                                                                      cvent customers       2      0.00          68.62      0.00          68.62
##                                                                      cvent solutions       2      0.00          68.63      0.00          68.63
##                                                                                   cx       2      0.00          68.63      0.00          68.63
##                                                                        cyber domains       2      0.00          68.63      0.00          68.63
##                                                            cyber security data types       2      0.00          68.64      0.00          68.64
##                                                                               d love       2      0.00          68.64      0.00          68.64
##                                                                       d organization       2      0.00          68.64      0.00          68.64
##                                                                          daily basis       2      0.00          68.65      0.00          68.65
##                                                                     daily challenges       2      0.00          68.65      0.00          68.65
##                                                                            dashboard       2      0.00          68.66      0.00          68.66
##                                                   data-driven analytics capabilities       2      0.00          68.66      0.00          68.66
##                                                                data-driven decisions       2      0.00          68.66      0.00          68.66
##                                                               data-driven experience       2      0.00          68.67      0.00          68.67
##                                                              data-related operations       2      0.00          68.67      0.00          68.67
##                                                                          data access       2      0.00          68.67      0.00          68.67
##                                                          data aggregation techniques       2      0.00          68.68      0.00          68.68
##                                                          data analysis professionals       2      0.00          68.68      0.00          68.68
##                                                                data analysis testing       2      0.00          68.69      0.00          68.69
##                                                              data analysis workflows       2      0.00          68.69      0.00          68.69
##                                                             data analytic approaches       2      0.00          68.69      0.00          68.69
##                                                            data analytics experience       2      0.00          68.70      0.00          68.70
##                                                        data analytics infrastructure       2      0.00          68.70      0.00          68.70
##                                                               data analytics systems       2      0.00          68.71      0.00          68.71
##                                                            data analytics techniques       2      0.00          68.71      0.00          68.71
##                                                                        data clean-up       2      0.00          68.71      0.00          68.71
##                                                                    data conditioning       2      0.00          68.72      0.00          68.72
##                                                                         data context       2      0.00          68.72      0.00          68.72
##                                                                    data dictionaries       2      0.00          68.72      0.00          68.72
##                                                                 data driven decision       2      0.00          68.73      0.00          68.73
##                                                                data driven decisions       2      0.00          68.73      0.00          68.73
##                                                                 data driven projects       2      0.00          68.74      0.00          68.74
##                                                               data driven technology       2      0.00          68.74      0.00          68.74
##                                                          data engineering challenges       2      0.00          68.74      0.00          68.74
##                                                          data engineering experience       2      0.00          68.75      0.00          68.75
##                                                           data engineering pipelines       2      0.00          68.75      0.00          68.75
##                                                                        data exchange       2      0.00          68.75      0.00          68.75
##                                                                    data focused role       2      0.00          68.76      0.00          68.76
##                                                                data handling methods       2      0.00          68.76      0.00          68.76
##                                                                          data issues       2      0.00          68.77      0.00          68.77
##                                                                             data lab       2      0.00          68.77      0.00          68.77
##                                                             data management problems       2      0.00          68.77      0.00          68.77
##                                                              data management process       2      0.00          68.78      0.00          68.78
##                                                              data management systems       2      0.00          68.78      0.00          68.78
##                                                            data manipulation queries       2      0.00          68.79      0.00          68.79
##                                                                 data mining projects       2      0.00          68.79      0.00          68.79
##                                                               data mining researcher       2      0.00          68.79      0.00          68.79
##                                                              data modeling processes       2      0.00          68.80      0.00          68.80
##                                                      data needs of assigned projects       2      0.00          68.80      0.00          68.80
##                                                         data organization challenges       2      0.00          68.80      0.00          68.80
##                                                             data pattern recognition       2      0.00          68.81      0.00          68.81
##                                                                        data pipeline       2      0.00          68.81      0.00          68.81
##                                                                       data platforms       2      0.00          68.82      0.00          68.82
##                                                                  data pre-processing       2      0.00          68.82      0.00          68.82
##                                                                        data prepping       2      0.00          68.82      0.00          68.82
##                                                         data processing technologies       2      0.00          68.83      0.00          68.83
##                                                                data product projects       2      0.00          68.83      0.00          68.83
##                                                                        data products       2      0.00          68.83      0.00          68.83
##                                                                           data pulls       2      0.00          68.84      0.00          68.84
##                                                                  data quality issues       2      0.00          68.84      0.00          68.84
##                                                                   data quality needs       2      0.00          68.85      0.00          68.85
##                                                                     data reliability       2      0.00          68.85      0.00          68.85
##                                                          data science - usa new york       2      0.00          68.85      0.00          68.85
##                                                             data science communities       2      0.00          68.86      0.00          68.86
##                                                                data science concepts       2      0.00          68.86      0.00          68.86
##                                                                data science division       2      0.00          68.87      0.00          68.87
##                                                             data science focus areas       2      0.00          68.87      0.00          68.87
##                                                                   data science group       2      0.00          68.87      0.00          68.87
##                                                             data science initiatives       2      0.00          68.88      0.00          68.88
##                                                              data science operations       2      0.00          68.88      0.00          68.88
##                                                              data science principals       2      0.00          68.88      0.00          68.88
##                                                       data science product solutions       2      0.00          68.89      0.00          68.89
##                                                               data science workflows       2      0.00          68.89      0.00          68.89
##                                                                   data scientist-usa       2      0.00          68.90      0.00          68.90
##                                                  data scientist divisional functions       2      0.00          68.90      0.00          68.90
##                                                          data scientist professional       2      0.00          68.90      0.00          68.90
##                                                               data scientist reports       2      0.00          68.91      0.00          68.91
##                                                                   data set processes       2      0.00          68.91      0.00          68.91
##                                                                          data stores       2      0.00          68.91      0.00          68.91
##                                                                       data structure       2      0.00          68.92      0.00          68.92
##                                   data structures strong software development skills       2      0.00          68.92      0.00          68.92
##                                                                         data systems       2      0.00          68.93      0.00          68.93
##                                                                            data team       2      0.00          68.93      0.00          68.93
##                                                                           data tools       2      0.00          68.93      0.00          68.93
##                                                                         data travels       2      0.00          68.94      0.00          68.94
##                                                                          data values       2      0.00          68.94      0.00          68.94
##                                                          data visualization packages       2      0.00          68.95      0.00          68.95
##                                                                      data warehouses       2      0.00          68.95      0.00          68.95
##                                                           data warehousing solutions       2      0.00          68.95      0.00          68.95
##                                                               database architectures       2      0.00          68.96      0.00          68.96
##                                                                      database backup       2      0.00          68.96      0.00          68.96
##                                                                  database experience       2      0.00          68.96      0.00          68.96
##                                                                   database knowledge       2      0.00          68.97      0.00          68.97
##                                                                   database languages       2      0.00          68.97      0.00          68.97
##                                                            database management tools       2      0.00          68.98      0.00          68.98
##                                                           database querying language       2      0.00          68.98      0.00          68.98
##                                                         dataset management pipelines       2      0.00          68.98      0.00          68.98
##                                                                           date types       2      0.00          68.99      0.00          68.99
##                                                                     day-to-day tasks       2      0.00          68.99      0.00          68.99
##                                                                              day job       2      0.00          68.99      0.00          68.99
##                                                                             day work       2      0.00          69.00      0.00          69.00
##                                                                                  dba       2      0.00          69.00      0.00          69.00
##                                                                      decision makers       2      0.00          69.01      0.00          69.01
##                                                                     decision systems       2      0.00          69.01      0.00          69.01
##                                                                          decorations       2      0.00          69.01      0.00          69.01
##                                                           decormatters engineer team       2      0.00          69.02      0.00          69.02
##                                                                dedicated connections       2      0.00          69.02      0.00          69.02
##                                                                dedicated individuals       2      0.00          69.02      0.00          69.02
##                                                               deep analytical skills       2      0.00          69.03      0.00          69.03
##                                                                   deep data analyses       2      0.00          69.03      0.00          69.03
##                                                                   deep domain expert       2      0.00          69.04      0.00          69.04
##                                                                       deep expertise       2      0.00          69.04      0.00          69.04
##                                                          deep learning architectures       2      0.00          69.04      0.00          69.04
##                                                         deep learning model training       2      0.00          69.05      0.00          69.05
##                                                               deep learning packages       2      0.00          69.05      0.00          69.05
##                                                            deep learning researchers       2      0.00          69.06      0.00          69.06
##                                                                  deep learning space       2      0.00          69.06      0.00          69.06
##                                                       deep learning training systems       2      0.00          69.06      0.00          69.06
##                                                                   deep sql expertise       2      0.00          69.07      0.00          69.07
##                                                                    defense solutions       2      0.00          69.07      0.00          69.07
##                                                                      defined problem       2      0.00          69.07      0.00          69.07
##                                                                           definition       2      0.00          69.08      0.00          69.08
##                                                                   definition of work       2      0.00          69.08      0.00          69.08
##                                                                  degree requirements       2      0.00          69.09      0.00          69.09
##                                                                              degrees       2      0.00          69.09      0.00          69.09
##                                                                 delight of discovery       2      0.00          69.09      0.00          69.09
##                                                                     delivery of care       2      0.00          69.10      0.00          69.10
##                                                     delivery of world class programs       2      0.00          69.10      0.00          69.10
##                                                                              demands       2      0.00          69.10      0.00          69.10
##                                                                            democracy       2      0.00          69.11      0.00          69.11
##                                                                               dental       2      0.00          69.11      0.00          69.11
##                                                                 dental care premiums       2      0.00          69.12      0.00          69.12
##                                               department of defense secret clearance       2      0.00          69.12      0.00          69.12
##                                          department of homeland security suitability       2      0.00          69.12      0.00          69.12
##                                                                           dependents       2      0.00          69.13      0.00          69.13
##                                                deployment of machine learning models       2      0.00          69.13      0.00          69.13
##                                                   deployment of statistical analysis       2      0.00          69.14      0.00          69.14
##                                                deployment ready analytical solutions       2      0.00          69.14      0.00          69.14
##                                                         deriving actionable insights       2      0.00          69.14      0.00          69.14
##                                                                         descriptions       2      0.00          69.15      0.00          69.15
##                                                                 design documentation       2      0.00          69.15      0.00          69.15
##                                                                   design experiments       2      0.00          69.15      0.00          69.15
##                                                                 design modifications       2      0.00          69.16      0.00          69.16
##                                                                    design operations       2      0.00          69.16      0.00          69.16
##                                                                    design strategies       2      0.00          69.17      0.00          69.17
##                                                                 design technologists       2      0.00          69.17      0.00          69.17
##                                                              desired characteristics       2      0.00          69.17      0.00          69.17
##                                                                  destination company       2      0.00          69.18      0.00          69.18
##                                                                            detection       2      0.00          69.18      0.00          69.18
##                                                           deterministic optimization       2      0.00          69.18      0.00          69.18
##                                                                       developed code       2      0.00          69.19      0.00          69.19
##                                                                developing algorithms       2      0.00          69.19      0.00          69.19
##                                                                 developing solutions       2      0.00          69.20      0.00          69.20
##                                                  development of computational models       2      0.00          69.20      0.00          69.20
##                                                     development of dashboard reports       2      0.00          69.20      0.00          69.20
##                                               development of innovative optimization       2      0.00          69.21      0.00          69.21
##                                                           development of sql queries       2      0.00          69.21      0.00          69.21
##                                                   development of system requirements       2      0.00          69.22      0.00          69.22
##                                     development of systems engineering documentation       2      0.00          69.22      0.00          69.22
##                                                                    development plans       2      0.00          69.22      0.00          69.22
##                                                                   development policy       2      0.00          69.23      0.00          69.23
##                                                               development principles       2      0.00          69.23      0.00          69.23
##                                                                    development stage       2      0.00          69.23      0.00          69.23
##                                                         development systems software       2      0.00          69.24      0.00          69.24
##                                                                    development teams       2      0.00          69.24      0.00          69.24
##                                                                        devops skills       2      0.00          69.25      0.00          69.25
##                                                        diagnostics of infrastructure       2      0.00          69.25      0.00          69.25
##                                                                          differences       2      0.00          69.25      0.00          69.25
##                                                                 different algorithms       2      0.00          69.26      0.00          69.26
##                                                                 different approaches       2      0.00          69.26      0.00          69.26
##                                                                      different areas       2      0.00          69.26      0.00          69.26
##                                                                     different brands       2      0.00          69.27      0.00          69.27
##                                                         different business functions       2      0.00          69.27      0.00          69.27
##                                                                        different mix       2      0.00          69.28      0.00          69.28
##                                                                     different models       2      0.00          69.28      0.00          69.28
##                                                                 different strategies       2      0.00          69.28      0.00          69.28
##                                                                      different users       2      0.00          69.29      0.00          69.29
##                                                                 different viewpoints       2      0.00          69.29      0.00          69.29
##                                                               differentiated product       2      0.00          69.30      0.00          69.30
##                                                         differing technology domains       2      0.00          69.30      0.00          69.30
##                                                       digital consumer behavior data       2      0.00          69.30      0.00          69.30
##                                                                    digital ecosystem       2      0.00          69.31      0.00          69.31
##                                                                          digital era       2      0.00          69.31      0.00          69.31
##                                                                  digital experiences       2      0.00          69.31      0.00          69.31
##                                                              digital innovation team       2      0.00          69.32      0.00          69.32
##                                                              digital lending process       2      0.00          69.32      0.00          69.32
##                                                                    digital marketers       2      0.00          69.33      0.00          69.33
##                                                               digital marketing data       2      0.00          69.33      0.00          69.33
##                                                                  digital methodology       2      0.00          69.33      0.00          69.33
##                                                                 digital product team       2      0.00          69.34      0.00          69.34
##                                                                     digital products       2      0.00          69.34      0.00          69.34
##                                                                    digital solutions       2      0.00          69.34      0.00          69.34
##                                                                         digitalocean       2      0.00          69.35      0.00          69.35
##                                                                       direct support       2      0.00          69.35      0.00          69.35
##                                                                         directorates       2      0.00          69.36      0.00          69.36
##                                                                disability assistance       2      0.00          69.36      0.00          69.36
##                                                                  disability coverage       2      0.00          69.36      0.00          69.36
##                                                                    disabled veterans       2      0.00          69.37      0.00          69.37
##                                                                           disclosure       2      0.00          69.37      0.00          69.37
##                                                                             discover       2      0.00          69.38      0.00          69.38
##                                                                          discoveries       2      0.00          69.38      0.00          69.38
##                                                                            discovery       2      0.00          69.38      0.00          69.38
##                                     discovery of potential usage of ciox data assets       2      0.00          69.39      0.00          69.39
##                                                               discrete clinical data       2      0.00          69.39      0.00          69.39
##                                                                         distractions       2      0.00          69.39      0.00          69.39
##                                                    distributed computing environment       2      0.00          69.40      0.00          69.40
##                                                                                 dive       2      0.00          69.40      0.00          69.40
##                                                                  diverse backgrounds       2      0.00          69.41      0.00          69.41
##                                                                     diverse datasets       2      0.00          69.41      0.00          69.41
##                                                                  diverse geographics       2      0.00          69.41      0.00          69.41
##                                                              diverse range of agency       2      0.00          69.42      0.00          69.42
##                                                              diversity of experience       2      0.00          69.42      0.00          69.42
##                                                                         diversityinc       2      0.00          69.42      0.00          69.42
##                                                                    divisional duties       2      0.00          69.43      0.00          69.43
##                                                                     dmadv principles       2      0.00          69.43      0.00          69.43
##                                                                                dmaic       2      0.00          69.44      0.00          69.44
##                                                                                 dmps       2      0.00          69.44      0.00          69.44
##                                                                            doctorate       2      0.00          69.44      0.00          69.44
##                                                                  document clustering       2      0.00          69.45      0.00          69.45
##                                                              document identification       2      0.00          69.45      0.00          69.45
##                                                         document performance metrics       2      0.00          69.46      0.00          69.46
##                                                              documentation standards       2      0.00          69.46      0.00          69.46
##                                                                                 docx       2      0.00          69.46      0.00          69.46
##                                                                                  dod       2      0.00          69.47      0.00          69.47
##                                                                                doers       2      0.00          69.47      0.00          69.47
##                                                                                doing       2      0.00          69.47      0.00          69.47
##                                                                       dollar general       2      0.00          69.48      0.00          69.48
##                                                                               domain       2      0.00          69.48      0.00          69.48
##                                                                                 domo       2      0.00          69.49      0.00          69.49
##                                                                            downloads       2      0.00          69.49      0.00          69.49
##                                                          draft business requirements       2      0.00          69.49      0.00          69.49
##                                                        drafting of technical reports       2      0.00          69.50      0.00          69.50
##                                                                                drama       2      0.00          69.50      0.00          69.50
##                                                                           dream home       2      0.00          69.50      0.00          69.50
##                                                                  drilling industries       2      0.00          69.51      0.00          69.51
##                                                                       drive decision       2      0.00          69.51      0.00          69.51
##                                                         drive key business decisions       2      0.00          69.52      0.00          69.52
##                                                                  drive profitability       2      0.00          69.52      0.00          69.52
##                                                                        drive revenue       2      0.00          69.52      0.00          69.52
##                                                                      drive solutions       2      0.00          69.53      0.00          69.53
##                                                             drive thought leadership       2      0.00          69.53      0.00          69.53
##                                                                        driven people       2      0.00          69.54      0.00          69.54
##                                                                     drives decisions       2      0.00          69.54      0.00          69.54
##                                                                            drug free       2      0.00          69.54      0.00          69.54
##                                                                  drug free workplace       2      0.00          69.55      0.00          69.55
##                                                                          drug screen       2      0.00          69.55      0.00          69.55
##                                                                                 dsps       2      0.00          69.55      0.00          69.55
##                                                                                 dsrd       2      0.00          69.56      0.00          69.56
##                                                                        dst personnel       2      0.00          69.56      0.00          69.56
##                                                                         dst team oic       2      0.00          69.57      0.00          69.57
##                                                                             duration       2      0.00          69.57      0.00          69.57
##                                                                                 duty       2      0.00          69.57      0.00          69.57
##                                                          dynamic cybersecurity rules       2      0.00          69.58      0.00          69.58
##                                                                       dynamic models       2      0.00          69.58      0.00          69.58
##                                                                  dynamic programming       2      0.00          69.58      0.00          69.58
##                                                                        dynamic rules       2      0.00          69.59      0.00          69.59
##                                                                        dynamic teams       2      0.00          69.59      0.00          69.59
##                                                                            eagerness       2      0.00          69.60      0.00          69.60
##                                                                                earth       2      0.00          69.60      0.00          69.60
##                                                                          easy access       2      0.00          69.60      0.00          69.60
##                                                                           eco-system       2      0.00          69.61      0.00          69.61
##                                                                 econometric modeling       2      0.00          69.61      0.00          69.61
##                                                                    economic training       2      0.00          69.62      0.00          69.62
##                                                                            ecosystem       2      0.00          69.62      0.00          69.62
##                                                                                 edge       2      0.00          69.62      0.00          69.62
##                                                                   edge deep learning       2      0.00          69.63      0.00          69.63
##                                                                    edge technologies       2      0.00          69.63      0.00          69.63
##                                                         education application fields       2      0.00          69.63      0.00          69.63
##                                                              education reimbursement       2      0.00          69.64      0.00          69.64
##                                                               education requirements       2      0.00          69.64      0.00          69.64
##                                                               education verification       2      0.00          69.65      0.00          69.65
##                                                                      eeoc guidelines       2      0.00          69.65      0.00          69.65
##                                                              effective collaboration       2      0.00          69.65      0.00          69.65
##                                                              effective communication       2      0.00          69.66      0.00          69.66
##                                                        effective learning experience       2      0.00          69.66      0.00          69.66
##                                                    effective use of listening skills       2      0.00          69.66      0.00          69.66
##                                                                effective utilization       2      0.00          69.67      0.00          69.67
##                                                   effectiveness of internal controls       2      0.00          69.67      0.00          69.67
##                                                     effectiveness of risk management       2      0.00          69.68      0.00          69.68
##                                                                 efficient algorithms       2      0.00          69.68      0.00          69.68
##                                                              efficient communication       2      0.00          69.68      0.00          69.68
##                                                    efficient data pipeline processes       2      0.00          69.69      0.00          69.69
##                                                                        efficient lab       2      0.00          69.69      0.00          69.69
##                                                                     efficient manner       2      0.00          69.70      0.00          69.70
##                                                                                 egos       2      0.00          69.70      0.00          69.70
##                                                                           elasticity       2      0.00          69.70      0.00          69.70
##                                                                        elasticsearch       2      0.00          69.71      0.00          69.71
##                                                                           elder care       2      0.00          69.71      0.00          69.71
##                                                          electronic data interchange       2      0.00          69.71      0.00          69.71
##                                                                 electronic databases       2      0.00          69.72      0.00          69.72
##                                                                                  elk       2      0.00          69.72      0.00          69.72
##                                                                            ellie mae       2      0.00          69.73      0.00          69.73
##                                                                                 else       2      0.00          69.73      0.00          69.73
##                                                                             elutions       2      0.00          69.73      0.00          69.73
##                                                                        email address       2      0.00          69.74      0.00          69.74
##                                                                          email files       2      0.00          69.74      0.00          69.74
##                                                                      email marketing       2      0.00          69.74      0.00          69.74
##                                                                     email purporting       2      0.00          69.75      0.00          69.75
##                                                                               emails       2      0.00          69.75      0.00          69.75
##                                                                          emergencies       2      0.00          69.76      0.00          69.76
##                                                        emerging digital technologies       2      0.00          69.76      0.00          69.76
##                                                               emotional intelligence       2      0.00          69.76      0.00          69.76
##                                                         empirical insights necessary       2      0.00          69.77      0.00          69.77
##                                                                    employee's growth       2      0.00          69.77      0.00          69.77
##                                                                     employee-focused       2      0.00          69.78      0.00          69.78
##                                                                  employee experience       2      0.00          69.78      0.00          69.78
##                                                                      employee status       2      0.00          69.78      0.00          69.78
##                                                                             employer       2      0.00          69.79      0.00          69.79
##                                                                 employment agreement       2      0.00          69.79      0.00          69.79
##                                                       employment application process       2      0.00          69.79      0.00          69.79
##                                                                  employment benefits       2      0.00          69.80      0.00          69.80
##                                                                  employment contract       2      0.00          69.80      0.00          69.80
##                                                                 employment decisions       2      0.00          69.81      0.00          69.81
##                                                  employment eligibility verification       2      0.00          69.81      0.00          69.81
##                                                                 employment practices       2      0.00          69.81      0.00          69.81
##                                                     employment qualified individuals       2      0.00          69.82      0.00          69.82
##                                              employment qualified protected veterans       2      0.00          69.82      0.00          69.82
##                                                                   empowering clients       2      0.00          69.82      0.00          69.82
##                                                                    empowering people       2      0.00          69.83      0.00          69.83
##                                                                       emr data feeds       2      0.00          69.83      0.00          69.83
##                                                                        encouragement       2      0.00          69.84      0.00          69.84
##                                                                end-to-end experience       2      0.00          69.84      0.00          69.84
##                                                                 end-to-end ownership       2      0.00          69.84      0.00          69.84
##                                                          end-to-end proof of concept       2      0.00          69.85      0.00          69.85
##                                                                   end-user customers       2      0.00          69.85      0.00          69.85
##                                                                            end-users       2      0.00          69.86      0.00          69.86
##                                                       energy optimization algorithms       2      0.00          69.86      0.00          69.86
##                                                                 engaging environment       2      0.00          69.86      0.00          69.86
##                                                  engineering database administration       2      0.00          69.87      0.00          69.87
##                                                               engineering department       2      0.00          69.87      0.00          69.87
##                                                                   engineering groups       2      0.00          69.87      0.00          69.87
##                                                                 engineering problems       2      0.00          69.88      0.00          69.88
##                                          enhanced audience measurement methodologies       2      0.00          69.88      0.00          69.88
##                                                                 ensemble classifiers       2      0.00          69.89      0.00          69.89
##                                                                           ensembling       2      0.00          69.89      0.00          69.89
##                                                                      enterprise data       2      0.00          69.89      0.00          69.89
##                                                                     enterprise miner       2      0.00          69.90      0.00          69.90
##                                                                 enterprise solutions       2      0.00          69.90      0.00          69.90
##                                                                   enterprise testing       2      0.00          69.90      0.00          69.90
##                                                                        entertainment       2      0.00          69.91      0.00          69.91
##                                                               entertainment industry       2      0.00          69.91      0.00          69.91
##                                                                entire care continuum       2      0.00          69.92      0.00          69.92
##                                                                       entire company       2      0.00          69.92      0.00          69.92
##                                                  entire event management value chain       2      0.00          69.92      0.00          69.92
##                                                                       entire process       2      0.00          69.93      0.00          69.93
##                                                                     entity detection       2      0.00          69.93      0.00          69.93
##                                                                entrepreneurial focus       2      0.00          69.94      0.00          69.94
##                                                                envelope calculations       2      0.00          69.94      0.00          69.94
##                                                                environment of growth       2      0.00          69.94      0.00          69.94
##                                                                               eoe aa       2      0.00          69.95      0.00          69.95
##                                                                        eoe statement       2      0.00          69.95      0.00          69.95
##                                                                     episodes of care       2      0.00          69.95      0.00          69.95
##                                                                            equal opp       2      0.00          69.96      0.00          69.96
##                                                                             equities       2      0.00          69.96      0.00          69.96
##                                                                  equity compensation       2      0.00          69.97      0.00          69.97
##                                                                 equivalent education       2      0.00          69.97      0.00          69.97
##                                                        equivalent quantitative field       2      0.00          69.97      0.00          69.97
##                                                                    erd data modeling       2      0.00          69.98      0.00          69.98
##                                                                       essential duty       2      0.00          69.98      0.00          69.98
##                                                           essential responsibilities       2      0.00          69.98      0.00          69.98
##                                                                       essential tool       2      0.00          69.99      0.00          69.99
##                                                        established team of top-notch       2      0.00          69.99      0.00          69.99
##                                                        estimation of useful features       2      0.00          70.00      0.00          70.00
##                                                  evaluation of data analytic vendors       2      0.00          70.00      0.00          70.00
##                                                               evaluation of evidence       2      0.00          70.00      0.00          70.00
##                                                                   evangelist of data       2      0.00          70.01      0.00          70.01
##                                                                       event planners       2      0.00          70.01      0.00          70.01
##                                                            ever-changing environment       2      0.00          70.02      0.00          70.02
##                                                               examinations committee       2      0.00          70.02      0.00          70.02
##                                                                   excellent benefits       2      0.00          70.02      0.00          70.02
##                                                          excellent command of python       2      0.00          70.03      0.00          70.03
##                                                      excellent communications skills       2      0.00          70.03      0.00          70.03
##                                                                     excellent health       2      0.00          70.03      0.00          70.03
##                                                            excellent health benefits       2      0.00          70.04      0.00          70.04
##                                                       excellent interpersonal skills       2      0.00          70.04      0.00          70.04
##                                                                  excellent knowledge       2      0.00          70.05      0.00          70.05
##                                                                excellent opportunity       2      0.00          70.05      0.00          70.05
##                                                  excellent oral communication skills       2      0.00          70.05      0.00          70.05
##                                                                       excellent work       2      0.00          70.06      0.00          70.06
##                                                            exceptional coding skills       2      0.00          70.06      0.00          70.06
##                                                   exceptional time management skills       2      0.00          70.06      0.00          70.06
##                                                                           excitement       2      0.00          70.07      0.00          70.07
##                                                                exciting mix of urban       2      0.00          70.07      0.00          70.07
##                                                                exciting new contract       2      0.00          70.08      0.00          70.08
##                                                         exciting start-up atmosphere       2      0.00          70.08      0.00          70.08
##                                                                              excuses       2      0.00          70.08      0.00          70.08
##                                          execution of advanced analytic capabilities       2      0.00          70.09      0.00          70.09
##                                                  execution of data analytic projects       2      0.00          70.09      0.00          70.09
##                                                             execution of experiments       2      0.00          70.10      0.00          70.10
##                                                                     execution skills       2      0.00          70.10      0.00          70.10
##                                                                            executive       2      0.00          70.10      0.00          70.10
##                                                             executive audit director       2      0.00          70.11      0.00          70.11
##                                                                  executive committee       2      0.00          70.11      0.00          70.11
##                                                                 executive leadership       2      0.00          70.11      0.00          70.11
##                                                                      executive level       2      0.00          70.12      0.00          70.12
##                                                               executive stakeholders       2      0.00          70.12      0.00          70.12
##                                                                            exercises       2      0.00          70.13      0.00          70.13
##                                                                      exhaustive list       2      0.00          70.13      0.00          70.13
##                                                                             exhibits       2      0.00          70.13      0.00          70.13
##                                                          existing business processes       2      0.00          70.14      0.00          70.14
##                                                                        existing code       2      0.00          70.14      0.00          70.14
##                                                               existing data products       2      0.00          70.14      0.00          70.14
##                                                                   existing data sets       2      0.00          70.15      0.00          70.15
##                                                             existing data structures       2      0.00          70.15      0.00          70.15
##                                                                   existing footprint       2      0.00          70.16      0.00          70.16
##                                                                  existing literature       2      0.00          70.16      0.00          70.16
##                                                               existing methodologies       2      0.00          70.16      0.00          70.16
##                                                                   existing platforms       2      0.00          70.17      0.00          70.17
##                                                                     existing product       2      0.00          70.17      0.00          70.17
##                                                                  existing structures       2      0.00          70.17      0.00          70.17
##                                                               expected hours of work       2      0.00          70.18      0.00          70.18
##                                                                              expense       2      0.00          70.18      0.00          70.18
##                                                                     experience level       2      0.00          70.19      0.00          70.19
##                                                                experience processing       2      0.00          70.19      0.00          70.19
##                                                               experience programming       2      0.00          70.19      0.00          70.19
##                                                              experience requirements       2      0.00          70.20      0.00          70.20
##                                                             experience team partners       2      0.00          70.20      0.00          70.20
##                                                                       experience you       2      0.00          70.21      0.00          70.21
##                                                   experienced health care disruptors       2      0.00          70.21      0.00          70.21
##                                                             experienced professional       2      0.00          70.21      0.00          70.21
##                                                                           experiment       2      0.00          70.22      0.00          70.22
##                                                                   experiment station       2      0.00          70.22      0.00          70.22
##                                                                 experimental results       2      0.00          70.22      0.00          70.22
##                                                                               expert       2      0.00          70.23      0.00          70.23
##                                               explanation of machine learning models       2      0.00          70.23      0.00          70.23
##                                                                explanatory variables       2      0.00          70.24      0.00          70.24
##                                                                 exploitation of data       2      0.00          70.24      0.00          70.24
##                                                                 explorative analysis       2      0.00          70.24      0.00          70.24
##                                                                 exploratory analysis       2      0.00          70.25      0.00          70.25
##                                                            exploratory data analyses       2      0.00          70.25      0.00          70.25
##                                                           exploratory data analytics       2      0.00          70.25      0.00          70.25
##                                                                   exponential growth       2      0.00          70.26      0.00          70.26
##                                                                               export       2      0.00          70.26      0.00          70.26
##                                                          export control requirements       2      0.00          70.27      0.00          70.27
##                                                                            exposures       2      0.00          70.27      0.00          70.27
##                                                             extended periods of time       2      0.00          70.27      0.00          70.27
##                                                           extensible markup language       2      0.00          70.28      0.00          70.28
##                                                        extensive feature engineering       2      0.00          70.28      0.00          70.28
##                                                                  extensive knowledge       2      0.00          70.29      0.00          70.29
##                                                                 extensive production       2      0.00          70.29      0.00          70.29
##                                                              external communications       2      0.00          70.29      0.00          70.29
##                                                                 external departments       2      0.00          70.30      0.00          70.30
##                                                                     external parties       2      0.00          70.30      0.00          70.30
##                                                           external training programs       2      0.00          70.30      0.00          70.30
##                                                                        extracts data       2      0.00          70.31      0.00          70.31
##                                                     extraordinary amounts of courage       2      0.00          70.31      0.00          70.31
##                                                           f corporate analytics team       2      0.00          70.32      0.00          70.32
##                                                                               f team       2      0.00          70.32      0.00          70.32
##                                                                                faast       2      0.00          70.32      0.00          70.32
##                                                                                 face       2      0.00          70.33      0.00          70.33
##                                                        face of big data developments       2      0.00          70.33      0.00          70.33
##                                                                                 fact       2      0.00          70.33      0.00          70.33
##                                                                              faculty       2      0.00          70.34      0.00          70.34
##                                                                      familiarization       2      0.00          70.34      0.00          70.34
##                                                        families data-driven insights       2      0.00          70.35      0.00          70.35
##                                                                family-owned business       2      0.00          70.35      0.00          70.35
##                                                            family competitive salary       2      0.00          70.35      0.00          70.35
##                                                                        fan behaviors       2      0.00          70.36      0.00          70.36
##                                                                                 fans       2      0.00          70.36      0.00          70.36
##                                                                    fantastic results       2      0.00          70.37      0.00          70.37
##                                                                    fast-growing team       2      0.00          70.37      0.00          70.37
##                                                                  fast-paced industry       2      0.00          70.37      0.00          70.37
##                                                              fast moving environment       2      0.00          70.38      0.00          70.38
##                                            fast paced innovation-focused environment       2      0.00          70.38      0.00          70.38
##                                            favorite scientific computing environment       2      0.00          70.38      0.00          70.38
##                                                               feasible interventions       2      0.00          70.39      0.00          70.39
##                                                                     federal agencies       2      0.00          70.39      0.00          70.39
##                                                                     federal civilian       2      0.00          70.40      0.00          70.40
##                                                                                 fees       2      0.00          70.40      0.00          70.40
##                                                                  fielding activities       2      0.00          70.40      0.00          70.40
##                                                                      file electronic       2      0.00          70.41      0.00          70.41
##                                                                              filters       2      0.00          70.41      0.00          70.41
##                                                                          final model       2      0.00          70.41      0.00          70.41
##                                                                         finance team       2      0.00          70.42      0.00          70.42
##                                                                 financial allocation       2      0.00          70.42      0.00          70.42
##                                                                financial communities       2      0.00          70.43      0.00          70.43
##                                                                       financial kpis       2      0.00          70.43      0.00          70.43
##                                                            financial market analysis       2      0.00          70.43      0.00          70.43
##                                                                      financial needs       2      0.00          70.44      0.00          70.44
##                                                                   financial planning       2      0.00          70.44      0.00          70.44
##                                                                    financial results       2      0.00          70.45      0.00          70.45
##                                                           financial risk forecasting       2      0.00          70.45      0.00          70.45
##                                                       financial services enterprises       2      0.00          70.45      0.00          70.45
##                                                                             finicity       2      0.00          70.46      0.00          70.46
##                                                                finished intelligence       2      0.00          70.46      0.00          70.46
##                                                                fintech organizations       2      0.00          70.46      0.00          70.46
##                                                                                fitch       2      0.00          70.47      0.00          70.47
##                                                                         fixed income       2      0.00          70.47      0.00          70.47
##                                                                     fleet management       2      0.00          70.48      0.00          70.48
##                                                          flexibility sound appealing       2      0.00          70.48      0.00          70.48
##                                                                    flexible attitude       2      0.00          70.48      0.00          70.48
##                                                                    flexible spending       2      0.00          70.49      0.00          70.49
##                                                            flexible work environment       2      0.00          70.49      0.00          70.49
##                                                               flexible work schedule       2      0.00          70.49      0.00          70.49
##                                                                                 flsa       2      0.00          70.50      0.00          70.50
##                                                                          flsa status       2      0.00          70.50      0.00          70.50
##                                                                                fluid       2      0.00          70.51      0.00          70.51
##                                                     follow-on data science processes       2      0.00          70.51      0.00          70.51
##                                                             following certifications       2      0.00          70.51      0.00          70.51
##                                                following machine learning algorithms       2      0.00          70.52      0.00          70.52
##                                                             following qualifications       2      0.00          70.52      0.00          70.52
##                                                            following required skills       2      0.00          70.53      0.00          70.53
##                                                            following standard duties       2      0.00          70.53      0.00          70.53
##                                                                 following tech stack       2      0.00          70.53      0.00          70.53
##                                                                                  for       2      0.00          70.54      0.00          70.54
##                                                                         forbes world       2      0.00          70.54      0.00          70.54
##                                                                      force structure       2      0.00          70.54      0.00          70.54
##                                                                               forces       2      0.00          70.55      0.00          70.55
##                                                           forefront of retail trends       2      0.00          70.55      0.00          70.55
##                                                      form of first-rate work product       2      0.00          70.56      0.00          70.56
##                                                                      form of results       2      0.00          70.56      0.00          70.56
##                                                                            form text       2      0.00          70.56      0.00          70.56
##                                                                     formal complaint       2      0.00          70.57      0.00          70.57
##                                                                               format       2      0.00          70.57      0.00          70.57
##                                                                          format data       2      0.00          70.57      0.00          70.57
##                                                                     fortune magazine       2      0.00          70.58      0.00          70.58
##                                                                          foster city       2      0.00          70.58      0.00          70.58
##                                                                      fosters respect       2      0.00          70.59      0.00          70.59
##                                                                              founder       2      0.00          70.59      0.00          70.59
##                                                                             founders       2      0.00          70.59      0.00          70.59
##                                                                             founding       2      0.00          70.60      0.00          70.60
##                                                      framework of cvent applications       2      0.00          70.60      0.00          70.60
##                                                                          freddie mac       2      0.00          70.61      0.00          70.61
##                                                                            frequency       2      0.00          70.61      0.00          70.61
##                                                                frequent coordination       2      0.00          70.61      0.00          70.61
##                                                                        frequent work       2      0.00          70.62      0.00          70.62
##                                                                        front-end web       2      0.00          70.62      0.00          70.62
##                                                    frontier of analytic capabilities       2      0.00          70.62      0.00          70.62
##                                                                                  fsa       2      0.00          70.63      0.00          70.63
##                                                     full-service insurance brokerage       2      0.00          70.63      0.00          70.63
##                                                             full-time data scientist       2      0.00          70.64      0.00          70.64
##                                                                  full-time employees       2      0.00          70.64      0.00          70.64
##                                                                          fun culture       2      0.00          70.64      0.00          70.64
##                                                                  functional analysis       2      0.00          70.65      0.00          70.65
##                                                                    functional groups       2      0.00          70.65      0.00          70.65
##                                                                   fundamental belief       2      0.00          70.65      0.00          70.65
##                                                                              funding       2      0.00          70.66      0.00          70.66
##                                                                       funding levels       2      0.00          70.66      0.00          70.66
##                                                                                funds       2      0.00          70.67      0.00          70.67
##                                                                            furniture       2      0.00          70.67      0.00          70.67
##                                                                   furniture shopping       2      0.00          70.67      0.00          70.67
##                                                        future of customer experience       2      0.00          70.68      0.00          70.68
##                                                                      future of sport       2      0.00          70.68      0.00          70.68
##                                                             future of transportation       2      0.00          70.69      0.00          70.69
##                                                             future state of shopping       2      0.00          70.69      0.00          70.69
##                                                                                 gaps       2      0.00          70.69      0.00          70.69
##                                                                    ge transportation       2      0.00          70.70      0.00          70.70
##                                                                    general functions       2      0.00          70.70      0.00          70.70
##                                                                     general guidance       2      0.00          70.70      0.00          70.70
##                                                                       general public       2      0.00          70.71      0.00          70.71
##                                                                       generalization       2      0.00          70.71      0.00          70.71
##                                                                           generation       2      0.00          70.72      0.00          70.72
##                                       generation care coordination software solution       2      0.00          70.72      0.00          70.72
##                                                               generation experiences       2      0.00          70.72      0.00          70.72
##                                                  generation of quality documentation       2      0.00          70.73      0.00          70.73
##                                                                         genetic data       2      0.00          70.73      0.00          70.73
##                                                            genomic prediction models       2      0.00          70.73      0.00          70.73
##                                                                               gensim       2      0.00          70.74      0.00          70.74
##                                                                   genuine difference       2      0.00          70.74      0.00          70.74
##                                                         genuine interpersonal skills       2      0.00          70.75      0.00          70.75
##                                                                  geo analytics tools       2      0.00          70.75      0.00          70.75
##                                                              geo optimization models       2      0.00          70.75      0.00          70.75
##                                         geographical analysis of network experiences       2      0.00          70.76      0.00          70.76
##                                                                          gis mapping       2      0.00          70.76      0.00          70.76
##                                                                  git version control       2      0.00          70.77      0.00          70.77
##                                                       given domain specific problems       2      0.00          70.77      0.00          70.77
##                                                                                 glms       2      0.00          70.77      0.00          70.77
##                                                                       global company       2      0.00          70.78      0.00          70.78
##                                                                   global connections       2      0.00          70.78      0.00          70.78
##                                                                     global customers       2      0.00          70.78      0.00          70.78
##                                                            global data science group       2      0.00          70.79      0.00          70.79
##                                                                   global development       2      0.00          70.79      0.00          70.79
##                                                              global engineering team       2      0.00          70.80      0.00          70.80
##                                                                 global enterprise ai       2      0.00          70.80      0.00          70.80
##                                                                       global fortune       2      0.00          70.80      0.00          70.80
##                                                                         global group       2      0.00          70.81      0.00          70.81
##                                                                  global organization       2      0.00          70.81      0.00          70.81
##                                                                      global payments       2      0.00          70.81      0.00          70.81
##                                                                      global platform       2      0.00          70.82      0.00          70.82
##                                                                 global team projects       2      0.00          70.82      0.00          70.82
##                                                                         global teams       2      0.00          70.83      0.00          70.83
##                                                                        globalization       2      0.00          70.83      0.00          70.83
##                                                                           go-getters       2      0.00          70.83      0.00          70.83
##                                                                      good experience       2      0.00          70.84      0.00          70.84
##                                                                  government agencies       2      0.00          70.84      0.00          70.84
##                                                                    government agency       2      0.00          70.85      0.00          70.85
##                                                                 government customers       2      0.00          70.85      0.00          70.85
##                                                                       government job       2      0.00          70.85      0.00          70.85
##                                                                   government leaders       2      0.00          70.86      0.00          70.86
##                                                             government practitioners       2      0.00          70.86      0.00          70.86
##                                                                  government programs       2      0.00          70.86      0.00          70.86
##                                                    government security investigation       2      0.00          70.87      0.00          70.87
##                                                                                  gpu       2      0.00          70.87      0.00          70.87
##                                                                        gpu computing       2      0.00          70.88      0.00          70.88
##                                                             graduate-level education       2      0.00          70.88      0.00          70.88
##                                                                  graduate coursework       2      0.00          70.88      0.00          70.88
##                                                         graduate research experience       2      0.00          70.89      0.00          70.89
##                                                                            grandkids       2      0.00          70.89      0.00          70.89
##                                                                grant funded position       2      0.00          70.89      0.00          70.89
##                                                               graph-based algorithms       2      0.00          70.90      0.00          70.90
##                                                                     graph algorithms       2      0.00          70.90      0.00          70.90
##                                                           graphical processing units       2      0.00          70.91      0.00          70.91
##                                                                               graphs       2      0.00          70.91      0.00          70.91
##                                                                              gravity       2      0.00          70.91      0.00          70.91
##                                                                               great·       2      0.00          70.92      0.00          70.92
##                                                                       great benefits       2      0.00          70.92      0.00          70.92
##                                                                        great culture       2      0.00          70.93      0.00          70.93
##                                                           great interpersonal skills       2      0.00          70.93      0.00          70.93
##                                                                    great opportunity       2      0.00          70.93      0.00          70.93
##                                                                          great perks       2      0.00          70.94      0.00          70.94
##                                                                  great relationships       2      0.00          70.94      0.00          70.94
##                                                                          great state       2      0.00          70.94      0.00          70.94
##                                                                           great team       2      0.00          70.95      0.00          70.95
##                                                                     great validation       2      0.00          70.95      0.00          70.95
##                                                                         great verbal       2      0.00          70.96      0.00          70.96
##                                                            great working environment       2      0.00          70.96      0.00          70.96
##                                                                 greater data quality       2      0.00          70.96      0.00          70.96
##                                                                  greater scalability       2      0.00          70.97      0.00          70.97
##                                                                        greater speed       2      0.00          70.97      0.00          70.97
##                                                   greatest health technology company       2      0.00          70.97      0.00          70.97
##                                                                           green card       2      0.00          70.98      0.00          70.98
##                                                                    green card holder       2      0.00          70.98      0.00          70.98
##                                                                       grocery stores       2      0.00          70.99      0.00          70.99
##                                                                         ground level       2      0.00          70.99      0.00          70.99
##                                                                       ground running       2      0.00          70.99      0.00          70.99
##                                                                group business demand       2      0.00          71.00      0.00          71.00
##                                                                       group identity       2      0.00          71.00      0.00          71.00
##                                                                  group of co-workers       2      0.00          71.01      0.00          71.01
##                                                             group of data scientists       2      0.00          71.01      0.00          71.01
##                                                       group of expert mathematicians       2      0.00          71.01      0.00          71.01
##                                                               growing analytics team       2      0.00          71.02      0.00          71.02
##                                                                          growing app       2      0.00          71.02      0.00          71.02
##                                                            growing data science team       2      0.00          71.02      0.00          71.02
##                                                                        growing group       2      0.00          71.03      0.00          71.03
##                                                             growing line of business       2      0.00          71.03      0.00          71.03
##                                                     growing predictive modeling team       2      0.00          71.04      0.00          71.04
##                                              growing volume of available information       2      0.00          71.04      0.00          71.04
##                                                                          guest needs       2      0.00          71.04      0.00          71.04
##                                                                      guests prestige       2      0.00          71.05      0.00          71.05
##                                                                      gui development       2      0.00          71.05      0.00          71.05
##                                                                           guidelines       2      0.00          71.05      0.00          71.05
##                                                                               habits       2      0.00          71.06      0.00          71.06
##                                                            hadoop-based technologies       2      0.00          71.06      0.00          71.06
##                                                       hadoop computational ecosystem       2      0.00          71.07      0.00          71.07
##                                                                             hallmark       2      0.00          71.07      0.00          71.07
##                                                                  hallmark's big data       2      0.00          71.07      0.00          71.07
##                                                                       hallmark cards       2      0.00          71.08      0.00          71.08
##                                                  hallmark dispute resolution program       2      0.00          71.08      0.00          71.08
##                                                                                 hand       2      0.00          71.09      0.00          71.09
##                                                              handling client support       2      0.00          71.09      0.00          71.09
##                                                      handling large nuanced datasets       2      0.00          71.09      0.00          71.09
##                                                   hands-on advanced analytics leader       2      0.00          71.10      0.00          71.10
##                                                            hands-on data exploration       2      0.00          71.10      0.00          71.10
##                                                              hands-on problem solver       2      0.00          71.10      0.00          71.10
##                                                                          happy hours       2      0.00          71.11      0.00          71.11
##                                                                     hardest missions       2      0.00          71.11      0.00          71.11
##                                                                      hardware design       2      0.00          71.12      0.00          71.12
##                                                                        harmonization       2      0.00          71.12      0.00          71.12
##                                                                                haven       2      0.00          71.12      0.00          71.12
##                                                                     health ambitions       2      0.00          71.13      0.00          71.13
##                                                                      health industry       2      0.00          71.13      0.00          71.13
##                                                          health insurance payer data       2      0.00          71.13      0.00          71.13
##                                                                       health markets       2      0.00          71.14      0.00          71.14
##                                                                   health professions       2      0.00          71.14      0.00          71.14
##                                                                   health systems - u       2      0.00          71.15      0.00          71.15
##                                                                 healthcare analytics       2      0.00          71.15      0.00          71.15
##                                                                    healthcare domain       2      0.00          71.15      0.00          71.15
##                                                                healthcare efficiency       2      0.00          71.16      0.00          71.16
##                                                                healthcare enterprise       2      0.00          71.16      0.00          71.16
##                                                             healthcare organizations       2      0.00          71.17      0.00          71.17
##                                                          healthcare payer operations       2      0.00          71.17      0.00          71.17
##                                                                 healthcare providers       2      0.00          71.17      0.00          71.17
##                                                         healthcare reporting analyst       2      0.00          71.18      0.00          71.18
##                                                                healthy balance sheet       2      0.00          71.18      0.00          71.18
##                                                                             heart of       2      0.00          71.18      0.00          71.18
##                                                                        heart of soho       2      0.00          71.19      0.00          71.19
##                                                                                 helm       2      0.00          71.19      0.00          71.19
##                                                                      hidden insights       2      0.00          71.20      0.00          71.20
##                                                              hierarchical clustering       2      0.00          71.20      0.00          71.20
##                                              high-dimensionality collections of data       2      0.00          71.20      0.00          71.20
##                                                                   high-end solutions       2      0.00          71.21      0.00          71.21
##                                                                  high-growth company       2      0.00          71.21      0.00          71.21
##                                                            high-impact opportunities       2      0.00          71.21      0.00          71.21
##                                                                  high-level modeling       2      0.00          71.22      0.00          71.22
##                                                      high-level programming language       2      0.00          71.22      0.00          71.22
##                                                          high-performance algorithms       2      0.00          71.23      0.00          71.23
##                                                           high-performance databases       2      0.00          71.23      0.00          71.23
##                                                             high-pressure situations       2      0.00          71.23      0.00          71.23
##                                                                    high-quality data       2      0.00          71.24      0.00          71.24
##                                                             high-quality information       2      0.00          71.24      0.00          71.24
##                                                                 high-visibility role       2      0.00          71.24      0.00          71.24
##                                                               high ethical standards       2      0.00          71.25      0.00          71.25
##                                                                           high level       2      0.00          71.25      0.00          71.25
##                                                               high level of autonomy       2      0.00          71.26      0.00          71.26
##                                                           high performance computing       2      0.00          71.26      0.00          71.26
##                                                                      high performing       2      0.00          71.26      0.00          71.26
##                                                               high priority activity       2      0.00          71.27      0.00          71.27
##                                                                     high proficiency       2      0.00          71.27      0.00          71.27
##                                                            high profile deliverables       2      0.00          71.28      0.00          71.28
##                                                high quality data handling techniques       2      0.00          71.28      0.00          71.28
##                                                  higher-level allocated requirements       2      0.00          71.28      0.00          71.28
##                                                                   hipaa requirements       2      0.00          71.29      0.00          71.29
##                                                                                homes       2      0.00          71.29      0.00          71.29
##                                                                        honest manner       2      0.00          71.29      0.00          71.29
##                                                                        hospital data       2      0.00          71.30      0.00          71.30
##                                                    hospital retirement contributions       2      0.00          71.30      0.00          71.30
##                                                                            hospitals       2      0.00          71.31      0.00          71.31
##                                                                            hoteliers       2      0.00          71.31      0.00          71.31
##                                                                     housingwire tech       2      0.00          71.31      0.00          71.31
##                                                                                html5       2      0.00          71.32      0.00          71.32
##                                                                    hub of harvesting       2      0.00          71.32      0.00          71.32
##                                                          human-computer interactions       2      0.00          71.32      0.00          71.32
##                                                            human-machine interaction       2      0.00          71.33      0.00          71.33
##                                                                   human capabilities       2      0.00          71.33      0.00          71.33
##                                                                  human language form       2      0.00          71.34      0.00          71.34
##                                                                    human trafficking       2      0.00          71.34      0.00          71.34
##                                                                               humans       2      0.00          71.34      0.00          71.34
##                                                                             hundreds       2      0.00          71.35      0.00          71.35
##                                                                hunting methodologies       2      0.00          71.35      0.00          71.35
##                                                                                 hvac       2      0.00          71.36      0.00          71.36
##                                                                   hylant core values       2      0.00          71.36      0.00          71.36
##                                                                           hypothesis       2      0.00          71.36      0.00          71.36
##                                                                       ideal position       2      0.00          71.37      0.00          71.37
##                                                                    ideal team member       2      0.00          71.37      0.00          71.37
##                                                             identifiable information       2      0.00          71.37      0.00          71.37
##                                                                       identification       2      0.00          71.38      0.00          71.38
##                                                      identification of opportunities       2      0.00          71.38      0.00          71.38
##                                                                             identity       2      0.00          71.39      0.00          71.39
##                                                                       identity check       2      0.00          71.39      0.00          71.39
##                                                                                  ids       2      0.00          71.39      0.00          71.39
##                                                                        ifg companies       2      0.00          71.40      0.00          71.40
##                                                                 image classification       2      0.00          71.40      0.00          71.40
##                                                                       immediate area       2      0.00          71.40      0.00          71.40
##                                                                   immediate feedback       2      0.00          71.41      0.00          71.41
##                                                                        immense value       2      0.00          71.41      0.00          71.41
##                                                                   immigration reform       2      0.00          71.42      0.00          71.42
##                                                                      impact-oriented       2      0.00          71.42      0.00          71.42
##                                                  impact strategic business decisions       2      0.00          71.42      0.00          71.42
##                                                                 impactful approaches       2      0.00          71.43      0.00          71.43
##                                                                   impactful insights       2      0.00          71.43      0.00          71.43
##                                                                   impactful programs       2      0.00          71.44      0.00          71.44
##                                                                       impactful work       2      0.00          71.44      0.00          71.44
##                                                                              impacts       2      0.00          71.44      0.00          71.44
##                                                            implementation experience       2      0.00          71.45      0.00          71.45
##                                                                 implementation of ai       2      0.00          71.45      0.00          71.45
##                                        implementation of machine learning algorithms       2      0.00          71.45      0.00          71.45
##                                                       important analytical questions       2      0.00          71.46      0.00          71.46
##                                                                    important details       2      0.00          71.46      0.00          71.46
##                                                                   important missions       2      0.00          71.47      0.00          71.47
##                                                          important product questions       2      0.00          71.47      0.00          71.47
##                                                                  important questions       2      0.00          71.47      0.00          71.47
##                                                            improved business results       2      0.00          71.48      0.00          71.48
##                                                           in-depth customer analyses       2      0.00          71.48      0.00          71.48
##                                              in-depth evaluation of variable factors       2      0.00          71.48      0.00          71.48
##                                           in-depth knowledge of search engine design       2      0.00          71.49      0.00          71.49
##                                                                        in-house data       2      0.00          71.49      0.00          71.49
##                                                                     in-house surveys       2      0.00          71.50      0.00          71.50
##                                                                           inca trail       2      0.00          71.50      0.00          71.50
##                                                                       inclusive team       2      0.00          71.50      0.00          71.50
##                                                                  inclusive workforce       2      0.00          71.51      0.00          71.51
##                                                                    income protection       2      0.00          71.51      0.00          71.51
##                                                    incompatible assistive technology       2      0.00          71.52      0.00          71.52
##                                                                   incomplete sources       2      0.00          71.52      0.00          71.52
##                                                                      inconsistencies       2      0.00          71.52      0.00          71.52
##                                                               incumbent professional       2      0.00          71.53      0.00          71.53
##                                                                                 ind1       2      0.00          71.53      0.00          71.53
##                                                             independent idaho spirit       2      0.00          71.53      0.00          71.53
##                                                                  indirect estimation       2      0.00          71.54      0.00          71.54
##                                                           individual characteristics       2      0.00          71.54      0.00          71.54
##                                                               individual contributor       2      0.00          71.55      0.00          71.55
##                                                individual file size attachment limit       2      0.00          71.55      0.00          71.55
##                                                                  individual hardware       2      0.00          71.55      0.00          71.55
##                                                                  individual learners       2      0.00          71.56      0.00          71.56
##                                                         individual research programs       2      0.00          71.56      0.00          71.56
##                                                              industrial applications       2      0.00          71.56      0.00          71.56
##                                                                industrial automation       2      0.00          71.57      0.00          71.57
##                                                                     industry-leading       2      0.00          71.57      0.00          71.57
##                                                                   industry knowledge       2      0.00          71.58      0.00          71.58
##                                                                      industry leader       2      0.00          71.58      0.00          71.58
##                                                                     industry leaders       2      0.00          71.58      0.00          71.58
##                                                                industry participants       2      0.00          71.59      0.00          71.59
##                                                                   industry practices       2      0.00          71.59      0.00          71.59
##                                                                    industry standard       2      0.00          71.60      0.00          71.60
##                                                                            inference       2      0.00          71.60      0.00          71.60
##                                                                           inferences       2      0.00          71.60      0.00          71.60
##                                                         influence business direction       2      0.00          71.61      0.00          71.61
##                                                 influence government decision-making       2      0.00          71.61      0.00          71.61
##                                                       informal customer requirements       2      0.00          71.61      0.00          71.61
##                                                      information technology services       2      0.00          71.62      0.00          71.62
##                                                             informed decision-making       2      0.00          71.62      0.00          71.62
##                                                       initial capabilities documents       2      0.00          71.63      0.00          71.63
##                                                                      innovation team       2      0.00          71.63      0.00          71.63
##                                              innovative cross-functional initiatives       2      0.00          71.63      0.00          71.63
##                                                            innovative data solutions       2      0.00          71.64      0.00          71.64
##                                                   innovative machine learning models       2      0.00          71.64      0.00          71.64
##                                                                   innovative methods       2      0.00          71.64      0.00          71.64
##                                                                   innovative mindset       2      0.00          71.65      0.00          71.65
##                                                                  innovative projects       2      0.00          71.65      0.00          71.65
##                                                                      innovative ways       2      0.00          71.66      0.00          71.66
##                                                                      innovative work       2      0.00          71.66      0.00          71.66
##                                                                 insatiable curiosity       2      0.00          71.66      0.00          71.66
##                                                                  insight story tools       2      0.00          71.67      0.00          71.67
##                                                                 insightful analytics       2      0.00          71.67      0.00          71.67
##                                                                         institutions       2      0.00          71.68      0.00          71.68
##                                                                 instructional design       2      0.00          71.68      0.00          71.68
##                                                                         instructions       2      0.00          71.68      0.00          71.68
##                                                                      instrumentation       2      0.00          71.69      0.00          71.69
##                                                                    insurance-related       2      0.00          71.69      0.00          71.69
##                                                             insurance brokerage firm       2      0.00          71.69      0.00          71.69
##                                                        insurance industry experience       2      0.00          71.70      0.00          71.70
##                                                                   insurance services       2      0.00          71.70      0.00          71.70
##                                                                             insurers       2      0.00          71.71      0.00          71.71
##                                                                      integral member       2      0.00          71.71      0.00          71.71
##                                                                        integral role       2      0.00          71.71      0.00          71.71
##                                                                      integrated data       2      0.00          71.72      0.00          71.72
##                                                         integrated logistics support       2      0.00          71.72      0.00          71.72
##                                                                    integrated models       2      0.00          71.72      0.00          71.72
##                                                                  integrated platform       2      0.00          71.73      0.00          71.73
##                                                         integration of data products       2      0.00          71.73      0.00          71.73
##                                                                integration of models       2      0.00          71.74      0.00          71.74
##                                                                  integration testing       2      0.00          71.74      0.00          71.74
##                                                      intelligence community programs       2      0.00          71.74      0.00          71.74
##                                                                 intelligence markets       2      0.00          71.75      0.00          71.75
##                                                        intelligent insights platform       2      0.00          71.75      0.00          71.75
##                                                                            intention       2      0.00          71.76      0.00          71.76
##                                                     interactive learning environment       2      0.00          71.76      0.00          71.76
##                                                           interactive visualizations       2      0.00          71.76      0.00          71.76
##                                                interdisciplinary group of scientists       2      0.00          71.77      0.00          71.77
##                                                               interdisciplinary team       2      0.00          71.77      0.00          71.77
##                                                interesting machine learning problems       2      0.00          71.77      0.00          71.77
##                                                                 interesting problems       2      0.00          71.78      0.00          71.78
##                                                                            interests       2      0.00          71.78      0.00          71.78
##                                                          interface control documents       2      0.00          71.79      0.00          71.79
##                                                                          interfacing       2      0.00          71.79      0.00          71.79
##                                                       interior design process easier       2      0.00          71.79      0.00          71.79
##                                                                     interior designs       2      0.00          71.80      0.00          71.80
##                                                              internal audit function       2      0.00          71.80      0.00          71.80
##                                                                    internal auditors       2      0.00          71.80      0.00          71.80
##                                                              internal business units       2      0.00          71.81      0.00          71.81
##                                                                internal capabilities       2      0.00          71.81      0.00          71.81
##                                                        internal process improvements       2      0.00          71.82      0.00          71.82
##                                                            internal project meetings       2      0.00          71.82      0.00          71.82
##                                                      internal service provider model       2      0.00          71.82      0.00          71.82
##                                                       internal subject-matter expert       2      0.00          71.83      0.00          71.83
##                                                                       internal tools       2      0.00          71.83      0.00          71.83
##                                                               international business       2      0.00          71.84      0.00          71.84
##                                                              international languages       2      0.00          71.84      0.00          71.84
##                                                                international markets       2      0.00          71.84      0.00          71.84
##                                                 international team of data engineers       2      0.00          71.85      0.00          71.85
##                                                                             internet       2      0.00          71.85      0.00          71.85
##                                                                           internship       2      0.00          71.85      0.00          71.85
##                                                               interpretation of data       2      0.00          71.86      0.00          71.86
##                                                              intersection of digital       2      0.00          71.86      0.00          71.86
##                                                              intersection of finance       2      0.00          71.87      0.00          71.87
##                                                                    intertwined poles       2      0.00          71.87      0.00          71.87
##                                                                     intramural clubs       2      0.00          71.87      0.00          71.87
##                                       intuitive understanding of statistical methods       2      0.00          71.88      0.00          71.88
##                                                                            inventory       2      0.00          71.88      0.00          71.88
##                                                                       investigations       2      0.00          71.88      0.00          71.88
##                                                                           investment       2      0.00          71.89      0.00          71.89
##                                                                investment allocation       2      0.00          71.89      0.00          71.89
##                                                                          iot devices       2      0.00          71.90      0.00          71.90
##                                                                 ip network solutions       2      0.00          71.90      0.00          71.90
##                                                        issuer consulting engagements       2      0.00          71.90      0.00          71.90
##                                                                 issuer data accuracy       2      0.00          71.91      0.00          71.91
##                                                                              issuers       2      0.00          71.91      0.00          71.91
##                                                                                 item       2      0.00          71.92      0.00          71.92
##                                                                                  its       2      0.00          71.92      0.00          71.92
##                                                                                   j2       2      0.00          71.92      0.00          71.92
##                                                                                   j8       2      0.00          71.93      0.00          71.93
##                                                                          java script       2      0.00          71.93      0.00          71.93
##                                                                                  jax       2      0.00          71.93      0.00          71.93
##                                                                        jda's current       2      0.00          71.94      0.00          71.94
##                                                                 jda business problem       2      0.00          71.94      0.00          71.94
##                                                                   jda domain experts       2      0.00          71.95      0.00          71.95
##                                                                              jenkins       2      0.00          71.95      0.00          71.95
##                                                                              jewelry       2      0.00          71.95      0.00          71.95
##                                                                            job brief       2      0.00          71.96      0.00          71.96
##                                                                  job classifications       2      0.00          71.96      0.00          71.96
##                                                                             job code       2      0.00          71.96      0.00          71.96
##                                                                    job duties demand       2      0.00          71.97      0.00          71.97
##                                                                               job id       2      0.00          71.97      0.00          71.97
##                                                                         job location       2      0.00          71.98      0.00          71.98
##                                                                          job purpose       2      0.00          71.98      0.00          71.98
##                                                           junior level staff members       2      0.00          71.98      0.00          71.98
##                                                                        jurisdictions       2      0.00          71.99      0.00          71.99
##                                                               keen critical thinking       2      0.00          71.99      0.00          71.99
##                                                            kernel density estimation       2      0.00          72.00      0.00          72.00
##                                                                                  key       2      0.00          72.00      0.00          72.00
##                                                                             key bank       2      0.00          72.00      0.00          72.00
##                                                                   key business needs       2      0.00          72.01      0.00          72.01
##                                                                       key challenges       2      0.00          72.01      0.00          72.01
##                                                                 key company projects       2      0.00          72.01      0.00          72.01
##                                                                        key decisions       2      0.00          72.02      0.00          72.02
##                                                                           key issues       2      0.00          72.02      0.00          72.02
##                                                                           key member       2      0.00          72.03      0.00          72.03
##                                                                          key metrics       2      0.00          72.03      0.00          72.03
##                                                                       key parameters       2      0.00          72.03      0.00          72.03
##                                                                         key partners       2      0.00          72.04      0.00          72.04
##                                                            key points of information       2      0.00          72.04      0.00          72.04
##                                                                         key priority       2      0.00          72.04      0.00          72.04
##                                                                          key results       2      0.00          72.05      0.00          72.05
##                                                      key strategic business problems       2      0.00          72.05      0.00          72.05
##                                                             key strategic objectives       2      0.00          72.06      0.00          72.06
##                                                                        key takeaways       2      0.00          72.06      0.00          72.06
##                                                                            key tasks       2      0.00          72.06      0.00          72.06
##                                                                              keyence       2      0.00          72.07      0.00          72.07
##                                                                               kibana       2      0.00          72.07      0.00          72.07
##                                                                               kmeans       2      0.00          72.08      0.00          72.08
##                                                                       knn regression       2      0.00          72.08      0.00          72.08
##                                                                       knowledge-base       2      0.00          72.08      0.00          72.08
##                                                                 knowledge management       2      0.00          72.09      0.00          72.09
##                                                     knowledge of advanced statistics       2      0.00          72.09      0.00          72.09
##                                                              knowledge of algorithms       2      0.00          72.09      0.00          72.09
##                                                        knowledge of analytical tools       2      0.00          72.10      0.00          72.10
##                                                                   knowledge of cloud       2      0.00          72.10      0.00          72.10
##                                                                  knowledge of coding       2      0.00          72.11      0.00          72.11
##                                               knowledge of computer science concepts       2      0.00          72.11      0.00          72.11
##                                               knowledge of cyber security operations       2      0.00          72.11      0.00          72.11
##                                                 knowledge of deep learning paradigms       2      0.00          72.12      0.00          72.12
##                                                                  knowledge of hadoop       2      0.00          72.12      0.00          72.12
##                                                    knowledge of jda domain expertise       2      0.00          72.12      0.00          72.12
##                                                        knowledge of machine learning       2      0.00          72.13      0.00          72.13
##                                             knowledge of machine learning algorithms       2      0.00          72.13      0.00          72.13
##                                                  knowledge of machine learning tools       2      0.00          72.14      0.00          72.14
##                                                   knowledge of programming languages       2      0.00          72.14      0.00          72.14
##                                                    knowledge of sas enterprise guide       2      0.00          72.14      0.00          72.14
##                                          knowledge of software development practices       2      0.00          72.15      0.00          72.15
##                                                                  knowledgeable peers       2      0.00          72.15      0.00          72.15
##                                                                                  lab       2      0.00          72.16      0.00          72.16
##                                                                   lab priority goals       2      0.00          72.16      0.00          72.16
##                                                                    label propagation       2      0.00          72.16      0.00          72.16
##                                                                     labor scheduling       2      0.00          72.17      0.00          72.17
##                                                                                 labs       2      0.00          72.17      0.00          72.17
##                                                                 language of industry       2      0.00          72.17      0.00          72.17
##                                                                     laptop computers       2      0.00          72.18      0.00          72.18
##                                              large-scale consumer analytics datasets       2      0.00          72.18      0.00          72.18
##                                                        large-scale data manipulation       2      0.00          72.19      0.00          72.19
##                                                                large-scale databases       2      0.00          72.19      0.00          72.19
##                                                          large-scale experimentation       2      0.00          72.19      0.00          72.19
##                                                         large-scale machine learning       2      0.00          72.20      0.00          72.20
##                                                             large-scale optimization       2      0.00          72.20      0.00          72.20
##                                                         large amounts of information       2      0.00          72.20      0.00          72.20
##                                                   large complex intelligence program       2      0.00          72.21      0.00          72.21
##                                                                      large databases       2      0.00          72.21      0.00          72.21
##                                                                        large dataset       2      0.00          72.22      0.00          72.22
##                                                                 large group settings       2      0.00          72.22      0.00          72.22
##                                                                     large quantities       2      0.00          72.22      0.00          72.22
##                                                             large quantities of data       2      0.00          72.23      0.00          72.23
##                                                             large quantities of free       2      0.00          72.23      0.00          72.23
##                                                           large relational data sets       2      0.00          72.24      0.00          72.24
##                                                    large scale data processing tools       2      0.00          72.24      0.00          72.24
##                                                                large scale data sets       2      0.00          72.24      0.00          72.24
##                                                                 large scale datasets       2      0.00          72.25      0.00          72.25
##                                                              large scale forecasting       2      0.00          72.25      0.00          72.25
##                                                       largest financial institutions       2      0.00          72.25      0.00          72.25
##                                                   largest global blue-chip companies       2      0.00          72.26      0.00          72.26
##                                                                  largest marketplace       2      0.00          72.26      0.00          72.26
##                                                          largest measurement company       2      0.00          72.27      0.00          72.27
##                                                             largest number of people       2      0.00          72.27      0.00          72.27
##                                                             largest private employer       2      0.00          72.27      0.00          72.27
##                                                 largest real-time community networks       2      0.00          72.28      0.00          72.28
##                                                    largest specialty beauty retailer       2      0.00          72.28      0.00          72.28
##                                                     largest volumes of granular data       2      0.00          72.28      0.00          72.28
##                                                   latest machine learning algorithms       2      0.00          72.29      0.00          72.29
##                                                                      latest products       2      0.00          72.29      0.00          72.29
##                                                                law poster supplement       2      0.00          72.30      0.00          72.30
##                                                                                 laws       2      0.00          72.30      0.00          72.30
##                                                                              layoffs       2      0.00          72.30      0.00          72.30
##                                                          lead data-specific projects       2      0.00          72.31      0.00          72.31
##                                                               lead software engineer       2      0.00          72.31      0.00          72.31
##                                                               leadership development       2      0.00          72.31      0.00          72.31
##                                                                leadership experience       2      0.00          72.32      0.00          72.32
##                                                                  leadership position       2      0.00          72.32      0.00          72.32
##                                                                      leadership team       2      0.00          72.33      0.00          72.33
##                                                            leading-edge technologies       2      0.00          72.33      0.00          72.33
##                              leading cloud-based enterprise event management company       2      0.00          72.33      0.00          72.33
##                                                        leading data science projects       2      0.00          72.34      0.00          72.34
##                                                             leading edge data mining       2      0.00          72.34      0.00          72.34
##                                                     leading enterprise data analysis       2      0.00          72.35      0.00          72.35
##                                                                       leading member       2      0.00          72.35      0.00          72.35
##                                                                leading organizations       2      0.00          72.35      0.00          72.35
##                                                leading technology innovation company       2      0.00          72.36      0.00          72.36
##                                                                      leading thought       2      0.00          72.36      0.00          72.36
##                                                                   leading university       2      0.00          72.36      0.00          72.36
##                                                                                learn       2      0.00          72.37      0.00          72.37
##                                                               learning effectiveness       2      0.00          72.37      0.00          72.37
##                                                               learning insights team       2      0.00          72.38      0.00          72.38
##                                                                    learning platform       2      0.00          72.38      0.00          72.38
##                                                                               legacy       2      0.00          72.38      0.00          72.38
##                                                          legacy of trusted expertise       2      0.00          72.39      0.00          72.39
##                                                                               leidos       2      0.00          72.39      0.00          72.39
##                                                               leidos health products       2      0.00          72.39      0.00          72.39
##                                                                      leisurely walks       2      0.00          72.40      0.00          72.40
##                                                                   lending background       2      0.00          72.40      0.00          72.40
##                                                                    length of service       2      0.00          72.41      0.00          72.41
##                                                      lesser experienced team members       2      0.00          72.41      0.00          72.41
##                                                                         letgo's goal       2      0.00          72.41      0.00          72.41
##                                                                  letgo's marketplace       2      0.00          72.42      0.00          72.42
##                                                                       letgo's values       2      0.00          72.42      0.00          72.42
##                                                                       letgo new york       2      0.00          72.43      0.00          72.43
##                                                                               letter       2      0.00          72.43      0.00          72.43
##                                                                    level appropriate       2      0.00          72.43      0.00          72.43
##                                                                     level supervisor       2      0.00          72.44      0.00          72.44
##                                                                     levels of effort       2      0.00          72.44      0.00          72.44
##                                                            leverage machine learning       2      0.00          72.44      0.00          72.44
##                                                                      leveraging data       2      0.00          72.45      0.00          72.45
##                                                                               li-ah1       2      0.00          72.45      0.00          72.45
##                                                                               li-dni       2      0.00          72.46      0.00          72.46
##                                                                               li-dnp       2      0.00          72.46      0.00          72.46
##                                                                               li-ln1       2      0.00          72.46      0.00          72.46
##                                                               library of source code       2      0.00          72.47      0.00          72.47
##                                                                      life-time value       2      0.00          72.47      0.00          72.47
##                                                                        life sciences       2      0.00          72.47      0.00          72.47
##                                                                          life stages       2      0.00          72.48      0.00          72.48
##                                                                     lifelong pursuit       2      0.00          72.48      0.00          72.48
##                                                   lightning-quick system performance       2      0.00          72.49      0.00          72.49
##                                                               lightweight automation       2      0.00          72.49      0.00          72.49
##                                                            like-minded professionals       2      0.00          72.49      0.00          72.49
##                                                                   limited assistance       2      0.00          72.50      0.00          72.50
##                                                            limitless source of ideas       2      0.00          72.50      0.00          72.50
##                                                                          line growth       2      0.00          72.51      0.00          72.51
##                                                                        linear models       2      0.00          72.51      0.00          72.51
##                                                                          linguistics       2      0.00          72.51      0.00          72.51
##                                                                    linux environment       2      0.00          72.52      0.00          72.52
##                                                                             listener       2      0.00          72.52      0.00          72.52
##                                                               listing categorization       2      0.00          72.52      0.00          72.52
##                                                                    lives of millions       2      0.00          72.53      0.00          72.53
##                                                                      lives of people       2      0.00          72.53      0.00          72.53
##                                                                        lives simpler       2      0.00          72.54      0.00          72.54
##                                                                                   lm       2      0.00          72.54      0.00          72.54
##                                                                       local listings       2      0.00          72.54      0.00          72.54
##                                                                        local support       2      0.00          72.55      0.00          72.55
##                                           local television computations organization       2      0.00          72.55      0.00          72.55
##                                                                   location analytics       2      0.00          72.55      0.00          72.55
##                                                             lockheed martin programs       2      0.00          72.56      0.00          72.56
##                                                                       long-term care       2      0.00          72.56      0.00          72.56
##                                                               long-term career goals       2      0.00          72.57      0.00          72.57
##                                                       long-term development projects       2      0.00          72.57      0.00          72.57
##                                                                           long beach       2      0.00          72.57      0.00          72.57
##                                                                       long term care       2      0.00          72.58      0.00          72.58
##                                                                    look-alike models       2      0.00          72.58      0.00          72.58
##                                                                              lookout       2      0.00          72.59      0.00          72.59
##                                                                          low hanging       2      0.00          72.59      0.00          72.59
##                                                             lowe's business partners       2      0.00          72.59      0.00          72.59
##                                                             lower-level requirements       2      0.00          72.60      0.00          72.60
##                                                                  loyal customer base       2      0.00          72.60      0.00          72.60
##                                                                                lstms       2      0.00          72.60      0.00          72.60
##                                                                                  ltv       2      0.00          72.61      0.00          72.61
##                                                                               lucene       2      0.00          72.61      0.00          72.61
##                                                                    lucrative careers       2      0.00          72.62      0.00          72.62
##                                                                                 luke       2      0.00          72.62      0.00          72.62
##                                                                               luke's       2      0.00          72.62      0.00          72.62
##                                                                          ma location       2      0.00          72.63      0.00          72.63
##                                                                 machine intelligence       2      0.00          72.63      0.00          72.63
##                                                            machine learning approach       2      0.00          72.63      0.00          72.63
##                                                             machine learning efforts       2      0.00          72.64      0.00          72.64
##                                                          machine learning experience       2      0.00          72.64      0.00          72.64
##                                                   machine learning model development       2      0.00          72.65      0.00          72.65
##                                                            machine learning modeling       2      0.00          72.65      0.00          72.65
##                                                            machine learning problems       2      0.00          72.65      0.00          72.65
##                                                            machine learning products       2      0.00          72.66      0.00          72.66
##                                                       machine learning professionals       2      0.00          72.66      0.00          72.66
##                                                            machine learning software       2      0.00          72.67      0.00          72.67
##                                                              machine learning theory       2      0.00          72.67      0.00          72.67
##                                                                            machinery       2      0.00          72.67      0.00          72.67
##                                                                                macro       2      0.00          72.68      0.00          72.68
##                                                                 magnet accreditation       2      0.00          72.68      0.00          72.68
##                                                                     main contributor       2      0.00          72.68      0.00          72.68
##                                                                   maintenance checks       2      0.00          72.69      0.00          72.69
##                                                 major digital transformation partner       2      0.00          72.69      0.00          72.69
##                                                                         major factor       2      0.00          72.70      0.00          72.70
##                                                         major financial institutions       2      0.00          72.70      0.00          72.70
##                                                                           major gses       2      0.00          72.70      0.00          72.70
##                                                               major responsibilities       2      0.00          72.71      0.00          72.71
##                                                                             majority       2      0.00          72.71      0.00          72.71
##                                                                               makers       2      0.00          72.71      0.00          72.71
##                                                           malpractice liability cost       2      0.00          72.72      0.00          72.72
##                                                           management level employees       2      0.00          72.72      0.00          72.72
##                                                               management of patients       2      0.00          72.73      0.00          72.73
##                                                                 management practices       2      0.00          72.73      0.00          72.73
##                                                              management team members       2      0.00          72.73      0.00          72.73
##                                                                              manuals       2      0.00          72.74      0.00          72.74
##                                                           manufacturing data reports       2      0.00          72.74      0.00          72.74
##                                                             manufacturing efficiency       2      0.00          72.75      0.00          72.75
##                                                               manufacturing facility       2      0.00          72.75      0.00          72.75
##                                                                             marathon       2      0.00          72.75      0.00          72.75
##                                                                              mariadb       2      0.00          72.76      0.00          72.76
##                                                                            marijuana       2      0.00          72.76      0.00          72.76
##                                                                               marine       2      0.00          72.76      0.00          72.76
##                                                                            marital s       2      0.00          72.77      0.00          72.77
##                                                           market analysis background       2      0.00          72.77      0.00          72.77
##                                                                        market leader       2      0.00          72.78      0.00          72.78
##                                                                         market needs       2      0.00          72.78      0.00          72.78
##                                                         market of advanced analytics       2      0.00          72.78      0.00          72.78
##                                                        market opportunity assessment       2      0.00          72.79      0.00          72.79
##                                                                      market research       2      0.00          72.79      0.00          72.79
##                                                                     marketing agency       2      0.00          72.79      0.00          72.79
##                                                                   marketing analysis       2      0.00          72.80      0.00          72.80
##                                                           marketing campaign results       2      0.00          72.80      0.00          72.80
##                                                                 marketing challenges       2      0.00          72.81      0.00          72.81
##                                                                 marketing department       2      0.00          72.81      0.00          72.81
##                                                                   marketing material       2      0.00          72.81      0.00          72.81
##                                                                  marketing resources       2      0.00          72.82      0.00          72.82
##                                                                   marketing response       2      0.00          72.82      0.00          72.82
##                                                                    marketing science       2      0.00          72.83      0.00          72.83
##                                                                 marketing strategies       2      0.00          72.83      0.00          72.83
##                                                                                 mass       2      0.00          72.83      0.00          72.83
##                                                               master data management       2      0.00          72.84      0.00          72.84
##                                                                        master degree       2      0.00          72.84      0.00          72.84
##                                                                    master simplifier       2      0.00          72.84      0.00          72.84
##                                                                      material impact       2      0.00          72.85      0.00          72.85
##                                                                mathematical analysis       2      0.00          72.85      0.00          72.85
##                                                   mathematical programming languages       2      0.00          72.86      0.00          72.86
##                                                                  mathematical skills       2      0.00          72.86      0.00          72.86
##                                                              mathematical techniques       2      0.00          72.86      0.00          72.86
##                                                                                maths       2      0.00          72.87      0.00          72.87
##                                                                    matrix arithmetic       2      0.00          72.87      0.00          72.87
##                                                                 matrix factorization       2      0.00          72.87      0.00          72.87
##                                                                     matrixed fashion       2      0.00          72.88      0.00          72.88
##                                                                      mature culture·       2      0.00          72.88      0.00          72.88
##                                                                  maximum use of time       2      0.00          72.89      0.00          72.89
##                                                                             mcdonald       2      0.00          72.89      0.00          72.89
##                                                                                  mdx       2      0.00          72.89      0.00          72.89
##                                                      meaningful business improvement       2      0.00          72.90      0.00          72.90
##                                                         meaningful business problems       2      0.00          72.90      0.00          72.90
##                                                              meaningful contribution       2      0.00          72.91      0.00          72.91
##                                                             meaningful data insights       2      0.00          72.91      0.00          72.91
##                                                       meaningful data visualizations       2      0.00          72.91      0.00          72.91
##                                                                   meaningful formats       2      0.00          72.92      0.00          72.92
##                                                                   meaningful results       2      0.00          72.92      0.00          72.92
##                                                                    meaningful trends       2      0.00          72.92      0.00          72.92
##                                                                              measure       2      0.00          72.93      0.00          72.93
##                                                          measurement process support       2      0.00          72.93      0.00          72.93
##                                                                           mechanisms       2      0.00          72.94      0.00          72.94
##                                                               medical care treatment       2      0.00          72.94      0.00          72.94
##                                                                     medical coverage       2      0.00          72.94      0.00          72.94
##                                                                       medical device       2      0.00          72.95      0.00          72.95
##                                                                      medical devices       2      0.00          72.95      0.00          72.95
##                                                       medical provider risk profiles       2      0.00          72.95      0.00          72.95
##                                                   medical risk underwriting platform       2      0.00          72.96      0.00          72.96
##                                                                        medical staff       2      0.00          72.96      0.00          72.96
##                                                              member of risirisa team       2      0.00          72.97      0.00          72.97
##                                                                               memory       2      0.00          72.97      0.00          72.97
##                                                                       menlo ventures       2      0.00          72.97      0.00          72.97
##                                                mentor cross functional collaborators       2      0.00          72.98      0.00          72.98
##                                                             mentoring junior members       2      0.00          72.98      0.00          72.98
##                                                             mentorship opportunities       2      0.00          72.99      0.00          72.99
##                                  merchant funding's online business lending division       2      0.00          72.99      0.00          72.99
##                                                                 merchant funding llc       2      0.00          72.99      0.00          72.99
##                                                                 merkle data products       2      0.00          73.00      0.00          73.00
##                                                                              message       2      0.00          73.00      0.00          73.00
##                                                                           messy data       2      0.00          73.00      0.00          73.00
##                                                                  metadata management       2      0.00          73.01      0.00          73.01
##                                                            methodological innovation       2      0.00          73.01      0.00          73.01
##                                                    methodology development processes       2      0.00          73.02      0.00          73.02
##                                                                 meticulous attention       2      0.00          73.02      0.00          73.02
##                                                                                metro       2      0.00          73.02      0.00          73.02
##                                                                               mexico       2      0.00          73.03      0.00          73.03
##                                                                     microsoft access       2      0.00          73.03      0.00          73.03
##                                                     mid-level programming experience       2      0.00          73.03      0.00          73.03
##                                                                                miles       2      0.00          73.04      0.00          73.04
##                                                           military friendly employer       2      0.00          73.04      0.00          73.04
##                                                              military veteran status       2      0.00          73.05      0.00          73.05
##                                                              millions of connections       2      0.00          73.05      0.00          73.05
##                                                           millions of users everyday       2      0.00          73.05      0.00          73.05
##                                                                    minimal oversight       2      0.00          73.06      0.00          73.06
##                                                            minimal physical exertion       2      0.00          73.06      0.00          73.06
##                                                               minimal qualifications       2      0.00          73.07      0.00          73.07
##                                                                   minimum experience       2      0.00          73.07      0.00          73.07
##                                                                  minimum of bachelor       2      0.00          73.07      0.00          73.07
##                                                                              minutes       2      0.00          73.08      0.00          73.08
##                                                                       missing values       2      0.00          73.08      0.00          73.08
##                                                                     mission-critical       2      0.00          73.08      0.00          73.08
##                                                  mission-focused data analytics team       2      0.00          73.09      0.00          73.09
##                                                            mission-focused solutions       2      0.00          73.09      0.00          73.09
##                                                                   mission objectives       2      0.00          73.10      0.00          73.10
##                                                                      mission success       2      0.00          73.10      0.00          73.10
##                                                                             missions       2      0.00          73.10      0.00          73.10
##                                                                        mixed methods       2      0.00          73.11      0.00          73.11
##                                                                       mobile devices       2      0.00          73.11      0.00          73.11
##                                                   model complex human-scale problems       2      0.00          73.11      0.00          73.11
##                                                                     model deployment       2      0.00          73.12      0.00          73.12
##                                                             model performance tuning       2      0.00          73.12      0.00          73.12
##                                                                     model prediction       2      0.00          73.13      0.00          73.13
##                                                                     model prototypes       2      0.00          73.13      0.00          73.13
##                                                                        model testing       2      0.00          73.13      0.00          73.13
##                                                             model training pipelines       2      0.00          73.14      0.00          73.14
##                                                          model validation techniques       2      0.00          73.14      0.00          73.14
##                                                            modeling complex business       2      0.00          73.15      0.00          73.15
##                                                            modeling complex problems       2      0.00          73.15      0.00          73.15
##                                                                     modeling efforts       2      0.00          73.15      0.00          73.15
##                                                                     modeling methods       2      0.00          73.16      0.00          73.16
##                                                                      modeling skills       2      0.00          73.16      0.00          73.16
##                                                                  modeling strategies       2      0.00          73.16      0.00          73.16
##                                                                         modelization       2      0.00          73.17      0.00          73.17
##                                                            modern analytical methods       2      0.00          73.17      0.00          73.17
##                                                                              moments       2      0.00          73.18      0.00          73.18
##                                                                   monitor production       2      0.00          73.18      0.00          73.18
##                                                      monitor technology developments       2      0.00          73.18      0.00          73.18
##                                                                             monitors       2      0.00          73.19      0.00          73.19
##                                                         mooc specializations desired       2      0.00          73.19      0.00          73.19
##                                                                           morgantown       2      0.00          73.19      0.00          73.19
##                                                                              morning       2      0.00          73.20      0.00          73.20
##                                     mortgage lending platform providers black knight       2      0.00          73.20      0.00          73.20
##                                                                      most innovative       2      0.00          73.21      0.00          73.21
##                                                                 motivated individual       2      0.00          73.21      0.00          73.21
##                                                               motivated self-starter       2      0.00          73.21      0.00          73.21
##                                                                      ms office suite       2      0.00          73.22      0.00          73.22
##                                                                           ms windows       2      0.00          73.22      0.00          73.22
##                                                                                  msc       2      0.00          73.23      0.00          73.23
##                                                                          msc student       2      0.00          73.23      0.00          73.23
##                                                       multi-cultural voice assistant       2      0.00          73.23      0.00          73.23
##                                                              multi-disciplinary role       2      0.00          73.24      0.00          73.24
##                                                              multi-layer neural nets       2      0.00          73.24      0.00          73.24
##                                                                        multi-lingual       2      0.00          73.24      0.00          73.24
##                                                   multi-skilled product support team       2      0.00          73.25      0.00          73.25
##                                                  multi-year recipient of best places       2      0.00          73.25      0.00          73.25
##                                                        multidisciplinary environment       2      0.00          73.26      0.00          73.26
##                                                                    multilingual team       2      0.00          73.26      0.00          73.26
##                                                           multiple analytical stacks       2      0.00          73.26      0.00          73.26
##                                                                     multiple clients       2      0.00          73.27      0.00          73.27
##                                                                        multiple data       2      0.00          73.27      0.00          73.27
##                                                                    multiple programs       2      0.00          73.27      0.00          73.27
##                                                               multiple stake holders       2      0.00          73.28      0.00          73.28
##                                                            multiple work assignments       2      0.00          73.28      0.00          73.28
##                                                                       multiple years       2      0.00          73.29      0.00          73.29
##                                                                multivariate analysis       2      0.00          73.29      0.00          73.29
##                                                                multivariate datasets       2      0.00          73.29      0.00          73.29
##                                                    multivariate statistical analysis       2      0.00          73.30      0.00          73.30
##                                                                                   na       2      0.00          73.30      0.00          73.30
##                                                                                names       2      0.00          73.31      0.00          73.31
##                                                                         nano degrees       2      0.00          73.31      0.00          73.31
##                                                                      narrative forms       2      0.00          73.31      0.00          73.31
##                                                                                nasic       2      0.00          73.32      0.00          73.32
##                                                                         national air       2      0.00          73.32      0.00          73.32
##                                                       national evidence-based policy       2      0.00          73.32      0.00          73.32
##                                                                    national security       2      0.00          73.33      0.00          73.33
##                                                           national security missions       2      0.00          73.33      0.00          73.33
##                                                                       national stats       2      0.00          73.34      0.00          73.34
##                                                                        nationalities       2      0.00          73.34      0.00          73.34
##                                                                              nations       2      0.00          73.34      0.00          73.34
##                                                                    natural curiosity       2      0.00          73.35      0.00          73.35
##                                                 natural language processing packages       2      0.00          73.35      0.00          73.35
##                                               natural language processing techniques       2      0.00          73.35      0.00          73.35
##                                                                               nature       2      0.00          73.36      0.00          73.36
##                                                                           navigation       2      0.00          73.36      0.00          73.36
##                                                                     needs of clients       2      0.00          73.37      0.00          73.37
##                                                                             neighbor       2      0.00          73.37      0.00          73.37
##                                                                            neighbors       2      0.00          73.37      0.00          73.37
##                                                                    net profit margin       2      0.00          73.38      0.00          73.38
##                                                                                net10       2      0.00          73.38      0.00          73.38
##                                                                              network       2      0.00          73.38      0.00          73.38
##                                                               network analytics team       2      0.00          73.39      0.00          73.39
##                                                                        network flows       2      0.00          73.39      0.00          73.39
##                                                                           networking       2      0.00          73.40      0.00          73.40
##                                                                new algorithmic ideas       2      0.00          73.40      0.00          73.40
##                                                                         new approach       2      0.00          73.40      0.00          73.40
##                                                                       new approaches       2      0.00          73.41      0.00          73.41
##                                                            new business data domains       2      0.00          73.41      0.00          73.41
##                                                           new business opportunities       2      0.00          73.42      0.00          73.42
##                                                                     new capabilities       2      0.00          73.42      0.00          73.42
##                                                                        new data area       2      0.00          73.42      0.00          73.42
##                                                          new data collection streams       2      0.00          73.43      0.00          73.43
##                                                     new data management technologies       2      0.00          73.43      0.00          73.43
##                                                                        new data sets       2      0.00          73.43      0.00          73.43
##                                                                       new data types       2      0.00          73.44      0.00          73.44
##                                                                 new domain expertise       2      0.00          73.44      0.00          73.44
##                                                      new financial services products       2      0.00          73.45      0.00          73.45
##                                                                       new hypotheses       2      0.00          73.45      0.00          73.45
##                                                                      new information       2      0.00          73.45      0.00          73.45
##                                                                         new managers       2      0.00          73.46      0.00          73.46
##                                                       new mathematical methodologies       2      0.00          73.46      0.00          73.46
##                                                                           new office       2      0.00          73.46      0.00          73.46
##                                                                         new problems       2      0.00          73.47      0.00          73.47
##                                                                        new processes       2      0.00          73.47      0.00          73.47
##                                                            new product-line business       2      0.00          73.48      0.00          73.48
##                                                          new scalable infrastructure       2      0.00          73.48      0.00          73.48
##                                                                         new services       2      0.00          73.48      0.00          73.48
##                                                                      new source data       2      0.00          73.49      0.00          73.49
##                                                               new sources of revenue       2      0.00          73.49      0.00          73.49
##                                                                       new statistics       2      0.00          73.50      0.00          73.50
##                                                                      new territories       2      0.00          73.50      0.00          73.50
##                                                                    new types of data       2      0.00          73.50      0.00          73.50
##                                                                             new work       2      0.00          73.51      0.00          73.51
##                                                                        new york city       2      0.00          73.51      0.00          73.51
##                                                                       new york times       2      0.00          73.51      0.00          73.51
##                                                                              nielsen       2      0.00          73.52      0.00          73.52
##                                                                nielsen methodologies       2      0.00          73.52      0.00          73.52
##                                                                      nielsen systems       2      0.00          73.53      0.00          73.53
##                                                                               nights       2      0.00          73.53      0.00          73.53
##                                                                          nimble team       2      0.00          73.53      0.00          73.53
##                                                                                   nj       2      0.00          73.54      0.00          73.54
##                                                                            nlp areas       2      0.00          73.54      0.00          73.54
##                                                                        nlp engineers       2      0.00          73.54      0.00          73.54
##                                                                      nlp initiatives       2      0.00          73.55      0.00          73.55
##                                                                    nlp methodologies       2      0.00          73.55      0.00          73.55
##                                                                           nlp models       2      0.00          73.56      0.00          73.56
##                                                                     nlp technologies       2      0.00          73.56      0.00          73.56
##                                                       non-academic data science role       2      0.00          73.56      0.00          73.56
##                                                                   non-business hours       2      0.00          73.57      0.00          73.57
##                                                    non-parametric hypothesis testing       2      0.00          73.57      0.00          73.57
##                                                             non-technical colleagues       2      0.00          73.58      0.00          73.58
##                                                                 non-technical topics       2      0.00          73.58      0.00          73.58
##                                                                  non-technical users       2      0.00          73.58      0.00          73.58
##                                                             nondiscriminatory manner       2      0.00          73.59      0.00          73.59
##                                                                    nonprofit clients       2      0.00          73.59      0.00          73.59
##                                                                           northbrook       2      0.00          73.59      0.00          73.59
##                                                                         nosql design       2      0.00          73.60      0.00          73.60
##                                                                        nosql systems       2      0.00          73.60      0.00          73.60
##                                                                                 note       2      0.00          73.61      0.00          73.61
##                                                                               notion       2      0.00          73.61      0.00          73.61
##                                                                     novel approaches       2      0.00          73.61      0.00          73.61
##                                                                       novel insights       2      0.00          73.62      0.00          73.62
##                                                       novel machine learning methods       2      0.00          73.62      0.00          73.62
##                                                                 novel nlp algorithms       2      0.00          73.62      0.00          73.62
##                                                                      novel solutions       2      0.00          73.63      0.00          73.63
##                                                                                  npv       2      0.00          73.63      0.00          73.63
##                                                                nuanced data problems       2      0.00          73.64      0.00          73.64
##                                                                        number values       2      0.00          73.64      0.00          73.64
##                                                                    numerical methods       2      0.00          73.64      0.00          73.64
##                                                                          nvidia cuda       2      0.00          73.65      0.00          73.65
##                                                                           ny letgo's       2      0.00          73.65      0.00          73.65
##                                                                             o retail       2      0.00          73.66      0.00          73.66
##                                                                          o ticketing       2      0.00          73.66      0.00          73.66
##                                                                                 o tv       2      0.00          73.66      0.00          73.66
##                                                               object oriented design       2      0.00          73.67      0.00          73.67
##                                                                  objective assurance       2      0.00          73.67      0.00          73.67
##                                                                           obligation       2      0.00          73.67      0.00          73.67
##                                                                            obstacles       2      0.00          73.68      0.00          73.68
##                                                              occasional evening work       2      0.00          73.68      0.00          73.68
##                                                                      occasional need       2      0.00          73.69      0.00          73.69
##                                                                      office politics       2      0.00          73.69      0.00          73.69
##                                     office robust relocation package massage therapy       2      0.00          73.69      0.00          73.69
##                                                                       office setting       2      0.00          73.70      0.00          73.70
##                                                               official company email       2      0.00          73.70      0.00          73.70
##                                                                offline b2c customers       2      0.00          73.70      0.00          73.70
##                                                                                   oh       2      0.00          73.71      0.00          73.71
##                                                                  omni-channel impact       2      0.00          73.71      0.00          73.71
##                                                         omni-channel sales potential       2      0.00          73.72      0.00          73.72
##                                                                    on-going training       2      0.00          73.72      0.00          73.72
##                                                                          on-site gym       2      0.00          73.72      0.00          73.72
##                                                                  on-the-job training       2      0.00          73.73      0.00          73.73
##                                                                ongoing ai revolution       2      0.00          73.73      0.00          73.73
##                                                                        ongoing basis       2      0.00          73.74      0.00          73.74
##                                                          ongoing concurrent projects       2      0.00          73.74      0.00          73.74
##                                                       ongoing data analytics efforts       2      0.00          73.74      0.00          73.74
##                                                                     ongoing learning       2      0.00          73.75      0.00          73.75
##                                                                     online decisions       2      0.00          73.75      0.00          73.75
##                                                            online event registration       2      0.00          73.75      0.00          73.75
##                                                               online experimentation       2      0.00          73.76      0.00          73.76
##                                                                       online lending       2      0.00          73.76      0.00          73.76
##                                                                    ontology building       2      0.00          73.77      0.00          73.77
##                                                                 open data structures       2      0.00          73.77      0.00          73.77
##                                                                     open door policy       2      0.00          73.77      0.00          73.77
##                                                                 open filing cabinets       2      0.00          73.78      0.00          73.78
##                                                                            open mind       2      0.00          73.78      0.00          73.78
##                                                                        open position       2      0.00          73.78      0.00          73.78
##                                                          open science best practices       2      0.00          73.79      0.00          73.79
##                                                                open source libraries       2      0.00          73.79      0.00          73.79
##                                                            operational business data       2      0.00          73.80      0.00          73.80
##                                       operational capabilities of computation assets       2      0.00          73.80      0.00          73.80
##                                                            operational data requests       2      0.00          73.80      0.00          73.80
##                                                             operational efficiencies       2      0.00          73.81      0.00          73.81
##                                                              operational forecasting       2      0.00          73.81      0.00          73.81
##                                                                 operational research       2      0.00          73.82      0.00          73.82
##                                                                    operational risks       2      0.00          73.82      0.00          73.82
##                                                                      operations data       2      0.00          73.82      0.00          73.82
##                                                              operations optimization       2      0.00          73.83      0.00          73.83
##                                                                 operations research·       2      0.00          73.83      0.00          73.83
##                                                                             opinions       2      0.00          73.83      0.00          73.83
##                                                                              opioids       2      0.00          73.84      0.00          73.84
##                                                                   optimal extraction       2      0.00          73.84      0.00          73.84
##                                                                    optimal solutions       2      0.00          73.85      0.00          73.85
##                                                                optimization criteria       2      0.00          73.85      0.00          73.85
##                                                                optimization problems       2      0.00          73.85      0.00          73.85
##                                                                        optimizations       2      0.00          73.86      0.00          73.86
##                                                                   optimizing revenue       2      0.00          73.86      0.00          73.86
##                                                                oracle cloud services       2      0.00          73.86      0.00          73.86
##                                                          oracle relational databases       2      0.00          73.87      0.00          73.87
##                                                                    order fulfillment       2      0.00          73.87      0.00          73.87
##                                                   organization's financial decisions       2      0.00          73.88      0.00          73.88
##                                                            organizational innovation       2      0.00          73.88      0.00          73.88
##                                                                     original thinker       2      0.00          73.88      0.00          73.88
##                                                                               others       2      0.00          73.89      0.00          73.89
##                                                                              outcome       2      0.00          73.89      0.00          73.89
##                                                                         outdoor life       2      0.00          73.90      0.00          73.90
##                                                                          outer space       2      0.00          73.90      0.00          73.90
##                                                        outstanding analytical skills       2      0.00          73.90      0.00          73.90
##                                                           outstanding data analytics       2      0.00          73.91      0.00          73.91
##                                                              outstanding opportunity       2      0.00          73.91      0.00          73.91
##                                                               outstanding reputation       2      0.00          73.91      0.00          73.91
##                                                                   outstanding talent       2      0.00          73.92      0.00          73.92
##                                                                                 over       2      0.00          73.92      0.00          73.92
##                                                                     overall strategy       2      0.00          73.93      0.00          73.93
##                                                                 oversight experience       2      0.00          73.93      0.00          73.93
##                                                                                 pace       2      0.00          73.93      0.00          73.93
##                                                                              package       2      0.00          73.94      0.00          73.94
##                                                                      package results       2      0.00          73.94      0.00          73.94
##                                                                             pageplus       2      0.00          73.94      0.00          73.94
##                                                                   paid vacation days       2      0.00          73.95      0.00          73.95
##                                                                                paper       2      0.00          73.95      0.00          73.95
##                                                                        paper records       2      0.00          73.96      0.00          73.96
##                                                       parallel processing frameworks       2      0.00          73.96      0.00          73.96
##                                                                       parental leave       2      0.00          73.96      0.00          73.96
##                                                                     particular focus       2      0.00          73.97      0.00          73.97
##                                                                                parts       2      0.00          73.97      0.00          73.97
##                                                              party research partners       2      0.00          73.98      0.00          73.98
##                                                               passionate consultants       2      0.00          73.98      0.00          73.98
##                                                                   patient population       2      0.00          73.98      0.00          73.98
##                                                                       patient safety       2      0.00          73.99      0.00          73.99
##                                                                              payment       2      0.00          73.99      0.00          73.99
##                                                          payment-related information       2      0.00          73.99      0.00          73.99
##                                                                      payment systems       2      0.00          74.00      0.00          74.00
##                                                                                   pc       2      0.00          74.00      0.00          74.00
##                                                                                  pcp       2      0.00          74.01      0.00          74.01
##                                                                                  pdf       2      0.00          74.01      0.00          74.01
##                                                                        peace of mind       2      0.00          74.01      0.00          74.01
##                                                               peer-reviewed journals       2      0.00          74.02      0.00          74.02
##                                                           peer-reviewed publications       2      0.00          74.02      0.00          74.02
##                                                                    peer stakeholders       2      0.00          74.02      0.00          74.02
##                                                                                  peo       2      0.00          74.03      0.00          74.03
##                                                             people's financial lives       2      0.00          74.03      0.00          74.03
##                                                                       people's ideas       2      0.00          74.04      0.00          74.04
##                                                                              percent       2      0.00          74.04      0.00          74.04
##                                                                    perfect candidate       2      0.00          74.04      0.00          74.04
##                                                                 performance analysis       2      0.00          74.05      0.00          74.05
##                                                          performance based logistics       2      0.00          74.05      0.00          74.05
##                                                                   performance levers       2      0.00          74.06      0.00          74.06
##                                                              performance measurement       2      0.00          74.06      0.00          74.06
##                                                         performance metric selection       2      0.00          74.06      0.00          74.06
##                                                               performance monitoring       2      0.00          74.07      0.00          74.07
##                                                            performance of government       2      0.00          74.07      0.00          74.07
##                                                     performance reimbursement models       2      0.00          74.07      0.00          74.07
##                                                                 performance tracking       2      0.00          74.08      0.00          74.08
##                                                                      periodic travel       2      0.00          74.08      0.00          74.08
##                                                       peripheral equipment knowledge       2      0.00          74.09      0.00          74.09
##                                                                   permanent resident       2      0.00          74.09      0.00          74.09
##                                                                  personal commitment       2      0.00          74.09      0.00          74.09
##                                                                        personal days       2      0.00          74.10      0.00          74.10
##                                                                        personalities       2      0.00          74.10      0.00          74.10
##                                                          personalization initiatives       2      0.00          74.10      0.00          74.10
##                                                               personalized messaging       2      0.00          74.11      0.00          74.11
##                                                                 personnel components       2      0.00          74.11      0.00          74.11
##                                                         personnel related activities       2      0.00          74.12      0.00          74.12
##                                                                              persons       2      0.00          74.12      0.00          74.12
##                                                               pertinent data visible       2      0.00          74.12      0.00          74.12
##                                                                                phase       2      0.00          74.13      0.00          74.13
##                                                                       phd experience       2      0.00          74.13      0.00          74.13
##                                                                          phone calls       2      0.00          74.14      0.00          74.14
##                                                                         phone number       2      0.00          74.14      0.00          74.14
##                                                                         photo thanks       2      0.00          74.14      0.00          74.14
##                                                                         photocopiers       2      0.00          74.15      0.00          74.15
##                                                                                 phys       2      0.00          74.15      0.00          74.15
##                                                                    physical journeys       2      0.00          74.15      0.00          74.15
##                                                                physical requirements       2      0.00          74.16      0.00          74.16
##                                                                    physical shopping       2      0.00          74.16      0.00          74.16
##                                                                            physician       2      0.00          74.17      0.00          74.17
##                                                                             pioneers       2      0.00          74.17      0.00          74.17
##                                                                         pivot tables       2      0.00          74.17      0.00          74.17
##                                                                         planned work       2      0.00          74.18      0.00          74.18
##                                                                 platform development       2      0.00          74.18      0.00          74.18
##                                                                               plotly       2      0.00          74.18      0.00          74.18
##                                                                          pluralsight       2      0.00          74.19      0.00          74.19
##                                                                 pluralsight platform       2      0.00          74.19      0.00          74.19
##                                                                               points       2      0.00          74.20      0.00          74.20
##                                                                       points of view       2      0.00          74.20      0.00          74.20
##                                                                        policy design       2      0.00          74.20      0.00          74.20
##                                                                         popular apps       2      0.00          74.21      0.00          74.21
##                                                     popular deep learning frameworks       2      0.00          74.21      0.00          74.21
##                                                            position gains experience       2      0.00          74.22      0.00          74.22
##                                                                  position highlights       2      0.00          74.22      0.00          74.22
##                                                                 position information       2      0.00          74.22      0.00          74.22
##                                                                       position title       2      0.00          74.23      0.00          74.23
##                                                        positive interpersonal skills       2      0.00          74.23      0.00          74.23
##                                                               possibility of renewal       2      0.00          74.23      0.00          74.23
##                                                                                 post       2      0.00          74.24      0.00          74.24
##                                                                post offer applicants       2      0.00          74.24      0.00          74.24
##                                                          potential application areas       2      0.00          74.25      0.00          74.25
##                                                                     potential issues       2      0.00          74.25      0.00          74.25
##                                                                                  pou       2      0.00          74.25      0.00          74.25
##                                                                     power innovation       2      0.00          74.26      0.00          74.26
##                                                                          power of ai       2      0.00          74.26      0.00          74.26
##                                                        power personalization efforts       2      0.00          74.26      0.00          74.26
##                                                                           powerforce       2      0.00          74.27      0.00          74.27
##                                                                      powerful things       2      0.00          74.27      0.00          74.27
##                                                      practical common-sense approach       2      0.00          74.28      0.00          74.28
##                                        practice of controlled experiments experience       2      0.00          74.28      0.00          74.28
##                                                             practice self-assessment       2      0.00          74.28      0.00          74.28
##                                                                           practicing       2      0.00          74.29      0.00          74.29
##                                                                   pragmatic approach       2      0.00          74.29      0.00          74.29
##                                                                           pragmatism       2      0.00          74.30      0.00          74.30
##                                                                   predicative models       2      0.00          74.30      0.00          74.30
##                                                                    prediction models       2      0.00          74.30      0.00          74.30
##                                                        prediction of human behaviors       2      0.00          74.31      0.00          74.31
##                                                      predictive analytics algorithms       2      0.00          74.31      0.00          74.31
##                                                     predictive classification models       2      0.00          74.31      0.00          74.31
##                                                               predictive data models       2      0.00          74.32      0.00          74.32
##                                                                  predictive learning       2      0.00          74.32      0.00          74.32
##                                                     predictive modeling capabilities       2      0.00          74.33      0.00          74.33
##                                                       predictive modeling experience       2      0.00          74.33      0.00          74.33
##                                                                     preeminent sport       2      0.00          74.33      0.00          74.33
##                                                                             prefered       2      0.00          74.34      0.00          74.34
##                                                                  preferred candidate       2      0.00          74.34      0.00          74.34
##                                                                      preferred ksa's       2      0.00          74.34      0.00          74.34
##                                                                  preferred languages       2      0.00          74.35      0.00          74.35
##                                                     preferred supplier of networking       2      0.00          74.35      0.00          74.35
##                                                        premier technology integrator       2      0.00          74.36      0.00          74.36
##                                                                              premise       2      0.00          74.36      0.00          74.36
##                                                                                 prep       2      0.00          74.36      0.00          74.36
##                                                            prepaid wireless provider       2      0.00          74.37      0.00          74.37
##                                                                            preparing       2      0.00          74.37      0.00          74.37
##                                                          preprocessing of structured       2      0.00          74.38      0.00          74.38
##                                                                        prerequisites       2      0.00          74.38      0.00          74.38
##                                                              prescriptive algorithms       2      0.00          74.38      0.00          74.38
##                                                           present complex algorithms       2      0.00          74.39      0.00          74.39
##                                                                         present data       2      0.00          74.39      0.00          74.39
##                                                                  present information       2      0.00          74.39      0.00          74.39
##                                                                     present problems       2      0.00          74.40      0.00          74.40
##                                                                 presentation formats       2      0.00          74.40      0.00          74.40
##                                                                      presenting data       2      0.00          74.41      0.00          74.41
##                                                                  presenting findings       2      0.00          74.41      0.00          74.41
##                                                         presenting meeting materials       2      0.00          74.41      0.00          74.41
##                                                                    pressing problems       2      0.00          74.42      0.00          74.42
##                                                                           prevalence       2      0.00          74.42      0.00          74.42
##                                                    previous data modeling experience       2      0.00          74.42      0.00          74.42
##                                                                    previous exposure       2      0.00          74.43      0.00          74.43
##                                                                        previous work       2      0.00          74.43      0.00          74.43
##                                                                                price       2      0.00          74.44      0.00          74.44
##                                                                       pricing models       2      0.00          74.44      0.00          74.44
##                                                                     primary provider       2      0.00          74.44      0.00          74.44
##                                                                  principled approach       2      0.00          74.45      0.00          74.45
##                                           prior data analytics consulting experience       2      0.00          74.45      0.00          74.45
##                                                                             priority       2      0.00          74.46      0.00          74.46
##                                                                        private cloud       2      0.00          74.46      0.00          74.46
##                                                              private consulting firm       2      0.00          74.46      0.00          74.46
##                                                             privileges of employment       2      0.00          74.47      0.00          74.47
##                                                                       proactive care       2      0.00          74.47      0.00          74.47
##                                                                     probability laws       2      0.00          74.47      0.00          74.47
##                                                                  problem definitions       2      0.00          74.48      0.00          74.48
##                                                                    problem statement       2      0.00          74.48      0.00          74.48
##                                                                   process automation       2      0.00          74.49      0.00          74.49
##                                                                       process drifts       2      0.00          74.49      0.00          74.49
##                                                                    process engineers       2      0.00          74.49      0.00          74.49
##                                                                        process flows       2      0.00          74.50      0.00          74.50
##                                                   process of continuous improvements       2      0.00          74.50      0.00          74.50
##                                                                       process owners       2      0.00          74.50      0.00          74.50
##                                                     procurement decisions accounting       2      0.00          74.51      0.00          74.51
##                                                                   product architects       2      0.00          74.51      0.00          74.51
##                                                                    product designers       2      0.00          74.52      0.00          74.52
##                                                                 product enhancements       2      0.00          74.52      0.00          74.52
##                                                                        product ideas       2      0.00          74.52      0.00          74.52
##                                                              product leadership team       2      0.00          74.53      0.00          74.53
##                                                                        product leads       2      0.00          74.53      0.00          74.53
##                                                           product lifecycle analyses       2      0.00          74.53      0.00          74.53
##                                                                         product line       2      0.00          74.54      0.00          74.54
##                                                              product management team       2      0.00          74.54      0.00          74.54
##                                                             product management teams       2      0.00          74.55      0.00          74.55
##                                                                        product needs       2      0.00          74.55      0.00          74.55
##                                                                    product offerings       2      0.00          74.55      0.00          74.55
##                                                                       product owners       2      0.00          74.56      0.00          74.56
##                                                                      product quality       2      0.00          74.56      0.00          74.56
##                                                                   product sales data       2      0.00          74.57      0.00          74.57
##                                                                production-ready code       2      0.00          74.57      0.00          74.57
##                                                            production-related issues       2      0.00          74.57      0.00          74.57
##                                                                production deployment       2      0.00          74.58      0.00          74.58
##                                                                    production models       2      0.00          74.58      0.00          74.58
##                                                                   production of data       2      0.00          74.58      0.00          74.58
##                                                                  production services       2      0.00          74.59      0.00          74.59
##                                                                    productive manner       2      0.00          74.59      0.00          74.59
##                                                                  productive software       2      0.00          74.60      0.00          74.60
##                                                                       products teams       2      0.00          74.60      0.00          74.60
##                                                             professional backgrounds       2      0.00          74.60      0.00          74.60
##                                                                  professional growth       2      0.00          74.61      0.00          74.61
##                                                                  professional manner       2      0.00          74.61      0.00          74.61
##                                                      professional office environment       2      0.00          74.61      0.00          74.61
##                                                                professional services       2      0.00          74.62      0.00          74.62
##                                                                      professionalism       2      0.00          74.62      0.00          74.62
##                                                                       profit sharing       2      0.00          74.63      0.00          74.63
##                                                               profound understanding       2      0.00          74.63      0.00          74.63
##                                                        program evaluation activities       2      0.00          74.63      0.00          74.63
##                                                            program executive officer       2      0.00          74.64      0.00          74.64
##                                                                      program manager       2      0.00          74.64      0.00          74.64
##                                                                    program of record       2      0.00          74.65      0.00          74.65
##                                                                   program operations       2      0.00          74.65      0.00          74.65
##                                                                 programing languages       2      0.00          74.65      0.00          74.65
##                                                                          programmers       2      0.00          74.66      0.00          74.66
##                                                       programming advanced computing       2      0.00          74.66      0.00          74.66
##                                                           programming languages java       2      0.00          74.66      0.00          74.66
##                                                  programming of detection algorithms       2      0.00          74.67      0.00          74.67
##                                                            project-specific programs       2      0.00          74.67      0.00          74.67
##                                                                 project achievements       2      0.00          74.68      0.00          74.68
##                                                                project documentation       2      0.00          74.68      0.00          74.68
##                                                                    project lifecycle       2      0.00          74.68      0.00          74.68
##                                                        project management experience       2      0.00          74.69      0.00          74.69
##                                                                      project manager       2      0.00          74.69      0.00          74.69
##                                                                     project managers       2      0.00          74.69      0.00          74.69
##                                                                        project needs       2      0.00          74.70      0.00          74.70
##                                                                   project priorities       2      0.00          74.70      0.00          74.70
##                                                                      project results       2      0.00          74.71      0.00          74.71
##                                                                        project scope       2      0.00          74.71      0.00          74.71
##                                                                          projections       2      0.00          74.71      0.00          74.71
##                                                                    prolonged sitting       2      0.00          74.72      0.00          74.72
##                                                                              promise       2      0.00          74.72      0.00          74.72
##                                                                            promotion       2      0.00          74.73      0.00          74.73
##                                                                  promotion potential       2      0.00          74.73      0.00          74.73
##                                                                    propensity models       2      0.00          74.73      0.00          74.73
##                                                            propensity score matching       2      0.00          74.74      0.00          74.74
##                                                                         proper model       2      0.00          74.74      0.00          74.74
##                                                                           properties       2      0.00          74.74      0.00          74.74
##                                               properties of probability distribution       2      0.00          74.75      0.00          74.75
##                                                                     proposal efforts       2      0.00          74.75      0.00          74.75
##                                                                      proposal review       2      0.00          74.76      0.00          74.76
##                                                                  proposed hypothesis       2      0.00          74.76      0.00          74.76
##                                                                        proposed work       2      0.00          74.76      0.00          74.76
##                                                proprietary business funding platform       2      0.00          74.77      0.00          74.77
##                                                                 proprietary datasets       2      0.00          74.77      0.00          74.77
##                                                        proprietary demand management       2      0.00          74.77      0.00          74.77
##                                                                  proprietary scorpio       2      0.00          74.78      0.00          74.78
##                                                                prospective employees       2      0.00          74.78      0.00          74.78
##                                                                            prospects       2      0.00          74.79      0.00          74.79
##                                                            protected characteristics       2      0.00          74.79      0.00          74.79
##                                                                 prototype algorithms       2      0.00          74.79      0.00          74.79
##                                                                        prototype poc       2      0.00          74.80      0.00          74.80
##                                                                  prototype solutions       2      0.00          74.80      0.00          74.80
##                                                             prototyping applications       2      0.00          74.81      0.00          74.81
##                                                                    proven background       2      0.00          74.81      0.00          74.81
##                                                                   proven performance       2      0.00          74.81      0.00          74.81
##                                                     proven project management skills       2      0.00          74.82      0.00          74.82
##                                                                        proven record       2      0.00          74.82      0.00          74.82
##                                                                        provider data       2      0.00          74.82      0.00          74.82
##                           provider of extensive telecommunications network solutions       2      0.00          74.83      0.00          74.83
##                                                                            providers       2      0.00          74.83      0.00          74.83
##                                                                               public       2      0.00          74.84      0.00          74.84
##                                                          public cloud infrastructure       2      0.00          74.84      0.00          74.84
##                                                                        public clouds       2      0.00          74.84      0.00          74.84
##                                                                    public networking       2      0.00          74.85      0.00          74.85
##                                                                  public stakeholders       2      0.00          74.85      0.00          74.85
##                                                                         public trust       2      0.00          74.85      0.00          74.85
##                                                               public trust clearance       2      0.00          74.86      0.00          74.86
##                                                                   publication record       2      0.00          74.86      0.00          74.86
##                                                                            purchases       2      0.00          74.87      0.00          74.87
##                                                                      purpose of role       2      0.00          74.87      0.00          74.87
##                                                              python machine learning       2      0.00          74.87      0.00          74.87
##                                                                   python programming       2      0.00          74.88      0.00          74.88
##                                                                   qm scientific team       2      0.00          74.88      0.00          74.88
##                                                                        qualification       2      0.00          74.89      0.00          74.89
##                                                                    qualified persons       2      0.00          74.89      0.00          74.89
##                                                                 qualitative evidence       2      0.00          74.89      0.00          74.89
##                                                                 qualitative research       2      0.00          74.90      0.00          74.90
##                                                                   quality assessment       2      0.00          74.90      0.00          74.90
##                                                                      quality control       2      0.00          74.90      0.00          74.90
##                                                                     quality employer       2      0.00          74.91      0.00          74.91
##                                                                      quality escapes       2      0.00          74.91      0.00          74.91
##                                                                        quality focus       2      0.00          74.92      0.00          74.92
##                                                                 quality improvements       2      0.00          74.92      0.00          74.92
##                                                                  quality refinements       2      0.00          74.92      0.00          74.92
##                                                            quantitative capabilities       2      0.00          74.93      0.00          74.93
##                                                 quantitative discipline - statistics       2      0.00          74.93      0.00          74.93
##                                                               quantitative expertise       2      0.00          74.93      0.00          74.93
##                                                         quantitative field preferred       2      0.00          74.94      0.00          74.94
##                                                               quantitative knowledge       2      0.00          74.94      0.00          74.94
##                                                                 quantitative science       2      0.00          74.95      0.00          74.95
##                                                                  quantitative skills       2      0.00          74.95      0.00          74.95
##                                                                     quantitative sme       2      0.00          74.95      0.00          74.95
##                                                                          query tools       2      0.00          74.96      0.00          74.96
##                                                                             querying       2      0.00          74.96      0.00          74.96
##                                                                             question       2      0.00          74.97      0.00          74.97
##                                                                          quick proof       2      0.00          74.97      0.00          74.97
##                                                                         r experience       2      0.00          74.97      0.00          74.97
##                                                                           r markdown       2      0.00          74.98      0.00          74.98
##                                                                             r skills       2      0.00          74.98      0.00          74.98
##                                                                                 rail       2      0.00          74.98      0.00          74.98
##                                                                                rails       2      0.00          74.99      0.00          74.99
##                                                             random forest regressors       2      0.00          74.99      0.00          74.99
##                                                         randomized field evaluations       2      0.00          75.00      0.00          75.00
##                                                     range of data science techniques       2      0.00          75.00      0.00          75.00
##                                                            range of machine learning       2      0.00          75.00      0.00          75.00
##                                                                  range of networking       2      0.00          75.01      0.00          75.01
##                                                                    range of services       2      0.00          75.01      0.00          75.01
##                                                                     range of sources       2      0.00          75.01      0.00          75.01
##                                                               rapid data correlation       2      0.00          75.02      0.00          75.02
##                                            rapid prototyping of analytical solutions       2      0.00          75.02      0.00          75.02
##                                                                             raw data       2      0.00          75.03      0.00          75.03
##                                                                     raw digital data       2      0.00          75.03      0.00          75.03
##                                                                         re-imagining       2      0.00          75.03      0.00          75.03
##                                                                       ready versions       2      0.00          75.04      0.00          75.04
##                                                           real-time data aggregation       2      0.00          75.04      0.00          75.04
##                                                                  real-time decisions       2      0.00          75.05      0.00          75.05
##                                                            real-time security alerts       2      0.00          75.05      0.00          75.05
##                                                                 real-word experience       2      0.00          75.05      0.00          75.05
##                                                       real estate location selection       2      0.00          75.06      0.00          75.06
##                                                                         real winners       2      0.00          75.06      0.00          75.06
##                                                              real world applications       2      0.00          75.06      0.00          75.06
##                                                                    real world impact       2      0.00          75.07      0.00          75.07
##                                                          real world messing problems       2      0.00          75.07      0.00          75.07
##                                                                              reality       2      0.00          75.08      0.00          75.08
##                                                                  recent developments       2      0.00          75.08      0.00          75.08
##                                                                    recognized leader       2      0.00          75.08      0.00          75.08
##                                                            recommendation algorithms       2      0.00          75.09      0.00          75.09
##                                             recommendations of specific technologies       2      0.00          75.09      0.00          75.09
##                                                                  recommended actions       2      0.00          75.09      0.00          75.09
##                                                                   recruiting process       2      0.00          75.10      0.00          75.10
##                                                                      recruiting team       2      0.00          75.10      0.00          75.10
##                                                                          recruitment       2      0.00          75.11      0.00          75.11
##                                                            recurrent neural networks       2      0.00          75.11      0.00          75.11
##                                                                           refinement       2      0.00          75.11      0.00          75.11
##                                                                              refugee       2      0.00          75.12      0.00          75.12
##                                                                              regions       2      0.00          75.12      0.00          75.12
##                                                                  regression modeling       2      0.00          75.13      0.00          75.13
##                                                                     regression tress       2      0.00          75.13      0.00          75.13
##                                                               regular business hours       2      0.00          75.13      0.00          75.13
##                                                      regularized regression analysis       2      0.00          75.14      0.00          75.14
##                                                                           regulation       2      0.00          75.14      0.00          75.14
##                                                                          regulations       2      0.00          75.14      0.00          75.14
##                                                                         related area       2      0.00          75.15      0.00          75.15
##                                                                   related businesses       2      0.00          75.15      0.00          75.15
##                                                                       related degree       2      0.00          75.16      0.00          75.16
##                                                           related engineering fields       2      0.00          75.16      0.00          75.16
##                                                                   related experience       2      0.00          75.16      0.00          75.16
##                                                                       related field·       2      0.00          75.17      0.00          75.17
##                                                               related field of study       2      0.00          75.17      0.00          75.17
##                                            related fields strong quantitative skills       2      0.00          75.17      0.00          75.17
##                                                                   related occupation       2      0.00          75.18      0.00          75.18
##                                                                     related problems       2      0.00          75.18      0.00          75.18
##                                                                    related processes       2      0.00          75.19      0.00          75.19
##                                                 related quantitative analytics field       2      0.00          75.19      0.00          75.19
##                                                                      related support       2      0.00          75.19      0.00          75.19
##                                                                  relation management       2      0.00          75.20      0.00          75.20
##                                                             relationship development       2      0.00          75.20      0.00          75.20
##                                                                  relationship skills       2      0.00          75.21      0.00          75.21
##                                                             relaxed work environment       2      0.00          75.21      0.00          75.21
##                                                                       release cycles       2      0.00          75.21      0.00          75.21
##                                                                     relevant factors       2      0.00          75.22      0.00          75.22
##                                                            relevant guest experience       2      0.00          75.22      0.00          75.22
##                                                     relevant industry certifications       2      0.00          75.22      0.00          75.22
##                                                     relevant professional experience       2      0.00          75.23      0.00          75.23
##                                                                   relevant questions       2      0.00          75.23      0.00          75.23
##                                                                      relevant skills       2      0.00          75.24      0.00          75.24
##                                                            relevant technical degree       2      0.00          75.24      0.00          75.24
##                                                    reliable communications solutions       2      0.00          75.24      0.00          75.24
##                                                              reliable data pipelines       2      0.00          75.25      0.00          75.25
##                                                      relocation assistance available       2      0.00          75.25      0.00          75.25
##                                                                    remote monitoring       2      0.00          75.25      0.00          75.25
##                                                                       remote sensing       2      0.00          75.26      0.00          75.26
##                                                                  repair partnerships       2      0.00          75.26      0.00          75.26
##                                                                       representation       2      0.00          75.27      0.00          75.27
##                                                                  required experience       2      0.00          75.27      0.00          75.27
##                                                                    required meetings       2      0.00          75.27      0.00          75.27
##                                                                          requirement       2      0.00          75.28      0.00          75.28
##                                                                requirements analysis       2      0.00          75.28      0.00          75.28
##                                                          requirements specifications       2      0.00          75.29      0.00          75.29
##                                                                       requisition id       2      0.00          75.29      0.00          75.29
##                                                                           resampling       2      0.00          75.29      0.00          75.29
##                                                                 research initiatives       2      0.00          75.30      0.00          75.30
##                                                                  research literature       2      0.00          75.30      0.00          75.30
##                                                                 research methodology       2      0.00          75.30      0.00          75.30
##                                                             research new statistical       2      0.00          75.31      0.00          75.31
##                                                               research opportunities       2      0.00          75.31      0.00          75.31
##                                                                   research questions       2      0.00          75.32      0.00          75.32
##                                                                           researcher       2      0.00          75.32      0.00          75.32
##                                                                           resilience       2      0.00          75.32      0.00          75.32
##                                                    resolution of data quality issues       2      0.00          75.33      0.00          75.33
##                                                                               resort       2      0.00          75.33      0.00          75.33
##                             respective technical contracting officer representatives       2      0.00          75.33      0.00          75.33
##                                                              responsible team player       2      0.00          75.34      0.00          75.34
##                                                                          rest easier       2      0.00          75.34      0.00          75.34
##                                                                          restaurants       2      0.00          75.35      0.00          75.35
##                                                                 result of store open       2      0.00          75.35      0.00          75.35
##                                                                     results-oriented       2      0.00          75.35      0.00          75.35
##                                                     retail consumer engagement space       2      0.00          75.36      0.00          75.36
##                                                                   retail environment       2      0.00          75.36      0.00          75.36
##                                                                      retail rooftops       2      0.00          75.37      0.00          75.37
##                                                               retention requirements       2      0.00          75.37      0.00          75.37
##                                                                     retirement plans       2      0.00          75.37      0.00          75.37
##                                                                            retrieval       2      0.00          75.38      0.00          75.38
##                                                                 review documentation       2      0.00          75.38      0.00          75.38
##                                                                              reviews       2      0.00          75.38      0.00          75.38
##                                                                     rewarding career       2      0.00          75.39      0.00          75.39
##                                                                      rewards program       2      0.00          75.39      0.00          75.39
##                                                                        rich data set       2      0.00          75.40      0.00          75.40
##                                                                             richness       2      0.00          75.40      0.00          75.40
##                                                                                right       2      0.00          75.40      0.00          75.40
##                                                                       right approach       2      0.00          75.41      0.00          75.41
##                                                                        right reasons       2      0.00          75.41      0.00          75.41
##                                                                         right things       2      0.00          75.41      0.00          75.41
##                                                                    rigorous analysis       2      0.00          75.42      0.00          75.42
##                                                               rigorous data analysis       2      0.00          75.42      0.00          75.42
##                                                        rigorous statistical analysis       2      0.00          75.43      0.00          75.43
##                                                                         risk factors       2      0.00          75.43      0.00          75.43
##                                                 risk management strategy development       2      0.00          75.43      0.00          75.43
##                                                                         risk scoring       2      0.00          75.44      0.00          75.44
##                                                                              riteaid       2      0.00          75.44      0.00          75.44
##                                                                                river       2      0.00          75.45      0.00          75.45
##                                                                   riverside research       2      0.00          75.45      0.00          75.45
##                                                     riverside research opportunities       2      0.00          75.45      0.00          75.45
##                                                                            rmarkdown       2      0.00          75.46      0.00          75.46
##                                                 robust advanced segmentation schemes       2      0.00          75.46      0.00          75.46
##                                                        robust portfolio of offerings       2      0.00          75.46      0.00          75.46
##                                                             robust predictive models       2      0.00          75.47      0.00          75.47
##                                                                           robustness       2      0.00          75.47      0.00          75.47
##                                                            rock-star data scientists       2      0.00          75.48      0.00          75.48
##                                                                        role overview       2      0.00          75.48      0.00          75.48
##                                                                    role requirements       2      0.00          75.48      0.00          75.48
##                                                                                romph       2      0.00          75.49      0.00          75.49
##                                                                                roof·       2      0.00          75.49      0.00          75.49
##                                                                                roots       2      0.00          75.49      0.00          75.49
##                                                                             rotation       2      0.00          75.50      0.00          75.50
##                                                                      rote activities       2      0.00          75.50      0.00          75.50
##                                                                    routing databases       2      0.00          75.51      0.00          75.51
##                                                                         rows of data       2      0.00          75.51      0.00          75.51
##                                                                                 rqrd       2      0.00          75.51      0.00          75.51
##                                                                                 rust       2      0.00          75.52      0.00          75.52
##                                                                                   s·       2      0.00          75.52      0.00          75.52
##                                                              s analytic capabilities       2      0.00          75.53      0.00          75.53
##                                                                s areas of innovation       2      0.00          75.53      0.00          75.53
##                                                                      s best fintechs       2      0.00          75.53      0.00          75.53
##                                                                       s best moments       2      0.00          75.54      0.00          75.54
##                                                                             s better       2      0.00          75.54      0.00          75.54
##                                                                    s brightest minds       2      0.00          75.54      0.00          75.54
##                                                                     s business model       2      0.00          75.55      0.00          75.55
##                                                                         s businesses       2      0.00          75.55      0.00          75.55
##                                                                         s commitment       2      0.00          75.56      0.00          75.56
##                                                                            s culture       2      0.00          75.56      0.00          75.56
##                                                                s data innovation lab       2      0.00          75.56      0.00          75.56
##                                                             s data science code base       2      0.00          75.57      0.00          75.57
##                                                             s data science offerings       2      0.00          75.57      0.00          75.57
##                                                                     s data scientist       2      0.00          75.57      0.00          75.57
##                                                                    s degree bachelor       2      0.00          75.58      0.00          75.58
##                                                             s existing methodologies       2      0.00          75.58      0.00          75.58
##                                                                 s guiding principles       2      0.00          75.59      0.00          75.59
##                                                                      s health system       2      0.00          75.59      0.00          75.59
##                                                                     s identity graph       2      0.00          75.59      0.00          75.59
##                                                                             s impact       2      0.00          75.60      0.00          75.60
##                                                                       s intelligence       2      0.00          75.60      0.00          75.60
##                                                                   s largest retailer       2      0.00          75.60      0.00          75.60
##                                                                  s leading companies       2      0.00          75.61      0.00          75.61
##                                                              s leading health system       2      0.00          75.61      0.00          75.61
##                                                            s leading pricing advisor       2      0.00          75.62      0.00          75.62
##                                              s local television measurement products       2      0.00          75.62      0.00          75.62
##                                                                             s office       2      0.00          75.62      0.00          75.62
##                                                                       s organization       2      0.00          75.63      0.00          75.63
##                                                                 s payment technology       2      0.00          75.63      0.00          75.63
##                                                                           s platform       2      0.00          75.64      0.00          75.64
##                                                                          s preferred       2      0.00          75.64      0.00          75.64
##                                                   s premier providers of independent       2      0.00          75.64      0.00          75.64
##                                                                         s priorities       2      0.00          75.65      0.00          75.65
##                                                                         s procedures       2      0.00          75.65      0.00          75.65
##                                                                           s products       2      0.00          75.65      0.00          75.65
##                                                                           s provider       2      0.00          75.66      0.00          75.66
##                                                                      s research plan       2      0.00          75.66      0.00          75.66
##                                                                   s responsibilities       2      0.00          75.67      0.00          75.67
##                                                                          s rich data       2      0.00          75.67      0.00          75.67
##                                                                           s smartest       2      0.00          75.67      0.00          75.67
##                                                                           s strategy       2      0.00          75.68      0.00          75.68
##                                                         s technical training program       2      0.00          75.68      0.00          75.68
##                                                                s toughest challenges       2      0.00          75.68      0.00          75.68
##                                                                         s transition       2      0.00          75.69      0.00          75.69
##                                                                          s vast team       2      0.00          75.69      0.00          75.69
##                                                        s verification of credentials       2      0.00          75.70      0.00          75.70
##                                                                             safelink       2      0.00          75.70      0.00          75.70
##                                                                  salary commensurate       2      0.00          75.70      0.00          75.70
##                                                                         salary range       2      0.00          75.71      0.00          75.71
##                                                                     sales operations       2      0.00          75.71      0.00          75.71
##                                                                        sales support       2      0.00          75.72      0.00          75.72
##                                                                       salon products       2      0.00          75.72      0.00          75.72
##                                                                    salt lake tribune       2      0.00          75.72      0.00          75.72
##                                                                             san jose       2      0.00          75.73      0.00          75.73
##                                                                            san mateo       2      0.00          75.73      0.00          75.73
##                                                                             sap hana       2      0.00          75.73      0.00          75.73
##                                                                satisfaction measures       2      0.00          75.74      0.00          75.74
##                                                               satisfactory reference       2      0.00          75.74      0.00          75.74
##                                                                              savings       2      0.00          75.75      0.00          75.75
##                                                 scalable distributed data processing       2      0.00          75.75      0.00          75.75
##                                                                      scalable models       2      0.00          75.75      0.00          75.75
##                                              scalable software engineering practices       2      0.00          75.76      0.00          75.76
##                                                                               scale·       2      0.00          75.76      0.00          75.76
##                                                           scale repeatable financial       2      0.00          75.76      0.00          75.76
##                scale state-of-the-art machine learning system powering contents feed       2      0.00          75.77      0.00          75.77
##                                                                             scenario       2      0.00          75.77      0.00          75.77
##                                                                               schema       2      0.00          75.78      0.00          75.78
##                                                                     sci adjudication       2      0.00          75.78      0.00          75.78
##                                                                    science solutions       2      0.00          75.78      0.00          75.78
##                                                             scientific communication       2      0.00          75.79      0.00          75.79
##                                                             scientific contributions       2      0.00          75.79      0.00          75.79
##                                                                      scientific data       2      0.00          75.80      0.00          75.80
##                                                                 scientific expertise       2      0.00          75.80      0.00          75.80
##                                                                   scientific experts       2      0.00          75.80      0.00          75.80
##                                                               scientific involvement       2      0.00          75.81      0.00          75.81
##                                                                   scientific lessons       2      0.00          75.81      0.00          75.81
##                                                                scientific literature       2      0.00          75.81      0.00          75.81
##                                                               scientific methodology       2      0.00          75.82      0.00          75.82
##                                                                   scientific methods       2      0.00          75.82      0.00          75.82
##                                                                   scientific problem       2      0.00          75.83      0.00          75.83
##                                                               scientific publication       2      0.00          75.83      0.00          75.83
##                                                            scientific solution needs       2      0.00          75.83      0.00          75.83
##                                                                   scientific talents       2      0.00          75.84      0.00          75.84
##                                                                   scope of analytics       2      0.00          75.84      0.00          75.84
##                                                               scripting technologies       2      0.00          75.84      0.00          75.84
##                                                                                 sdlc       2      0.00          75.85      0.00          75.85
##                                                                                  sea       2      0.00          75.85      0.00          75.85
##                                                                              sea bed       2      0.00          75.86      0.00          75.86
##                                                             seamless data collection       2      0.00          75.86      0.00          75.86
##                                                                               search       2      0.00          75.86      0.00          75.86
##                                                                  search optimization       2      0.00          75.87      0.00          75.87
##                                                                        search recall       2      0.00          75.87      0.00          75.87
##                                                                     search relevance       2      0.00          75.88      0.00          75.88
##                                                                            searching       2      0.00          75.88      0.00          75.88
##                                                                       season climate       2      0.00          75.88      0.00          75.88
##                                                                     sec headquarters       2      0.00          75.89      0.00          75.89
##                                                                               secret       2      0.00          75.89      0.00          75.89
##                                                                              sectors       2      0.00          75.89      0.00          75.89
##                                                                        secure assets       2      0.00          75.90      0.00          75.90
##                                                      secure communications platforms       2      0.00          75.90      0.00          75.90
##                                                                     secured facility       2      0.00          75.91      0.00          75.91
##                                                                segmentation approach       2      0.00          75.91      0.00          75.91
##                                                                   segmentation needs       2      0.00          75.91      0.00          75.91
##                                                                        segmentations       2      0.00          75.92      0.00          75.92
##                                                            self-directed team player       2      0.00          75.92      0.00          75.92
##                                                                       self-direction       2      0.00          75.92      0.00          75.92
##                                                  self-insured health system programs       2      0.00          75.93      0.00          75.93
##                                                                      self-reflection       2      0.00          75.93      0.00          75.93
##                                                         self-service reporting tools       2      0.00          75.94      0.00          75.94
##                                                                        self-starters       2      0.00          75.94      0.00          75.94
##                                                           senior data scientist role       2      0.00          75.94      0.00          75.94
##                                                     senior director level colleagues       2      0.00          75.95      0.00          75.95
##                                                                     senior engineers       2      0.00          75.95      0.00          75.95
##                                                                       senior leaders       2      0.00          75.96      0.00          75.96
##                                                                senior level managers       2      0.00          75.96      0.00          75.96
##                                                                        senior member       2      0.00          75.96      0.00          75.96
##                                                         senior operations leadership       2      0.00          75.97      0.00          75.97
##                                                                   sense of data sets       2      0.00          75.97      0.00          75.97
##                                                                   sense of ownership       2      0.00          75.97      0.00          75.97
##                                                              sequence of experiments       2      0.00          75.98      0.00          75.98
##                                                                            sequences       2      0.00          75.98      0.00          75.98
##                                                                               series       2      0.00          75.99      0.00          75.99
##                                                                    service providers       2      0.00          75.99      0.00          75.99
##                                                                      service quality       2      0.00          75.99      0.00          75.99
##                                                                            services·       2      0.00          76.00      0.00          76.00
##                                                                    services business       2      0.00          76.00      0.00          76.00
##                                                                      services leader       2      0.00          76.00      0.00          76.00
##                                                                             sessions       2      0.00          76.01      0.00          76.01
##                                                                                setup       2      0.00          76.01      0.00          76.01
##                                                                             severity       2      0.00          76.02      0.00          76.02
##                                                                   sexual stereotypes       2      0.00          76.02      0.00          76.02
##                                                                 shapes holistic view       2      0.00          76.02      0.00          76.02
##                                                                    sharable software       2      0.00          76.03      0.00          76.03
##                                                                        sharing ideas       2      0.00          76.03      0.00          76.03
##                                                                          sheer cliff       2      0.00          76.04      0.00          76.04
##                                                                short-term disability       2      0.00          76.04      0.00          76.04
##                                                                short term disability       2      0.00          76.04      0.00          76.04
##                                                                               sigint       2      0.00          76.05      0.00          76.05
##                                                                               signal       2      0.00          76.05      0.00          76.05
##                                                                         significance       2      0.00          76.05      0.00          76.05
##                                                               significant difference       2      0.00          76.06      0.00          76.06
##                                                                   significant equity       2      0.00          76.06      0.00          76.06
##                                                            significant opportunities       2      0.00          76.07      0.00          76.07
##                                                                    significant value       2      0.00          76.07      0.00          76.07
##                                                                              signing       2      0.00          76.07      0.00          76.07
##                                                         silicon valley-based startup       2      0.00          76.08      0.00          76.08
##                                                               similar cloud platform       2      0.00          76.08      0.00          76.08
##                                                               similar field of study       2      0.00          76.08      0.00          76.08
##                                                                    similar materials       2      0.00          76.09      0.00          76.09
##                                                               similar query language       2      0.00          76.09      0.00          76.09
##                                                                         simon-kucher       2      0.00          76.10      0.00          76.10
##                                                       simon-kucher data science team       2      0.00          76.10      0.00          76.10
##                                                              simon-kucher job portal       2      0.00          76.10      0.00          76.10
##                                                                        simple mobile       2      0.00          76.11      0.00          76.11
##                                                                         simple terms       2      0.00          76.11      0.00          76.11
##                                                                simulation experience       2      0.00          76.12      0.00          76.12
##                                                                    simulation models       2      0.00          76.12      0.00          76.12
##                                                                           simulators       2      0.00          76.12      0.00          76.12
##                                                                    single connection       2      0.00          76.13      0.00          76.13
##                                                               single source of truth       2      0.00          76.13      0.00          76.13
##                                                                          single year       2      0.00          76.13      0.00          76.13
##                                                                       siri's ability       2      0.00          76.14      0.00          76.14
##                                                               siri's user experience       2      0.00          76.14      0.00          76.14
##                                                                   siri international       2      0.00          76.15      0.00          76.15
##                                                                    site optimization       2      0.00          76.15      0.00          76.15
##                                                                                skill       2      0.00          76.15      0.00          76.15
##                                                                           skill sets       2      0.00          76.16      0.00          76.16
##                                                                      sku-level sales       2      0.00          76.16      0.00          76.16
##                                                                       slhs functions       2      0.00          76.16      0.00          76.16
##                                                                       small business       2      0.00          76.17      0.00          76.17
##                                                             small business landscape       2      0.00          76.17      0.00          76.17
##                                                               small team of talented       2      0.00          76.18      0.00          76.18
##                                                                          small teams       2      0.00          76.18      0.00          76.18
##                                                                             smart tv       2      0.00          76.18      0.00          76.18
##                                                          smarter financial decisions       2      0.00          76.19      0.00          76.19
##                                                                                  sme       2      0.00          76.19      0.00          76.19
##                                                                               snacks       2      0.00          76.20      0.00          76.20
##                                                                                  soa       2      0.00          76.20      0.00          76.20
##                                                                    soap web services       2      0.00          76.20      0.00          76.20
##                                                                               soccer       2      0.00          76.21      0.00          76.21
##                                                                     soccer landscape       2      0.00          76.21      0.00          76.21
##                                                                      soccer overview       2      0.00          76.21      0.00          76.21
##                                                                          social data       2      0.00          76.22      0.00          76.22
##                                                                         social media       2      0.00          76.22      0.00          76.22
##                                                                    social media data       2      0.00          76.23      0.00          76.23
##                                                                social sector clients       2      0.00          76.23      0.00          76.23
##                                                                             socrates       2      0.00          76.23      0.00          76.23
##                                                           sof acquisition technology       2      0.00          76.24      0.00          76.24
##                                                                         sof dst team       2      0.00          76.24      0.00          76.24
##                                                               software demonstration       2      0.00          76.24      0.00          76.24
##                                                      software development experience       2      0.00          76.25      0.00          76.25
##                                                    software development requirements       2      0.00          76.25      0.00          76.25
##                                                          software development skills       2      0.00          76.26      0.00          76.26
##                                                                    software engineer       2      0.00          76.26      0.00          76.26
##                                                      software engineering experience       2      0.00          76.26      0.00          76.26
##                                                           software engineering tools       2      0.00          76.27      0.00          76.27
##                                                     software programming proficiency       2      0.00          76.27      0.00          76.27
##                                                               software specification       2      0.00          76.28      0.00          76.28
##                                                                     software systems       2      0.00          76.28      0.00          76.28
##                                                                     software testing       2      0.00          76.28      0.00          76.28
##                                                                              solaris       2      0.00          76.29      0.00          76.29
##                                                                      sole discretion       2      0.00          76.29      0.00          76.29
##                                                           solid data science toolkit       2      0.00          76.29      0.00          76.29
##                                            solid knowledge of statistical techniques       2      0.00          76.30      0.00          76.30
##                                                                         solid skills       2      0.00          76.30      0.00          76.30
##                                               solid understanding of data structures       2      0.00          76.31      0.00          76.31
##                                                   solid understanding of probability       2      0.00          76.31      0.00          76.31
##                                          solid understanding of statistical concepts       2      0.00          76.31      0.00          76.31
##                                            solid working knowledge of subject matter       2      0.00          76.32      0.00          76.32
##                                                                                 soul       2      0.00          76.32      0.00          76.32
##                                                                                sound       2      0.00          76.32      0.00          76.32
##                                                       sound organizational decisions       2      0.00          76.33      0.00          76.33
##                                                               source code management       2      0.00          76.33      0.00          76.33
##                                                                       source control       2      0.00          76.34      0.00          76.34
##                                                                             sourcing       2      0.00          76.34      0.00          76.34
##                                                                        south america       2      0.00          76.34      0.00          76.34
##                                                            space intelligence center       2      0.00          76.35      0.00          76.35
##                                                                            spark sql       2      0.00          76.35      0.00          76.35
##                                                            special operations forces       2      0.00          76.36      0.00          76.36
##                                                                        special place       2      0.00          76.36      0.00          76.36
##                                                                     special projects       2      0.00          76.36      0.00          76.36
##                                                       special type of data scientist       2      0.00          76.37      0.00          76.37
##                                                           specialized audit services       2      0.00          76.37      0.00          76.37
##                                                 specialized consulting services firm       2      0.00          76.37      0.00          76.37
##                                                                 specialized database       2      0.00          76.38      0.00          76.38
##                                                                specialized knowledge       2      0.00          76.38      0.00          76.38
##                                                      specific business opportunities       2      0.00          76.39      0.00          76.39
##                                                           specific business problems       2      0.00          76.39      0.00          76.39
##                                                                specific certificates       2      0.00          76.39      0.00          76.39
##                                              specific customer data analytic results       2      0.00          76.40      0.00          76.40
##                                                                       specific focus       2      0.00          76.40      0.00          76.40
##                                                                     specific reasons       2      0.00          76.40      0.00          76.40
##                                                            specific vision abilities       2      0.00          76.41      0.00          76.41
##                                                                       specifications       2      0.00          76.41      0.00          76.41
##                                                                   specified purposes       2      0.00          76.42      0.00          76.42
##                                                                               speech       2      0.00          76.42      0.00          76.42
##                                                                   speech recognition       2      0.00          76.42      0.00          76.42
##                                                                      split portfolio       2      0.00          76.43      0.00          76.43
##                                                          spoken communication skills       2      0.00          76.43      0.00          76.43
##                                                                       sporting sides       2      0.00          76.44      0.00          76.44
##                                                                               spring       2      0.00          76.44      0.00          76.44
##                                                               sql-based technologies       2      0.00          76.44      0.00          76.44
##                                                                             sql code       2      0.00          76.45      0.00          76.45
##                                                                        sql databases       2      0.00          76.45      0.00          76.45
##                                                                      sql environment       2      0.00          76.45      0.00          76.45
##                                                                        sql languages       2      0.00          76.46      0.00          76.46
##                                                                          sql queries       2      0.00          76.46      0.00          76.46
##                                                                                  ssa       2      0.00          76.47      0.00          76.47
##                                                                                 ssat       2      0.00          76.47      0.00          76.47
##                                                                                 ssis       2      0.00          76.47      0.00          76.47
##                                                                                 ssrs       2      0.00          76.48      0.00          76.48
##                                                         staff development activities       2      0.00          76.48      0.00          76.48
##                                                                 stakeholder meetings       2      0.00          76.48      0.00          76.48
##                                                                     stanford corenlp       2      0.00          76.49      0.00          76.49
##                                                       state-of-the-art deep learning       2      0.00          76.49      0.00          76.49
##                                                          state-of-the-art technology       2      0.00          76.50      0.00          76.50
##                                                                     state government       2      0.00          76.50      0.00          76.50
##                                                state of employment protected classes       2      0.00          76.50      0.00          76.50
##                                                                state of rhode island       2      0.00          76.51      0.00          76.51
##                                                                       state statutes       2      0.00          76.51      0.00          76.51
##                                                                           statements       2      0.00          76.52      0.00          76.52
##                                                                     stationary power       2      0.00          76.52      0.00          76.52
##                                                      statistical analyses techniques       2      0.00          76.52      0.00          76.52
##                                                           statistical analysis tools       2      0.00          76.53      0.00          76.53
##                                                           statistical data analytics       2      0.00          76.53      0.00          76.53
##                                                  statistical machine learning models       2      0.00          76.53      0.00          76.53
##                                              statistical machine learning techniques       2      0.00          76.54      0.00          76.54
##                                                          statistical modeling skills       2      0.00          76.54      0.00          76.54
##                                                     statistical modelling techniques       2      0.00          76.55      0.00          76.55
##                                                     statistical optimization methods       2      0.00          76.55      0.00          76.55
##                                                                  statistical package       2      0.00          76.55      0.00          76.55
##                                                                statistical processes       2      0.00          76.56      0.00          76.56
##                                                  statistical quality assurance tests       2      0.00          76.56      0.00          76.56
##                                                                    statistics skills       2      0.00          76.56      0.00          76.56
##                                                                          statsmodels       2      0.00          76.57      0.00          76.57
##                                                                                stays       2      0.00          76.57      0.00          76.57
##                                                                          stem degree       2      0.00          76.58      0.00          76.58
##                                                                           stem major       2      0.00          76.58      0.00          76.58
##                                                                                 step       2      0.00          76.58      0.00          76.58
##                                                                        stock options       2      0.00          76.59      0.00          76.59
##                                                              stock options beautiful       2      0.00          76.59      0.00          76.59
##                                                                stocked kitchens team       2      0.00          76.60      0.00          76.60
##                                                                                stool       2      0.00          76.60      0.00          76.60
##                                                                           store data       2      0.00          76.60      0.00          76.60
##                                                                     store experience       2      0.00          76.61      0.00          76.61
##                                                                         straighttalk       2      0.00          76.61      0.00          76.61
##                                                          strategic analytic products       2      0.00          76.61      0.00          76.61
##                                                                     strategic effort       2      0.00          76.62      0.00          76.62
##                                                                 strategic objectives       2      0.00          76.62      0.00          76.62
##                                                                   strategic partners       2      0.00          76.63      0.00          76.63
##                                                                       strategic role       2      0.00          76.63      0.00          76.63
##                                                                    strategic thinker       2      0.00          76.63      0.00          76.63
##                                                                               stream       2      0.00          76.64      0.00          76.64
##                                                                  stream optimization       2      0.00          76.64      0.00          76.64
##                                                                            streaming       2      0.00          76.64      0.00          76.64
##                                                                       streaming data       2      0.00          76.65      0.00          76.65
##                                                           streamlining data analysis       2      0.00          76.65      0.00          76.65
##                                                          stringent quality assurance       2      0.00          76.66      0.00          76.66
##                                                           strong academic background       2      0.00          76.66      0.00          76.66
##                                              strong algorithm development experience       2      0.00          76.66      0.00          76.66
##                                                                      strong analysis       2      0.00          76.67      0.00          76.67
##                                                         strong analytical background       2      0.00          76.67      0.00          76.67
##                                                                     strong baselines       2      0.00          76.67      0.00          76.67
##                                                                 strong coding skills       2      0.00          76.68      0.00          76.68
##                                                                strong data wrangling       2      0.00          76.68      0.00          76.68
##                                                         strong data wrangling skills       2      0.00          76.69      0.00          76.69
##                                                                    strong initiative       2      0.00          76.69      0.00          76.69
##                                                                         strong logic       2      0.00          76.69      0.00          76.69
##                                                           strong presentation skills       2      0.00          76.70      0.00          76.70
##                                                     strong project management skills       2      0.00          76.70      0.00          76.70
##                                           strong project oriented programming skills       2      0.00          76.71      0.00          76.71
##                                                              strong project planning       2      0.00          76.71      0.00          76.71
##                                                                        strong python       2      0.00          76.71      0.00          76.71
##                                                        strong quantitative knowledge       2      0.00          76.72      0.00          76.72
##                                                       strong relationship management       2      0.00          76.72      0.00          76.72
##                                                               strong self-motivation       2      0.00          76.72      0.00          76.72
##                                                              strong sense of purpose       2      0.00          76.73      0.00          76.73
##                                                        strong statistical background       2      0.00          76.73      0.00          76.73
##                                                     strong understanding of big data       2      0.00          76.74      0.00          76.74
##                                      strong understanding of machine learning theory       2      0.00          76.74      0.00          76.74
##                                                            strong understanding of r       2      0.00          76.74      0.00          76.74
##                                           strong understanding of statistical theory       2      0.00          76.75      0.00          76.75
##                                                                              student       2      0.00          76.75      0.00          76.75
##                                                                               styles       2      0.00          76.75      0.00          76.75
##                                                             subject-matter expertise       2      0.00          76.76      0.00          76.76
##                                                                    subordinate group       2      0.00          76.76      0.00          76.76
##                                                                 subsidiary companies       2      0.00          76.77      0.00          76.77
##                                                                           subversion       2      0.00          76.77      0.00          76.77
##                                                                successful candidates       2      0.00          76.77      0.00          76.77
##                                                                successful resolution       2      0.00          76.78      0.00          76.78
##                                           successful traditional television products       2      0.00          76.78      0.00          76.78
##                                                        sufficient business knowledge       2      0.00          76.79      0.00          76.79
##                                                         suitable performance metrics       2      0.00          76.79      0.00          76.79
##                                                            summaries of lab projects       2      0.00          76.79      0.00          76.79
##                                                                  summary of position       2      0.00          76.80      0.00          76.80
##                                                                            sunnyvale       2      0.00          76.80      0.00          76.80
##                                                            superior customer service       2      0.00          76.80      0.00          76.80
##                                                     superior healthcare organization       2      0.00          76.81      0.00          76.81
##                                                                             superset       2      0.00          76.81      0.00          76.81
##                                                            supervised classification       2      0.00          76.82      0.00          76.82
##                                                               supervisory experience       2      0.00          76.82      0.00          76.82
##                                                                   supervisory status       2      0.00          76.82      0.00          76.82
##                                                                supplier of equipment       2      0.00          76.83      0.00          76.83
##                                                              supply chain management       2      0.00          76.83      0.00          76.83
##                                                            support business research       2      0.00          76.83      0.00          76.83
##                                                                      support clients       2      0.00          76.84      0.00          76.84
##                                                         support mission requirements       2      0.00          76.84      0.00          76.84
##                                                                support of department       2      0.00          76.85      0.00          76.85
##                                                                  support of missions       2      0.00          76.85      0.00          76.85
##                                                          support of overall strategy       2      0.00          76.85      0.00          76.85
##                                                       support of production projects       2      0.00          76.86      0.00          76.86
##                                                                  support of research       2      0.00          76.86      0.00          76.86
##                                                               supportive environment       2      0.00          76.87      0.00          76.87
##                                                          supportive team environment       2      0.00          76.87      0.00          76.87
##                                                                      supportive work       2      0.00          76.87      0.00          76.87
##                                                          supportive work environment       2      0.00          76.88      0.00          76.88
##                                                                              surveys       2      0.00          76.88      0.00          76.88
##                                                    sustainable competitive advantage       2      0.00          76.88      0.00          76.88
##                                                                    sustainable place       2      0.00          76.89      0.00          76.89
##                                                                sustainable solutions       2      0.00          76.89      0.00          76.89
##                                                                    sustainable world       2      0.00          76.90      0.00          76.90
##                                                                          sustainment       2      0.00          76.90      0.00          76.90
##                                                                              swagger       2      0.00          76.90      0.00          76.90
##                                                                          switzerland       2      0.00          76.91      0.00          76.91
##                                                                            synergies       2      0.00          76.91      0.00          76.91
##                                                                       synthesis data       2      0.00          76.91      0.00          76.91
##                                                                         synthesizing       2      0.00          76.92      0.00          76.92
##                                                                    synthesizing data       2      0.00          76.92      0.00          76.92
##                                                                     system component       2      0.00          76.93      0.00          76.93
##                                                               system design solution       2      0.00          76.93      0.00          76.93
##                                                                   system development       2      0.00          76.93      0.00          76.93
##                                                             system engineering plans       2      0.00          76.94      0.00          76.94
##                                                                        system policy       2      0.00          76.94      0.00          76.94
##                                                                   system scalability       2      0.00          76.95      0.00          76.95
##                                                    systems administration experience       2      0.00          76.95      0.00          76.95
##                                                                  systems development       2      0.00          76.95      0.00          76.95
##                                                                  systems engineering       2      0.00          76.96      0.00          76.96
##                                                       systems engineering challenges       2      0.00          76.96      0.00          76.96
##                                                                      tackle football       2      0.00          76.96      0.00          76.96
##                                                                   talented employees       2      0.00          76.97      0.00          76.97
##                                                talented people of varied backgrounds       2      0.00          76.97      0.00          76.97
##                                                                  talented scientists       2      0.00          76.98      0.00          76.98
##                                                                       talented staff       2      0.00          76.98      0.00          76.98
##                                                                              talents       2      0.00          76.98      0.00          76.98
##                                                                    tangible insights       2      0.00          76.99      0.00          76.99
##                                                                 targeted advertising       2      0.00          76.99      0.00          76.99
##                                                                targeted applications       2      0.00          76.99      0.00          76.99
##                                                            task completion timelines       2      0.00          77.00      0.00          77.00
##                                                                                tcors       2      0.00          77.00      0.00          77.00
##                                                               team-based environment       2      0.00          77.01      0.00          77.01
##                                                                team-wide ai platform       2      0.00          77.01      0.00          77.01
##                                                                           team focus       2      0.00          77.01      0.00          77.01
##                                                                          team member       2      0.00          77.02      0.00          77.02
##                                                                    team of engineers       2      0.00          77.02      0.00          77.02
##                                                           team of riverside research       2      0.00          77.03      0.00          77.03
##                                                            team of social scientists       2      0.00          77.03      0.00          77.03
##                                                                     team performance       2      0.00          77.03      0.00          77.03
##                                                                         team players       2      0.00          77.04      0.00          77.04
##                                                                         team problem       2      0.00          77.04      0.00          77.04
##                                                                   technical analysis       2      0.00          77.04      0.00          77.04
##                                                                 technical approaches       2      0.00          77.05      0.00          77.05
##                                                              technical data analysis       2      0.00          77.05      0.00          77.05
##                                                                     technical design       2      0.00          77.06      0.00          77.06
##                                                                     technical domain       2      0.00          77.06      0.00          77.06
##                                                                  technical expertise       2      0.00          77.06      0.00          77.06
##                                                                     technical fields       2      0.00          77.07      0.00          77.07
##                                                                   technical hardware       2      0.00          77.07      0.00          77.07
##                                                                technical innovations       2      0.00          77.07      0.00          77.07
##                                                                 technical leadership       2      0.00          77.08      0.00          77.08
##                                                                   technical material       2      0.00          77.08      0.00          77.08
##                                                                technical proficiency       2      0.00          77.09      0.00          77.09
##                                                         technical project management       2      0.00          77.09      0.00          77.09
##                                                      technical sections of proposals       2      0.00          77.09      0.00          77.09
##                                                                      technical skill       2      0.00          77.10      0.00          77.10
##                                 technical skills sno primary skill proficiency level       2      0.00          77.10      0.00          77.10
##                                                                 techniques available       2      0.00          77.11      0.00          77.11
##                                                               technological advances       2      0.00          77.11      0.00          77.11
##                                                  technology-oriented defense company       2      0.00          77.11      0.00          77.11
##                                                                 technology companies       2      0.00          77.12      0.00          77.12
##                                                                 technology direction       2      0.00          77.12      0.00          77.12
##                                                              technology environments       2      0.00          77.12      0.00          77.12
##                                                              technology organization       2      0.00          77.13      0.00          77.13
##                                                                    technology sector       2      0.00          77.13      0.00          77.13
##                                             technology skills platform organizations       2      0.00          77.14      0.00          77.14
##                                                                      technology team       2      0.00          77.14      0.00          77.14
##                                                                                 tees       2      0.00          77.14      0.00          77.14
##                                                                         telecom data       2      0.00          77.15      0.00          77.15
##                                                        telecommunications industries       2      0.00          77.15      0.00          77.15
##                                                                           telephones       2      0.00          77.15      0.00          77.15
##                                                                                 tens       2      0.00          77.16      0.00          77.16
##                                                                    tens of thousands       2      0.00          77.16      0.00          77.16
##                                                                          tensor flow       2      0.00          77.17      0.00          77.17
##                                                              terabytes of behavioral       2      0.00          77.17      0.00          77.17
##                                                                         terminations       2      0.00          77.17      0.00          77.17
##                                                                          test design       2      0.00          77.18      0.00          77.18
##                                                                          test models       2      0.00          77.18      0.00          77.18
##                                                                      test procedures       2      0.00          77.19      0.00          77.19
##                                                                       test solutions       2      0.00          77.19      0.00          77.19
##                                                                   testing algorithms       2      0.00          77.19      0.00          77.19
##                                                                   testing procedures       2      0.00          77.20      0.00          77.20
##                                                                        text analysis       2      0.00          77.20      0.00          77.20
##                                                          text analytics capabilities       2      0.00          77.20      0.00          77.20
##                                                            text analytics techniques       2      0.00          77.21      0.00          77.21
##                                                                            text data       2      0.00          77.21      0.00          77.21
##                                                                               theano       2      0.00          77.22      0.00          77.22
##                                                                 theoretical analysis       2      0.00          77.22      0.00          77.22
##                                                                             theories       2      0.00          77.22      0.00          77.22
##                                                                                thing       2      0.00          77.23      0.00          77.23
##                                                                        things beauty       2      0.00          77.23      0.00          77.23
##                                                                               thirst       2      0.00          77.23      0.00          77.23
##                                                             thorough data validation       2      0.00          77.24      0.00          77.24
##                                                                              thought       2      0.00          77.24      0.00          77.24
##                                                                       thought-leader       2      0.00          77.25      0.00          77.25
##                                                                            thousands       2      0.00          77.25      0.00          77.25
##                                                                  thousands of points       2      0.00          77.25      0.00          77.25
##                                                                thousands of products       2      0.00          77.26      0.00          77.26
##                                                         thousands of unique products       2      0.00          77.26      0.00          77.26
##                                                             threat evaluation system       2      0.00          77.27      0.00          77.27
##                                                                thrill of exploration       2      0.00          77.27      0.00          77.27
##                                                           tight-deadline environment       2      0.00          77.27      0.00          77.27
##                                                                 time-series analysis       2      0.00          77.28      0.00          77.28
##                                                                     time-series data       2      0.00          77.28      0.00          77.28
##                                                                      time management       2      0.00          77.28      0.00          77.28
##                                                                        time pressure       2      0.00          77.29      0.00          77.29
##                                                                   time series models       2      0.00          77.29      0.00          77.29
##                                                                       timely quality       2      0.00          77.30      0.00          77.30
##                                                                  tireless work ethic       2      0.00          77.30      0.00          77.30
##                                                        tobacco free work environment       2      0.00          77.30      0.00          77.30
##                                                                                 toes       2      0.00          77.31      0.00          77.31
##                                                                                  top       2      0.00          77.31      0.00          77.31
##                                                          top-notch benefit providers       2      0.00          77.31      0.00          77.31
##                                                                         topic expert       2      0.00          77.32      0.00          77.32
##                                                                        topline power       2      0.00          77.32      0.00          77.32
##                                                                       total wireless       2      0.00          77.33      0.00          77.33
##                                                                  toughest challenges       2      0.00          77.33      0.00          77.33
##                                                                                  tpa       2      0.00          77.33      0.00          77.33
##                                                                    tracfone wireless       2      0.00          77.34      0.00          77.34
##                                                             tracks success of lowe's       2      0.00          77.34      0.00          77.34
##                                                                                trade       2      0.00          77.35      0.00          77.35
##                                                                              trading       2      0.00          77.35      0.00          77.35
##                                                            traditional audit testing       2      0.00          77.35      0.00          77.35
##                                                    traditional programming languages       2      0.00          77.36      0.00          77.36
##                                                                    training material       2      0.00          77.36      0.00          77.36
##                                                                          transaction       2      0.00          77.36      0.00          77.36
##                                                                     transaction data       2      0.00          77.37      0.00          77.37
##                                                         transaction network services       2      0.00          77.37      0.00          77.37
##                                                                             transfer       2      0.00          77.38      0.00          77.38
##                                                                            transfers       2      0.00          77.38      0.00          77.38
##                                                                transformation skills       2      0.00          77.38      0.00          77.38
##                                                                   transgender status       2      0.00          77.39      0.00          77.39
##                                                              transportation industry       2      0.00          77.39      0.00          77.39
##                                                                  travel requirements       2      0.00          77.39      0.00          77.39
##                                                                   tree-based methods       2      0.00          77.40      0.00          77.40
##                                                                     tremendous scope       2      0.00          77.40      0.00          77.40
##                                                                       trend analysis       2      0.00          77.41      0.00          77.41
##                                                             triages multiple demands       2      0.00          77.41      0.00          77.41
##                                                                          truck parts       2      0.00          77.41      0.00          77.41
##                                                               true beauty enthusiast       2      0.00          77.42      0.00          77.42
##                                                     trusted advisor level of service       2      0.00          77.42      0.00          77.42
##                                                                      trusted partner       2      0.00          77.43      0.00          77.43
##                                                                 trustworthy insights       2      0.00          77.43      0.00          77.43
##                                                                            tutorials       2      0.00          77.43      0.00          77.43
##                                                                                types       2      0.00          77.44      0.00          77.44
##                                                                  typical advertising       2      0.00          77.44      0.00          77.44
##                                                             typical responsibilities       2      0.00          77.44      0.00          77.44
##                                                                    ubiquitous access       2      0.00          77.45      0.00          77.45
##                                                                                 ulta       2      0.00          77.45      0.00          77.45
##                                                                          ulta beauty       2      0.00          77.46      0.00          77.46
##                                                                        ultimate goal       2      0.00          77.46      0.00          77.46
##                                                                     uncharted waters       2      0.00          77.46      0.00          77.46
##                                                        understanding of requirements       2      0.00          77.47      0.00          77.47
##                                                                          undertaking       2      0.00          77.47      0.00          77.47
##                                                               underwriting functions       2      0.00          77.47      0.00          77.47
##                                                                           uniformity       2      0.00          77.48      0.00          77.48
##                                                                uniformity of context       2      0.00          77.48      0.00          77.48
##                                                                          unique data       2      0.00          77.49      0.00          77.49
##                                                                         unit testing       2      0.00          77.49      0.00          77.49
##                                                                           unit tests       2      0.00          77.49      0.00          77.49
##                                                                       united purpose       2      0.00          77.50      0.00          77.50
##                                             united states special operations command       2      0.00          77.50      0.00          77.50
##                                                                             universe       2      0.00          77.51      0.00          77.51
##                                                             university of california       2      0.00          77.51      0.00          77.51
##                                                              university partnerships       2      0.00          77.51      0.00          77.51
##                                                      university system rellis campus       2      0.00          77.52      0.00          77.52
##                                                                 unleashing curiosity       2      0.00          77.52      0.00          77.52
##                                                                     unlimited snacks       2      0.00          77.52      0.00          77.52
##                                                                    unmatched network       2      0.00          77.53      0.00          77.53
##                                                                   unrelated requests       2      0.00          77.53      0.00          77.53
##                                                                       unrivaled ways       2      0.00          77.54      0.00          77.54
##                                                            unstructured data sources       2      0.00          77.54      0.00          77.54
##                                                               unstructured databases       2      0.00          77.54      0.00          77.54
##                                                unstructured medical record documents       2      0.00          77.55      0.00          77.55
##                                                               unstructured risk data       2      0.00          77.55      0.00          77.55
##                                                                         unusual ways       2      0.00          77.55      0.00          77.55
##                                                                unwavering commitment       2      0.00          77.56      0.00          77.56
##                                                                     unwavering focus       2      0.00          77.56      0.00          77.56
##                                                              upcoming saas solutions       2      0.00          77.57      0.00          77.57
##                                                                              updates       2      0.00          77.57      0.00          77.57
##                                                                              upgrade       2      0.00          77.57      0.00          77.57
##                                                                              urgency       2      0.00          77.58      0.00          77.58
##                                                                urgent work deadlines       2      0.00          77.58      0.00          77.58
##                                                               urinalysis drug screen       2      0.00          77.59      0.00          77.59
##                                                                                us-tx       2      0.00          77.59      0.00          77.59
##                                                                         us air force       2      0.00          77.59      0.00          77.59
##                                                    us based lockheed martin facility       2      0.00          77.60      0.00          77.60
##                                                                us security clearance       2      0.00          77.60      0.00          77.60
##                                                                                 usaa       2      0.00          77.60      0.00          77.60
##                                                                          usable data       2      0.00          77.61      0.00          77.61
##                                                                                usage       2      0.00          77.61      0.00          77.61
##                                  usage of consumer financial data science techniques       2      0.00          77.62      0.00          77.62
##                                                                       usage patterns       2      0.00          77.62      0.00          77.62
##                                                                               use ai       2      0.00          77.62      0.00          77.62
##                                                                            use cases       2      0.00          77.63      0.00          77.63
##                                                                       use of cookies       2      0.00          77.63      0.00          77.63
##                                                                 use of data analysis       2      0.00          77.63      0.00          77.63
##                                                                    use of predictive       2      0.00          77.64      0.00          77.64
##                                                                   use of statistical       2      0.00          77.64      0.00          77.64
##                                                          use of statistical packages       2      0.00          77.65      0.00          77.65
##                                                                      useful insights       2      0.00          77.65      0.00          77.65
##                                                                      useful patterns       2      0.00          77.65      0.00          77.65
##                                                               useful reporting tools       2      0.00          77.66      0.00          77.66
##                                                                            user data       2      0.00          77.66      0.00          77.66
##                                                             user experience outcomes       2      0.00          77.67      0.00          77.67
##                                                             user interface libraries       2      0.00          77.67      0.00          77.67
##                                                                      user interfaces       2      0.00          77.67      0.00          77.67
##                                                                         user manuals       2      0.00          77.68      0.00          77.68
##                                                                           user needs       2      0.00          77.68      0.00          77.68
##                                                                    users' experience       2      0.00          77.68      0.00          77.68
##                                                                          users happy       2      0.00          77.69      0.00          77.69
##                                                                      usmnt fan bases       2      0.00          77.69      0.00          77.69
##                                                           ussocom chief data officer       2      0.00          77.70      0.00          77.70
##                                                                           ussocom j6       2      0.00          77.70      0.00          77.70
##                                                                                uswnt       2      0.00          77.70      0.00          77.70
##                                                                   valid state driver       2      0.00          77.71      0.00          77.71
##                                      validation of multiple modeling design concepts       2      0.00          77.71      0.00          77.71
##                                                                   validation process       2      0.00          77.71      0.00          77.71
##                                                                             validity       2      0.00          77.72      0.00          77.72
##                                                                    valuable insights       2      0.00          77.72      0.00          77.72
##                                                                     valuation models       2      0.00          77.73      0.00          77.73
##                                                  value-added data analysis solutions       2      0.00          77.73      0.00          77.73
##                                                                      value diversity       2      0.00          77.73      0.00          77.73
##                                                                        value drivers       2      0.00          77.74      0.00          77.74
##                                                               valued corporate asset       2      0.00          77.74      0.00          77.74
##                                                                       valued partner       2      0.00          77.74      0.00          77.74
##                                                                            variation       2      0.00          77.75      0.00          77.75
##                                                                     varied data sets       2      0.00          77.75      0.00          77.75
##                                                                variety of approaches       2      0.00          77.76      0.00          77.76
##                                                                 variety of audiences       2      0.00          77.76      0.00          77.76
##                                                   variety of computer science topics       2      0.00          77.76      0.00          77.76
##                                                              variety of data sources       2      0.00          77.77      0.00          77.77
##                                                                 variety of languages       2      0.00          77.77      0.00          77.77
##                                                              variety of policy areas       2      0.00          77.78      0.00          77.78
##                                                                   variety of sources       2      0.00          77.78      0.00          77.78
##                                                    variety of statistical techniques       2      0.00          77.78      0.00          77.78
##                                                          various analytic techniques       2      0.00          77.79      0.00          77.79
##                                                                         various apis       2      0.00          77.79      0.00          77.79
##                                                                      various aspects       2      0.00          77.79      0.00          77.79
##                                                                  various audit teams       2      0.00          77.80      0.00          77.80
##                                                                    various data sets       2      0.00          77.80      0.00          77.80
##                                                                 various data sources       2      0.00          77.81      0.00          77.81
##                                                           various external resources       2      0.00          77.81      0.00          77.81
##                                                                       various groups       2      0.00          77.81      0.00          77.81
##                                                  various machine learning techniques       2      0.00          77.82      0.00          77.82
##                                                       various machine learning tools       2      0.00          77.82      0.00          77.82
##                                                                        various needs       2      0.00          77.82      0.00          77.82
##                                                            various predictive models       2      0.00          77.83      0.00          77.83
##                                                                      various sensors       2      0.00          77.83      0.00          77.83
##                                                         various statistical modeling       2      0.00          77.84      0.00          77.84
##                                                                various work settings       2      0.00          77.84      0.00          77.84
##                                                                 various work streams       2      0.00          77.84      0.00          77.84
##                                                        vast amounts of consumer data       2      0.00          77.85      0.00          77.85
##                                                                   vast opportunities       2      0.00          77.85      0.00          77.85
##                                                               vector-based languages       2      0.00          77.86      0.00          77.86
##                                                                             vehicles       2      0.00          77.86      0.00          77.86
##                                                                      venture capital       2      0.00          77.86      0.00          77.86
##                                                                      venue selection       2      0.00          77.87      0.00          77.87
##                                                                                verge       2      0.00          77.87      0.00          77.87
##                                               verification of employment eligibility       2      0.00          77.87      0.00          77.87
##                                                                           versioning       2      0.00          77.88      0.00          77.88
##                                                                  visa's headquarters       2      0.00          77.88      0.00          77.88
##                                                                      visa assistance       2      0.00          77.89      0.00          77.89
##                                                                      visa consulting       2      0.00          77.89      0.00          77.89
##                                                                      vision benefits       2      0.00          77.89      0.00          77.89
##                                                                          visualizing       2      0.00          77.90      0.00          77.90
##                                                                       voice services       2      0.00          77.90      0.00          77.90
##                                                                         volunteering       2      0.00          77.90      0.00          77.90
##                                                                       wabtec company       2      0.00          77.91      0.00          77.91
##                                                                             wal-mart       2      0.00          77.91      0.00          77.91
##                                                                  wall street journal       2      0.00          77.92      0.00          77.92
##                                                                walmart family mobile       2      0.00          77.92      0.00          77.92
##                                                                        washington dc       2      0.00          77.92      0.00          77.92
##                                                                                waste       2      0.00          77.93      0.00          77.93
##                                                                          way of life       2      0.00          77.93      0.00          77.93
##                                                                     web applications       2      0.00          77.94      0.00          77.94
##                                                                      web development       2      0.00          77.94      0.00          77.94
##                                                           web development frameworks       2      0.00          77.94      0.00          77.94
##                                                                        web scrapping       2      0.00          77.95      0.00          77.95
##                                                                          web surveys       2      0.00          77.95      0.00          77.95
##                                                                                weeks       2      0.00          77.95      0.00          77.95
##                                                                             weeks of       2      0.00          77.96      0.00          77.96
##                                                                welcoming environment       2      0.00          77.96      0.00          77.96
##                                                             well-qualified applicant       2      0.00          77.97      0.00          77.97
##                                                                            wellesley       2      0.00          77.97      0.00          77.97
##                                                                          wells fargo       2      0.00          77.97      0.00          77.97
##                                                                    wells fargo audit       2      0.00          77.98      0.00          77.98
##                                                                                 wfas       2      0.00          77.98      0.00          77.98
##                                                                          whitepapers       2      0.00          77.98      0.00          77.98
##                                                         wide variety of data sources       2      0.00          77.99      0.00          77.99
##                                                                   wiredand best apps       2      0.00          77.99      0.00          77.99
##                                                                      work objectives       2      0.00          78.00      0.00          78.00
##                                                                         work product       2      0.00          78.00      0.00          78.00
##                                                                      work production       2      0.00          78.00      0.00          78.00
##                                                                         work samples       2      0.00          78.01      0.00          78.01
##                                                                            workforce       2      0.00          78.01      0.00          78.01
##                                                   world's largest defense contractor       2      0.00          78.02      0.00          78.02
##                                                          world's toughest challenges       2      0.00          78.02      0.00          78.02
##                                                           world class hadoop cluster       2      0.00          78.02      0.00          78.02
##                                                   world of digital media measurement       2      0.00          78.03      0.00          78.03
##                                                                         world report       2      0.00          78.03      0.00          78.03
##                                                                          world safer       2      0.00          78.03      0.00          78.03
##                                                                                  wow       2      0.00          78.04      0.00          78.04
##                                                                 wright patterson afb       2      0.00          78.04      0.00          78.04
##                                                                              writing       2      0.00          78.05      0.00          78.05
##                                                                written communication       2      0.00          78.05      0.00          78.05
##                                                                                   wv       2      0.00          78.05      0.00          78.05
##                                                                    years' experience       2      0.00          78.06      0.00          78.06
##                                         years commercial machine learning experience       2      0.00          78.06      0.00          78.06
##                                                                             years of       2      0.00          78.06      0.00          78.06
##                                              years of additional relevant experience       2      0.00          78.07      0.00          78.07
##                                                                        years of data       2      0.00          78.07      0.00          78.07
##                                                               years of data modeling       2      0.00          78.08      0.00          78.08
##                                                    years of data science development       2      0.00          78.08      0.00          78.08
##                               years of mathematical predictive algorithm development       2      0.00          78.08      0.00          78.08
##                                                                     years of overall       2      0.00          78.09      0.00          78.09
##                                                     years of quantitative experience       2      0.00          78.09      0.00          78.09
##                                                           years of relevant industry       2      0.00          78.10      0.00          78.10
##                                                             years related experience       2      0.00          78.10      0.00          78.10
##                                                            years relevant experience       2      0.00          78.10      0.00          78.10
##                                                       years relevant work experience       2      0.00          78.11      0.00          78.11
##                                                                           1evlsvsc4k       1      0.00          78.11      0.00          78.11
##                                                                                   50       1      0.00          78.11      0.00          78.11
##                                                                       50 best places       1      0.00          78.11      0.00          78.11
##                                                                          aa employer       1      0.00          78.11      0.00          78.11
##                                                                         aag findings       1      0.00          78.12      0.00          78.12
##                                                                                  aan       1      0.00          78.12      0.00          78.12
##                                                                         aap employer       1      0.00          78.12      0.00          78.12
##                                                                            ab initio       1      0.00          78.12      0.00          78.12
##                                                                           ab testing       1      0.00          78.12      0.00          78.12
##                                                                               abbott       1      0.00          78.13      0.00          78.13
##                                                                       ability switch       1      0.00          78.13      0.00          78.13
##                                                       able tobuild predictive models       1      0.00          78.13      0.00          78.13
##                                                                able tocombine models       1      0.00          78.13      0.00          78.13
##                                                                   ableto's investors       1      0.00          78.13      0.00          78.13
##                                                 ableto's structured therapy programs       1      0.00          78.14      0.00          78.14
##                                                                     ableto analytics       1      0.00          78.14      0.00          78.14
##                                                            ableto licensed providers       1      0.00          78.14      0.00          78.14
##                                                                      ableto programs       1      0.00          78.14      0.00          78.14
##                                                             abnormal broker behavior       1      0.00          78.14      0.00          78.14
##                                                                                aborn       1      0.00          78.14      0.00          78.14
##                                                               abovementioned efforts       1      0.00          78.15      0.00          78.15
##                                                                              absence       1      0.00          78.15      0.00          78.15
##                                                              absence of data analyst       1      0.00          78.15      0.00          78.15
##                                                                    abstract concepts       1      0.00          78.15      0.00          78.15
##                                                                   abstraction layers       1      0.00          78.15      0.00          78.15
##                                                                            abstracts       1      0.00          78.16      0.00          78.16
##                                                                                  abt       1      0.00          78.16      0.00          78.16
##                                                                       abt associates       1      0.00          78.16      0.00          78.16
##                                                                      abundant energy       1      0.00          78.16      0.00          78.16
##                                                                                abuse       1      0.00          78.16      0.00          78.16
##                                                                    academic advisors       1      0.00          78.17      0.00          78.17
##                                                                      academic awards       1      0.00          78.17      0.00          78.17
##                                                                  academic background       1      0.00          78.17      0.00          78.17
##                                                                 academic conferences       1      0.00          78.17      0.00          78.17
##                                                                  academic coursework       1      0.00          78.17      0.00          78.17
##                                                                 academic environment       1      0.00          78.18      0.00          78.18
##                                                                  academic excellence       1      0.00          78.18      0.00          78.18
##                                                              academic qualifications       1      0.00          78.18      0.00          78.18
##                                                        academic teaching environment       1      0.00          78.18      0.00          78.18
##                                       academic track record of teaching mathematical       1      0.00          78.18      0.00          78.18
##                                                                     academic working       1      0.00          78.18      0.00          78.18
##                                                                       academic world       1      0.00          78.19      0.00          78.19
##                                                                              academy       1      0.00          78.19      0.00          78.19
##                                                                       accel partners       1      0.00          78.19      0.00          78.19
##                                                           acceptable driving records       1      0.00          78.19      0.00          78.19
##                                                                          access data       1      0.00          78.19      0.00          78.19
##                                                                    access management       1      0.00          78.20      0.00          78.20
##                                                                        accessibility       1      0.00          78.20      0.00          78.20
##                                                                  accessible language       1      0.00          78.20      0.00          78.20
##                                                                          accessories       1      0.00          78.20      0.00          78.20
##                                                                accommodation request       1      0.00          78.20      0.00          78.20
##                                                             accommodations statement       1      0.00          78.21      0.00          78.21
##                                                         accompanying data structures       1      0.00          78.21      0.00          78.21
##                                                        accomplished informatics team       1      0.00          78.21      0.00          78.21
##                                                                       accomplishment       1      0.00          78.21      0.00          78.21
##                                                                      account changes       1      0.00          78.21      0.00          78.21
##                                                                   account monitoring       1      0.00          78.22      0.00          78.22
##                                                       account receivable operational       1      0.00          78.22      0.00          78.22
##                                                         account receivable variances       1      0.00          78.22      0.00          78.22
##                                                                      accountability·       1      0.00          78.22      0.00          78.22
##                                                               accredited institution       1      0.00          78.22      0.00          78.22
##                                                              accredited universities       1      0.00          78.22      0.00          78.22
##                                                             accrediting institutions       1      0.00          78.23      0.00          78.23
##                                                                accuracy measurements       1      0.00          78.23      0.00          78.23
##                                                                      accuracy of new       1      0.00          78.23      0.00          78.23
##                                                          accuracy of production data       1      0.00          78.23      0.00          78.23
##                                                              accuracy of resolutions       1      0.00          78.23      0.00          78.23
##                                                                   accuracy standards       1      0.00          78.24      0.00          78.24
##                                                         accurate billing of products       1      0.00          78.24      0.00          78.24
##                                                                 accurate information       1      0.00          78.24      0.00          78.24
##                                                                    accurate modeling       1      0.00          78.24      0.00          78.24
##                                                                     accurate parsing       1      0.00          78.24      0.00          78.24
##                                              accurate prediction of failure patterns       1      0.00          78.25      0.00          78.25
##                                                                    accurate products       1      0.00          78.25      0.00          78.25
##                                                                    accurate profiles       1      0.00          78.25      0.00          78.25
##                                                              accurate time estimates       1      0.00          78.25      0.00          78.25
##                                                                        accurate ways       1      0.00          78.25      0.00          78.25
##                                                                achievable milestones       1      0.00          78.26      0.00          78.26
##                                                                         achievements       1      0.00          78.26      0.00          78.26
##                                                                                 acoe       1      0.00          78.26      0.00          78.26
##                                                         acoustic pattern recognition       1      0.00          78.26      0.00          78.26
##                                                    acquisition life cycle management       1      0.00          78.26      0.00          78.26
##                                                      acquisition marketing campaigns       1      0.00          78.26      0.00          78.26
##                                                                  acquisitions funnel       1      0.00          78.27      0.00          78.27
##                                                                                  acs       1      0.00          78.27      0.00          78.27
##                                                                                  act       1      0.00          78.27      0.00          78.27
##                                                           action-oriented individual       1      0.00          78.27      0.00          78.27
##                                                                         action items       1      0.00          78.27      0.00          78.27
##                                                                          action plan       1      0.00          78.28      0.00          78.28
##                                                        actionable business decisions       1      0.00          78.28      0.00          78.28
##                                                        actionable business knowledge       1      0.00          78.28      0.00          78.28
##                                                    actionable business opportunities       1      0.00          78.28      0.00          78.28
##                                                      actionable commercial solutions       1      0.00          78.28      0.00          78.28
##                                                                   actionable context       1      0.00          78.29      0.00          78.29
##                                                                      actionable form       1      0.00          78.29      0.00          78.29
##                                                   actionable geospatial intelligence       1      0.00          78.29      0.00          78.29
##                                                                    actionable growth       1      0.00          78.29      0.00          78.29
##                                                      actionable information insights       1      0.00          78.29      0.00          78.29
##                                                                   actionable insight       1      0.00          78.30      0.00          78.30
##                                                                 actionable knowledge       1      0.00          78.30      0.00          78.30
##                                                             actionable opportunities       1      0.00          78.30      0.00          78.30
##                                                                     actionable plans       1      0.00          78.30      0.00          78.30
##                                                                   actionable reports       1      0.00          78.30      0.00          78.30
##                                                                   actionable results       1      0.00          78.30      0.00          78.30
##                                                                 actionable solutions       1      0.00          78.31      0.00          78.31
##                                                                actionable strategies       1      0.00          78.31      0.00          78.31
##                                                      activation's software platforms       1      0.00          78.31      0.00          78.31
##                                                               active account holders       1      0.00          78.31      0.00          78.31
##                                                          active dod secret clearance       1      0.00          78.31      0.00          78.31
##                                                 active dod secret security clearance       1      0.00          78.32      0.00          78.32
##                                                        active dod security clearance       1      0.00          78.32      0.00          78.32
##                                                                    active experience       1      0.00          78.32      0.00          78.32
##                                                                      active learning       1      0.00          78.32      0.00          78.32
##                                                                     active mentoring       1      0.00          78.32      0.00          78.32
##                                                              active secret clearance       1      0.00          78.33      0.00          78.33
##                                              active us government security clearance       1      0.00          78.33      0.00          78.33
##                                                                   activision's games       1      0.00          78.33      0.00          78.33
##                                                                    activities center       1      0.00          78.33      0.00          78.33
##                                                                      activity status       1      0.00          78.33      0.00          78.33
##                                                                           actor able       1      0.00          78.34      0.00          78.34
##                                                             actual hands-on analyses       1      0.00          78.34      0.00          78.34
##                                                                       actual outcome       1      0.00          78.34      0.00          78.34
##                                                                        actual system       1      0.00          78.34      0.00          78.34
##                                                                    actuarial studies       1      0.00          78.34      0.00          78.34
##                                                                   actuary experience       1      0.00          78.34      0.00          78.34
##                                                                      acute attention       1      0.00          78.35      0.00          78.35
##                                                                                   ad       1      0.00          78.35      0.00          78.35
##                                                                    ad tech companies       1      0.00          78.35      0.00          78.35
##                                                                         ada lovelace       1      0.00          78.35      0.00          78.35
##                                                ada reasonable accommodation employer       1      0.00          78.35      0.00          78.35
##                                                                             adaboost       1      0.00          78.36      0.00          78.36
##                                                                                adage       1      0.00          78.36      0.00          78.36
##                                                               adaptability necessary       1      0.00          78.36      0.00          78.36
##                                                                  adaptable - ability       1      0.00          78.36      0.00          78.36
##                                                                     adaptive nursing       1      0.00          78.36      0.00          78.36
##                                                                   adbuying landscape       1      0.00          78.37      0.00          78.37
##                                                                        add-ons store       1      0.00          78.37      0.00          78.37
##                                                                            addiction       1      0.00          78.37      0.00          78.37
##                                                                  additional analyses       1      0.00          78.37      0.00          78.37
##                                                       additional available locations       1      0.00          78.37      0.00          78.37
##                                                                  additional datasets       1      0.00          78.38      0.00          78.38
##                                                                    additional duties       1      0.00          78.38      0.00          78.38
##                                                                 additional education       1      0.00          78.38      0.00          78.38
##                                                                additional experience       1      0.00          78.38      0.00          78.38
##                                                                   additional offices       1      0.00          78.38      0.00          78.38
##                                                                     additional perks       1      0.00          78.38      0.00          78.38
##                                                            additional qualifications       1      0.00          78.39      0.00          78.39
##                                                   additional required certifications       1      0.00          78.39      0.00          78.39
##                                                              additional requirements       1      0.00          78.39      0.00          78.39
##                                                          additional responsibilities       1      0.00          78.39      0.00          78.39
##                                                                additional skill sets       1      0.00          78.39      0.00          78.39
##                                                           additional work experience       1      0.00          78.40      0.00          78.40
##                                               additional years of minimum experience       1      0.00          78.40      0.00          78.40
##                                                                              address       1      0.00          78.40      0.00          78.40
##                                                            address business problems       1      0.00          78.40      0.00          78.40
##                                                                    address conflicts       1      0.00          78.40      0.00          78.40
##                                                                  address constraints       1      0.00          78.41      0.00          78.41
##                                                                      address details       1      0.00          78.41      0.00          78.41
##                                                                      address queries       1      0.00          78.41      0.00          78.41
##                                                                                  ade       1      0.00          78.41      0.00          78.41
##                                                           ade human resources office       1      0.00          78.41      0.00          78.41
##                                                                           adjustment       1      0.00          78.42      0.00          78.42
##                                                                          adjustments       1      0.00          78.42      0.00          78.42
##                                                                       administration       1      0.00          78.42      0.00          78.42
##                                                              administrative capacity       1      0.00          78.42      0.00          78.42
##                                                                administrative duties       1      0.00          78.42      0.00          78.42
##                                                                administrative issues       1      0.00          78.42      0.00          78.42
##                                                                 administrative units       1      0.00          78.43      0.00          78.43
##                                                                   admired companies'       1      0.00          78.43      0.00          78.43
##                                                                                adobe       1      0.00          78.43      0.00          78.43
##                                                                              adobe's       1      0.00          78.43      0.00          78.43
##                                               adobe document cloud data science team       1      0.00          78.43      0.00          78.43
##                                                                      adobe life blog       1      0.00          78.44      0.00          78.44
##                                                                  adobe product suite       1      0.00          78.44      0.00          78.44
##                                                                 adoption measurement       1      0.00          78.44      0.00          78.44
##                                                           adoption of cryptocurrency       1      0.00          78.44      0.00          78.44
##                                             adoption of new computational approaches       1      0.00          78.44      0.00          78.44
##                                                                  adv alumni insights       1      0.00          78.45      0.00          78.45
##                                                                  advance cancer care       1      0.00          78.45      0.00          78.45
##                                                                advance care planning       1      0.00          78.45      0.00          78.45
##                                                               advance communications       1      0.00          78.45      0.00          78.45
##                                                              advance consumer health       1      0.00          78.45      0.00          78.45
##                                                          advance data visualizations       1      0.00          78.46      0.00          78.46
##                                                                     advance modeling       1      0.00          78.46      0.00          78.46
##                                                                     advance projects       1      0.00          78.46      0.00          78.46
##                                                                 advance stakeholders       1      0.00          78.46      0.00          78.46
##                                                                        advance tools       1      0.00          78.46      0.00          78.46
##                                                           advanced-level spreadsheet       1      0.00          78.46      0.00          78.46
##                                                                     advanced ability       1      0.00          78.47      0.00          78.47
##                                                                   advanced aerospace       1      0.00          78.47      0.00          78.47
##                                                        advanced analysis tools - sql       1      0.00          78.47      0.00          78.47
##                                                             advanced analytic models       1      0.00          78.47      0.00          78.47
##                                                           advanced analytic projects       1      0.00          78.47      0.00          78.47
##                                                              advanced analytic tools       1      0.00          78.48      0.00          78.48
##                                                       advanced analytical algorithms       1      0.00          78.48      0.00          78.48
##                                                    advanced analytical methodologies       1      0.00          78.48      0.00          78.48
##                                                           advanced analytical models       1      0.00          78.48      0.00          78.48
##                                                         advanced analytical research       1      0.00          78.48      0.00          78.48
##                                                           advanced analytical skills       1      0.00          78.49      0.00          78.49
##                                                       advanced analytical techniques       1      0.00          78.49      0.00          78.49
##                                                             advanced analytics areas       1      0.00          78.49      0.00          78.49
##                                              advanced analytics center of excellence       1      0.00          78.49      0.00          78.49
##                                                             advanced analytics group       1      0.00          78.49      0.00          78.49
##                                                       advanced analytics initiatives       1      0.00          78.50      0.00          78.50
##                                                          advanced analytics projects       1      0.00          78.50      0.00          78.50
##                                                           advanced analytics reports       1      0.00          78.50      0.00          78.50
##                                                              advanced analytics team       1      0.00          78.50      0.00          78.50
##                                                      advanced analytics team members       1      0.00          78.50      0.00          78.50
##                                                             advanced analytics tools       1      0.00          78.50      0.00          78.50
##                                                   advanced applied statistics skills       1      0.00          78.51      0.00          78.51
##                                                                  advanced approaches       1      0.00          78.51      0.00          78.51
##                                                        advanced attribution modeling       1      0.00          78.51      0.00          78.51
##                                                        advanced attribution platform       1      0.00          78.51      0.00          78.51
##                                                           advanced client situations       1      0.00          78.51      0.00          78.51
##                                                                   advanced computing       1      0.00          78.52      0.00          78.52
##                                                                  advanced coursework       1      0.00          78.52      0.00          78.52
##                                                               advanced data analyses       1      0.00          78.52      0.00          78.52
##                                                         advanced data analytic tools       1      0.00          78.52      0.00          78.52
##                                                   advanced data analytics algorithms       1      0.00          78.52      0.00          78.52
##                                                  advanced data analytics initiatives       1      0.00          78.53      0.00          78.53
##                                                        advanced data analytics tools       1      0.00          78.53      0.00          78.53
##                                                     advanced data science techniques       1      0.00          78.53      0.00          78.53
##                                                    advanced data visualization tools       1      0.00          78.53      0.00          78.53
##                                                      advanced decision-making skills       1      0.00          78.53      0.00          78.53
##                                                                     advanced degrees       1      0.00          78.54      0.00          78.54
##                                                       advanced design configurations       1      0.00          78.54      0.00          78.54
##                                                        advanced development platform       1      0.00          78.54      0.00          78.54
##                                                              advanced diesel engines       1      0.00          78.54      0.00          78.54
##                                                                    advanced electric       1      0.00          78.54      0.00          78.54
##                                                                advanced excel skills       1      0.00          78.54      0.00          78.54
##                                                                   advanced expertise       1      0.00          78.55      0.00          78.55
##                                                            advanced illness research       1      0.00          78.55      0.00          78.55
##                                                         advanced knowledge of design       1      0.00          78.55      0.00          78.55
##                                                         advanced knowledge of oracle       1      0.00          78.55      0.00          78.55
##                                                            advanced knowledge of sql       1      0.00          78.55      0.00          78.55
##                                                            advanced machine learning       1      0.00          78.56      0.00          78.56
##                                                  advanced manufacturing capabilities       1      0.00          78.56      0.00          78.56
##                                                                   advanced marketing       1      0.00          78.56      0.00          78.56
##                                                advanced marketing attribution models       1      0.00          78.56      0.00          78.56
##                                                              advanced math abilities       1      0.00          78.56      0.00          78.56
##                                                                 advanced math skills       1      0.00          78.57      0.00          78.57
##                                                                    advanced modeling       1      0.00          78.57      0.00          78.57
##                                                                     advanced modules       1      0.00          78.57      0.00          78.57
##                                                    advanced ms excel modeling skills       1      0.00          78.57      0.00          78.57
##                                                     advanced multivariate statistics       1      0.00          78.57      0.00          78.57
##                                                          advanced placement programs       1      0.00          78.58      0.00          78.58
##                                                         advanced predictive modeling       1      0.00          78.58      0.00          78.58
##                                          advanced principles of scientific integrity       1      0.00          78.58      0.00          78.58
##                                                                     advanced problem       1      0.00          78.58      0.00          78.58
##                                                                 advanced proficiency       1      0.00          78.58      0.00          78.58
##                                                                  advanced protection       1      0.00          78.58      0.00          78.58
##                                                     advanced quantitative techniques       1      0.00          78.59      0.00          78.59
##                                                                      advanced signal       1      0.00          78.59      0.00          78.59
##                                                       advanced software technologies       1      0.00          78.59      0.00          78.59
##                                                                   advanced solutions       1      0.00          78.59      0.00          78.59
##                                                        advanced statistical concepts       1      0.00          78.59      0.00          78.59
##                                                   advanced statistical methodologies       1      0.00          78.60      0.00          78.60
##                                             advanced statistical modeling techniques       1      0.00          78.60      0.00          78.60
##                                                                 advanced team member       1      0.00          78.60      0.00          78.60
##                                                           advanced technical support       1      0.00          78.60      0.00          78.60
##                                                                       advanced tools       1      0.00          78.60      0.00          78.60
##                                                advanced understanding of statistical       1      0.00          78.61      0.00          78.61
##                                                               advanced visualization       1      0.00          78.61      0.00          78.61
##                                                       advanced working sql knowledge       1      0.00          78.61      0.00          78.61
##                                                            advancement of minorities       1      0.00          78.61      0.00          78.61
##                                                        advantage of textron aviation       1      0.00          78.61      0.00          78.61
##                                                                           advantages       1      0.00          78.62      0.00          78.62
##                                                           advertising data analytics       1      0.00          78.62      0.00          78.62
##                                                                advertising ecosystem       1      0.00          78.62      0.00          78.62
##                                                                    advertising fraud       1      0.00          78.62      0.00          78.62
##                                              advertising industry approaches quality       1      0.00          78.62      0.00          78.62
##                                                                    advisory capacity       1      0.00          78.62      0.00          78.62
##                                                                  advisory committees       1      0.00          78.63      0.00          78.63
##                                                                             advocacy       1      0.00          78.63      0.00          78.63
##                                                                         adwords team       1      0.00          78.63      0.00          78.63
##                                                                ae business solutions       1      0.00          78.63      0.00          78.63
##                                                                 aerospace businesses       1      0.00          78.63      0.00          78.63
##                                                                aerospace corporation       1      0.00          78.64      0.00          78.64
##                                                                                  aes       1      0.00          78.64      0.00          78.64
##                                                                       aetna ventures       1      0.00          78.64      0.00          78.64
##                                                                 affiliated companies       1      0.00          78.64      0.00          78.64
##                                                                    affinity analysis       1      0.00          78.64      0.00          78.64
##                                                         affirmative action statement       1      0.00          78.65      0.00          78.65
##                                                                    affirmative steps       1      0.00          78.65      0.00          78.65
##                                                                     affluent markets       1      0.00          78.65      0.00          78.65
##                                                                    affordable access       1      0.00          78.65      0.00          78.65
##                                                          affordable health insurance       1      0.00          78.65      0.00          78.65
##                                                          affordable purchase options       1      0.00          78.66      0.00          78.66
##                                                                               agency       1      0.00          78.66      0.00          78.66
##                                                                    agency executives       1      0.00          78.66      0.00          78.66
##                                                                     agency personnel       1      0.00          78.66      0.00          78.66
##                                                                            aggregate       1      0.00          78.66      0.00          78.66
##                                                           agile data modeling expert       1      0.00          78.66      0.00          78.66
##                                                        agile development methodology       1      0.00          78.67      0.00          78.67
##                                                            agile development process       1      0.00          78.67      0.00          78.67
##                                                        agile environment accountable       1      0.00          78.67      0.00          78.67
##                                                                     agile frameworks       1      0.00          78.67      0.00          78.67
##                                                               agile global aerospace       1      0.00          78.67      0.00          78.67
##                                                                  agile methodologies       1      0.00          78.68      0.00          78.68
##                                                          agile operations excellence       1      0.00          78.68      0.00          78.68
##                                                agile product development environment       1      0.00          78.68      0.00          78.68
##                                                                agile scrum framework       1      0.00          78.68      0.00          78.68
##                                                              agile scrum methodology       1      0.00          78.68      0.00          78.68
##                                                   agile software development process       1      0.00          78.69      0.00          78.69
##                                                      agile software development team       1      0.00          78.69      0.00          78.69
##                                                                     agreed timelines       1      0.00          78.69      0.00          78.69
##                                                                            agreement       1      0.00          78.69      0.00          78.69
##                                                                           agreements       1      0.00          78.69      0.00          78.69
##                                                           agricultural supply chains       1      0.00          78.70      0.00          78.70
##                                                                          agriculture       1      0.00          78.70      0.00          78.70
##                                                    ai-driven automation of discovery       1      0.00          78.70      0.00          78.70
##                                                                      ai acceleration       1      0.00          78.70      0.00          78.70
##                                                                        ai algorithms       1      0.00          78.70      0.00          78.70
##                                                                    ai best-practices       1      0.00          78.70      0.00          78.70
##                                                              ai components of domino       1      0.00          78.71      0.00          78.71
##                                                                          ai concepts       1      0.00          78.71      0.00          78.71
##                                                                        ai department       1      0.00          78.71      0.00          78.71
##                                                                       ai development       1      0.00          78.71      0.00          78.71
##                                                                            ai domain       1      0.00          78.71      0.00          78.71
##                                                                         ai expertise       1      0.00          78.72      0.00          78.72
##                                                                       ai integration       1      0.00          78.72      0.00          78.72
##                                                                         ai libraries       1      0.00          78.72      0.00          78.72
##                                                                            ai models       1      0.00          78.72      0.00          78.72
##                                                   ai powered enterprise applications       1      0.00          78.72      0.00          78.72
##                                                                     ai practitioners       1      0.00          78.73      0.00          78.73
##                                                                        ai techniques       1      0.00          78.73      0.00          78.73
##                                                                        ai technology       1      0.00          78.73      0.00          78.73
##                                                               ai types of algorithms       1      0.00          78.73      0.00          78.73
##                                                                                 aids       1      0.00          78.73      0.00          78.73
##                                                                        aids epidemic       1      0.00          78.74      0.00          78.74
##                                                      air-conditioned office building       1      0.00          78.74      0.00          78.74
##                                                                     air conditioning       1      0.00          78.74      0.00          78.74
##                                                                            air force       1      0.00          78.74      0.00          78.74
##                                                                     airborne sensors       1      0.00          78.74      0.00          78.74
##                                                                             airtable       1      0.00          78.74      0.00          78.74
##                                                                           airy terms       1      0.00          78.75      0.00          78.75
##                                                                                 ajax       1      0.00          78.75      0.00          78.75
##                                                  albert einstein college of medicine       1      0.00          78.75      0.00          78.75
##                                                                          alcoa wheel       1      0.00          78.75      0.00          78.75
##                                                                                alert       1      0.00          78.75      0.00          78.75
##                                                                             alerting       1      0.00          78.76      0.00          78.76
##                                                                       alexa support·       1      0.00          78.76      0.00          78.76
##                                                                              algebra       1      0.00          78.76      0.00          78.76
##                                                                            algorithm       1      0.00          78.76      0.00          78.76
##                                                                algorithmic solutions       1      0.00          78.76      0.00          78.76
##                                                                     algorithms scale       1      0.00          78.77      0.00          78.77
##                                                                     algorithms types       1      0.00          78.77      0.00          78.77
##                                                                   alion careers site       1      0.00          78.77      0.00          78.77
##                                              all-flash enterprise storage technology       1      0.00          78.77      0.00          78.77
##                                                          all-flash storage solutions       1      0.00          78.77      0.00          78.77
##                                               all-in-one digital publishing platform       1      0.00          78.78      0.00          78.78
##                                                                            allergens       1      0.00          78.78      0.00          78.78
##                                                               allied health students       1      0.00          78.78      0.00          78.78
##                                                                    allotted deadline       1      0.00          78.78      0.00          78.78
##                                                                     allstate company       1      0.00          78.78      0.00          78.78
##                                                                   alternate location       1      0.00          78.78      0.00          78.78
##                                                                     alternate models       1      0.00          78.79      0.00          78.79
##                                                               alternative approaches       1      0.00          78.79      0.00          78.79
##                                                           alternative classification       1      0.00          78.79      0.00          78.79
##                                                                   alternative method       1      0.00          78.79      0.00          78.79
##                                                                               alumni       1      0.00          78.79      0.00          78.79
##                                                                 amassed polling data       1      0.00          78.80      0.00          78.80
##                                                                 amateur status rules       1      0.00          78.80      0.00          78.80
##                                                                     amazing benefits       1      0.00          78.80      0.00          78.80
##                                                                  amazing experiences       1      0.00          78.80      0.00          78.80
##                                                                         amazing news       1      0.00          78.80      0.00          78.80
##                                                                        amazing perks       1      0.00          78.81      0.00          78.81
##                                                                     amazing products       1      0.00          78.81      0.00          78.81
##                                              amazing team of personalization zealots       1      0.00          78.81      0.00          78.81
##                                                                   amazing technology       1      0.00          78.81      0.00          78.81
##                                                                        amazing value       1      0.00          78.81      0.00          78.81
##                                              amazon-scale data engineering pipelines       1      0.00          78.81      0.00          78.81
##                                                                  amazon ai community       1      0.00          78.82      0.00          78.82
##                                                                        amazon aurora       1      0.00          78.82      0.00          78.82
##                                                                           amazon aws       1      0.00          78.82      0.00          78.82
##                                                                 amazon aws ecosystem       1      0.00          78.82      0.00          78.82
##                                                  amazon bdae talent development team       1      0.00          78.82      0.00          78.82
##                                                                       amazon company       1      0.00          78.83      0.00          78.83
##                                                                  amazon consumer org       1      0.00          78.83      0.00          78.83
##                                                                     amazon employees       1      0.00          78.83      0.00          78.83
##                                                                            amazon hr       1      0.00          78.83      0.00          78.83
##                                                                    amazon quicksight       1      0.00          78.83      0.00          78.83
##                                                                    amazon structures       1      0.00          78.84      0.00          78.84
##                                                                       amazon studios       1      0.00          78.84      0.00          78.84
##                                                   amazon web service analytics tools       1      0.00          78.84      0.00          78.84
##                                             amazon web service data storage services       1      0.00          78.84      0.00          78.84
##                                                  amazon web servicers infrastructure       1      0.00          78.84      0.00          78.84
##                                                          amazon worldwide operations       1      0.00          78.85      0.00          78.85
##                                                                          ambiguities       1      0.00          78.85      0.00          78.85
##                                                             ambiguous business needs       1      0.00          78.85      0.00          78.85
##                                                                 ambiguous challenges       1      0.00          78.85      0.00          78.85
##                                                            ambiguous data actionable       1      0.00          78.85      0.00          78.85
##                                                                ambiguous environment       1      0.00          78.85      0.00          78.85
##                                                                 ambitious developers       1      0.00          78.86      0.00          78.86
##                                                                    ambitious startup       1      0.00          78.86      0.00          78.86
##                                          america's leading health benefits companies       1      0.00          78.86      0.00          78.86
##                                                                 america's un-carrier       1      0.00          78.86      0.00          78.86
##                                                               american manufacturing       1      0.00          78.86      0.00          78.86
##                                                                           americorps       1      0.00          78.87      0.00          78.87
##                                                                              amnesty       1      0.00          78.87      0.00          78.87
##                                                                            amplitude       1      0.00          78.87      0.00          78.87
##                                                                       anaconda tools       1      0.00          78.87      0.00          78.87
##                                                           analyses company functions       1      0.00          78.87      0.00          78.87
##                                                                 analyses of clinical       1      0.00          78.88      0.00          78.88
##                                                      analyses of marketing campaigns       1      0.00          78.88      0.00          78.88
##                                                                analyses requirements       1      0.00          78.88      0.00          78.88
##                                                                        analysis code       1      0.00          78.88      0.00          78.88
##                                                                     analysis efforts       1      0.00          78.88      0.00          78.88
##                                                                  analysis guidelines       1      0.00          78.89      0.00          78.89
##                                                              analysis infrastructure       1      0.00          78.89      0.00          78.89
##                                                                   analysis languages       1      0.00          78.89      0.00          78.89
##                                                                       analysis needs       1      0.00          78.89      0.00          78.89
##                                                                  analysis objectives       1      0.00          78.89      0.00          78.89
##                                                               analysis of algorithms       1      0.00          78.89      0.00          78.89
##                                                                 analysis of big data       1      0.00          78.90      0.00          78.90
##                                                       analysis of complex healthcare       1      0.00          78.90      0.00          78.90
##                                                                  analysis of content       1      0.00          78.90      0.00          78.90
##                                                                    analysis of large       1      0.00          78.90      0.00          78.90
##                                                            analysis of model quality       1      0.00          78.90      0.00          78.90
##                                              analysis of new technology applications       1      0.00          78.91      0.00          78.91
##                                                              analysis of scalability       1      0.00          78.91      0.00          78.91
##                                                                analysis of situation       1      0.00          78.91      0.00          78.91
##                                                               analysis of structured       1      0.00          78.91      0.00          78.91
##                                                                analysis of text data       1      0.00          78.91      0.00          78.91
##                                                                    analysis packages       1      0.00          78.92      0.00          78.92
##                                                                   analysis pipelines       1      0.00          78.92      0.00          78.92
##                                                                        analysis plan       1      0.00          78.92      0.00          78.92
##                                                                  analysis procedures       1      0.00          78.92      0.00          78.92
##                                                                    analysis projects       1      0.00          78.92      0.00          78.92
##                                                                   analysis questions       1      0.00          78.93      0.00          78.93
##                                                                     analysis reports       1      0.00          78.93      0.00          78.93
##                                                                      analysis skills       1      0.00          78.93      0.00          78.93
##                                                              analysis specifications       1      0.00          78.93      0.00          78.93
##                                                                       analysis stack       1      0.00          78.93      0.00          78.93
##                                                                       analysis tasks       1      0.00          78.93      0.00          78.93
##                                                                        analysis team       1      0.00          78.94      0.00          78.94
##                                                                              analyst       1      0.00          78.94      0.00          78.94
##                                                                     analytic agility       1      0.00          78.94      0.00          78.94
##                                                                        analytic code       1      0.00          78.94      0.00          78.94
##                                                               analytic data products       1      0.00          78.94      0.00          78.94
##                                                                   analytic data sets       1      0.00          78.95      0.00          78.95
##                                                                   analytic decisions       1      0.00          78.95      0.00          78.95
##                                                      analytic development experience       1      0.00          78.95      0.00          78.95
##                                                         analytic development process       1      0.00          78.95      0.00          78.95
##                                                                 analytic experiments       1      0.00          78.95      0.00          78.95
##                                                               analytic functionality       1      0.00          78.96      0.00          78.96
##                                                                     analytic methods       1      0.00          78.96      0.00          78.96
##                                                                        analytic mind       1      0.00          78.96      0.00          78.96
##                                                        analytic model implementation       1      0.00          78.96      0.00          78.96
##                                                                    analytic modeling       1      0.00          78.96      0.00          78.96
##                                                                      analytic models       1      0.00          78.97      0.00          78.97
##                                                                       analytic peers       1      0.00          78.97      0.00          78.97
##                                                          analytic problem definition       1      0.00          78.97      0.00          78.97
##                                                                    analytic problems       1      0.00          78.97      0.00          78.97
##                                                                    analytic products       1      0.00          78.97      0.00          78.97
##                                                                   analytic questions       1      0.00          78.97      0.00          78.97
##                                                                 analytic requirement       1      0.00          78.98      0.00          78.98
##                                                               analytic reuse library       1      0.00          78.98      0.00          78.98
##                                                                      analytic skills       1      0.00          78.98      0.00          78.98
##                                                                    analytic software       1      0.00          78.98      0.00          78.98
##                                                              analytic solution teams       1      0.00          78.98      0.00          78.98
##                                                                   analytic solutions       1      0.00          78.99      0.00          78.99
##                                                                  analytic strategies       1      0.00          78.99      0.00          78.99
##                                                                       analytic tasks       1      0.00          78.99      0.00          78.99
##                                                                      analytic topics       1      0.00          78.99      0.00          78.99
##                                                                       analytic units       1      0.00          78.99      0.00          78.99
##                                                            analytic web applications       1      0.00          79.00      0.00          79.00
##                                                                  analytic work flows       1      0.00          79.00      0.00          79.00
##                                                                analytical background       1      0.00          79.00      0.00          79.00
##                                                                analytical constructs       1      0.00          79.00      0.00          79.00
##                                                            analytical data scientist       1      0.00          79.00      0.00          79.00
##                                                                 analytical data sets       1      0.00          79.01      0.00          79.01
##                                                              analytical deliverables       1      0.00          79.01      0.00          79.01
##                                                                  analytical findings       1      0.00          79.01      0.00          79.01
##                                                                  analytical guidance       1      0.00          79.01      0.00          79.01
##                                                               analytical initiatives       1      0.00          79.01      0.00          79.01
##                                                                 analytical knowledge       1      0.00          79.01      0.00          79.01
##                                                                  analytical measures       1      0.00          79.02      0.00          79.02
##                                                               analytical methodology       1      0.00          79.02      0.00          79.02
##                                                                      analytical mind       1      0.00          79.02      0.00          79.02
##        analytical needs of amazon web services' infrastructure workforce development       1      0.00          79.02      0.00          79.02
##                                                             analytical opportunities       1      0.00          79.02      0.00          79.02
##                                                                  analytical purposes       1      0.00          79.03      0.00          79.03
##                                                                      analytical role       1      0.00          79.03      0.00          79.03
##                                                                     analytical roles       1      0.00          79.03      0.00          79.03
##                                                                   analytical science       1      0.00          79.03      0.00          79.03
##                                                                     analytical skill       1      0.00          79.03      0.00          79.03
##                                                            analytical software tools       1      0.00          79.04      0.00          79.04
##                                                                      analytical team       1      0.00          79.04      0.00          79.04
##                                                                   analytical thinker       1      0.00          79.04      0.00          79.04
##                                                                   analytical toolbox       1      0.00          79.04      0.00          79.04
##                                                             analytics-driven product       1      0.00          79.04      0.00          79.04
##                                                              analytics advisors team       1      0.00          79.05      0.00          79.05
##                                                               analytics applications       1      0.00          79.05      0.00          79.05
##                                                             analytics best practices       1      0.00          79.05      0.00          79.05
##                                                                   analytics business       1      0.00          79.05      0.00          79.05
##                                                                  analytics community       1      0.00          79.05      0.00          79.05
##                                                                 analytics eco system       1      0.00          79.05      0.00          79.05
##                                                                  analytics engineers       1      0.00          79.06      0.00          79.06
##                                                                analytics environment       1      0.00          79.06      0.00          79.06
##                                                                    analytics experts       1      0.00          79.06      0.00          79.06
##                                                                  analytics framework       1      0.00          79.06      0.00          79.06
##                                                                   analytics function       1      0.00          79.06      0.00          79.06
##                                                          analytics group responsible       1      0.00          79.07      0.00          79.07
##                                                                   analytics industry       1      0.00          79.07      0.00          79.07
##                                                                   analytics insights       1      0.00          79.07      0.00          79.07
##                                                                  analytics languages       1      0.00          79.07      0.00          79.07
##                                                                  analytics lifecycle       1      0.00          79.07      0.00          79.07
##                                                                   analytics literacy       1      0.00          79.08      0.00          79.08
##                                                                    analytics methods       1      0.00          79.08      0.00          79.08
##                                                                   analytics packages       1      0.00          79.08      0.00          79.08
##                                                                  analytics pipelines       1      0.00          79.08      0.00          79.08
##                                                                   analytics platform       1      0.00          79.08      0.00          79.08
##                                 analytics platform team developstrading capabilities       1      0.00          79.09      0.00          79.09
##                                                                   analytics position       1      0.00          79.09      0.00          79.09
##                                                                  analytics practices       1      0.00          79.09      0.00          79.09
##                                                                 analytics procedures       1      0.00          79.09      0.00          79.09
##                                                               analytics product team       1      0.00          79.09      0.00          79.09
##                                                                    analytics program       1      0.00          79.09      0.00          79.09
##                                                  analytics project lifecycle process       1      0.00          79.10      0.00          79.10
##                                                              analytics related field       1      0.00          79.10      0.00          79.10
##                                                               analytics requirements       1      0.00          79.10      0.00          79.10
##                                                                   analytics research       1      0.00          79.10      0.00          79.10
##                                                                      analytics staff       1      0.00          79.10      0.00          79.10
##                                                                    analytics studies       1      0.00          79.11      0.00          79.11
##                                                      analytics subject matter expert       1      0.00          79.11      0.00          79.11
##                                                                    analytics support       1      0.00          79.11      0.00          79.11
##                                                               analytics team members       1      0.00          79.11      0.00          79.11
##                                                                 analytics techniques       1      0.00          79.11      0.00          79.11
##                                                                     analyzer mindset       1      0.00          79.12      0.00          79.12
##                                                                  andreessen horowitz       1      0.00          79.12      0.00          79.12
##                                                                             andvalue       1      0.00          79.12      0.00          79.12
##                                                                           angel soft       1      0.00          79.12      0.00          79.12
##                                                                               angles       1      0.00          79.12      0.00          79.12
##                                                                            angularjs       1      0.00          79.13      0.00          79.13
##                                                          animal husbandry industries       1      0.00          79.13      0.00          79.13
##                                                                     animal nutrition       1      0.00          79.13      0.00          79.13
##                                                                   annapolis junction       1      0.00          79.13      0.00          79.13
##                                                                      annie leibovitz       1      0.00          79.13      0.00          79.13
##                                                                 annotation processes       1      0.00          79.13      0.00          79.13
##                                                                    annual investment       1      0.00          79.14      0.00          79.14
##                                                                       annual revenue       1      0.00          79.14      0.00          79.14
##                                                                         annual sales       1      0.00          79.14      0.00          79.14
##                                                                      anomaly detecti       1      0.00          79.14      0.00          79.14
##                                                                                anova       1      0.00          79.14      0.00          79.14
##                                                                  answer data storage       1      0.00          79.15      0.00          79.15
##                                                                     answer financial       1      0.00          79.15      0.00          79.15
##                                                            answers product questions       1      0.00          79.15      0.00          79.15
##                                                                              antenna       1      0.00          79.15      0.00          79.15
##                                                                     antenna modeling       1      0.00          79.15      0.00          79.15
##                                                                               anthem       1      0.00          79.16      0.00          79.16
##                                                                   anticipated travel       1      0.00          79.16      0.00          79.16
##                                                                             anylogic       1      0.00          79.16      0.00          79.16
##                                                                         apache flink       1      0.00          79.16      0.00          79.16
##                                                            apache hadoop pl3 desired       1      0.00          79.16      0.00          79.16
##                                                                          apache hawq       1      0.00          79.17      0.00          79.17
##                                                                       apache opennlp       1      0.00          79.17      0.00          79.17
##                                                              apache spark experience       1      0.00          79.17      0.00          79.17
##                                                                                 apc1       1      0.00          79.17      0.00          79.17
##                                                                                api's       1      0.00          79.17      0.00          79.17
##                                                                      api connections       1      0.00          79.17      0.00          79.17
##                                                                         api endpoint       1      0.00          79.18      0.00          79.18
##                                                                      app development       1      0.00          79.18      0.00          79.18
##                                                                            app usage       1      0.00          79.18      0.00          79.18
##                                                                               appeal       1      0.00          79.18      0.00          79.18
##                                                                 appended information       1      0.00          79.18      0.00          79.18
##                                                                             appetite       1      0.00          79.19      0.00          79.19
##                                                                            apple don       1      0.00          79.19      0.00          79.19
##                                                     applicability of available tools       1      0.00          79.19      0.00          79.19
##                                                               applicable development       1      0.00          79.19      0.00          79.19
##                                                       applicable discrimination laws       1      0.00          79.19      0.00          79.19
##                                                                     applicable ideas       1      0.00          79.20      0.00          79.20
##                                               applicable pharma industry regulations       1      0.00          79.20      0.00          79.20
##                                                               applicable programming       1      0.00          79.20      0.00          79.20
##                                                      applicable programming language       1      0.00          79.20      0.00          79.20
##                                                                   applicable project       1      0.00          79.20      0.00          79.20
##                                                               applicable regulations       1      0.00          79.21      0.00          79.21
##                                                                  applicable research       1      0.00          79.21      0.00          79.21
##                                                                 applicant assessment       1      0.00          79.21      0.00          79.21
##                                                                        applicants ar       1      0.00          79.21      0.00          79.21
##                                                                         applicants c       1      0.00          79.21      0.00          79.21
##                                                                     application date       1      0.00          79.21      0.00          79.21
##                                                                   application design       1      0.00          79.22      0.00          79.22
##                                                              application development       1      0.00          79.22      0.00          79.22
##                                                       application development groups       1      0.00          79.22      0.00          79.22
##                                                                     application form       1      0.00          79.22      0.00          79.22
##                                                    application of advanced statistic       1      0.00          79.22      0.00          79.22
##                                                   application of advanced techniques       1      0.00          79.23      0.00          79.23
##                                                             application of analytics       1      0.00          79.23      0.00          79.23
##                                                    application of behavioral nudging       1      0.00          79.23      0.00          79.23
##                                                        application of bioinformatics       1      0.00          79.23      0.00          79.23
##                                              application of critical thinking skills       1      0.00          79.23      0.00          79.23
##                                                          application of data science       1      0.00          79.24      0.00          79.24
##                                                   application of elsevier's taxonomy       1      0.00          79.24      0.00          79.24
##                                                application of engineering techniques       1      0.00          79.24      0.00          79.24
##                                                           application of information       1      0.00          79.24      0.00          79.24
##                                                      application of machine learning       1      0.00          79.24      0.00          79.24
##                                           application of machine learning techniques       1      0.00          79.25      0.00          79.25
##                                                               application of nielsen       1      0.00          79.25      0.00          79.25
##                                                   application of predictive modeling       1      0.00          79.25      0.00          79.25
##                                                           application of programming       1      0.00          79.25      0.00          79.25
##                                                  application of statistical sciences       1      0.00          79.25      0.00          79.25
##                                                     application of technical methods       1      0.00          79.25      0.00          79.25
##                                                                 application of tools       1      0.00          79.26      0.00          79.26
##                                                                 application paradigm       1      0.00          79.26      0.00          79.26
##                                                              application programming       1      0.00          79.26      0.00          79.26
##                                                     application systems requirements       1      0.00          79.26      0.00          79.26
##                                                                  application tracing       1      0.00          79.26      0.00          79.26
##                                                          applications of data mining       1      0.00          79.27      0.00          79.27
##                                                        applications of general value       1      0.00          79.27      0.00          79.27
##                                                                applications projects       1      0.00          79.27      0.00          79.27
##                                                           applied algorithm research       1      0.00          79.27      0.00          79.27
##                                                                    applied analytics       1      0.00          79.27      0.00          79.27
##                                                          applied business statistics       1      0.00          79.28      0.00          79.28
##                                                              applied contact centers       1      0.00          79.28      0.00          79.28
##                                                                   applied humanities       1      0.00          79.28      0.00          79.28
##                                                                      applied machine       1      0.00          79.28      0.00          79.28
##                         applied mathematics orother relevant quantitative discipline       1      0.00          79.28      0.00          79.28
##                                                                     applied problems       1      0.00          79.29      0.00          79.29
##                                                                     applied projects       1      0.00          79.29      0.00          79.29
##                                                                      applied science       1      0.00          79.29      0.00          79.29
##                                                                     applied sciences       1      0.00          79.29      0.00          79.29
##                                                                       applied skills       1      0.00          79.29      0.00          79.29
##                                                           applied telecommunications       1      0.00          79.29      0.00          79.29
##                                                                    appointing agency       1      0.00          79.30      0.00          79.30
##                                                                         appointments       1      0.00          79.30      0.00          79.30
##                                                                              appriss       1      0.00          79.30      0.00          79.30
##                                                  appropriate advanced analytic tools       1      0.00          79.30      0.00          79.30
##                                                                appropriate algorithm       1      0.00          79.30      0.00          79.30
##                                                   appropriate algorithm applications       1      0.00          79.31      0.00          79.31
##                                                               appropriate algorithms       1      0.00          79.31      0.00          79.31
##                                                      appropriate analytic approaches       1      0.00          79.31      0.00          79.31
##                                                           appropriate analytic tools       1      0.00          79.31      0.00          79.31
##                                                      appropriate analytical approach       1      0.00          79.31      0.00          79.31
##                                                       appropriate analytical problem       1      0.00          79.32      0.00          79.32
##                                                                 appropriate approach       1      0.00          79.32      0.00          79.32
##                                                       appropriate business solutions       1      0.00          79.32      0.00          79.32
##                                                              appropriate calibration       1      0.00          79.32      0.00          79.32
##                                                                    appropriate cases       1      0.00          79.32      0.00          79.32
##                                                 appropriate data analysis techniques       1      0.00          79.33      0.00          79.33
##                                                     appropriate data science methods       1      0.00          79.33      0.00          79.33
##                                                                 appropriate database       1      0.00          79.33      0.00          79.33
##                                                              appropriate information       1      0.00          79.33      0.00          79.33
##                                                                appropriate instances       1      0.00          79.33      0.00          79.33
##                                                                      appropriate law       1      0.00          79.33      0.00          79.33
##                                                                     appropriate lens       1      0.00          79.34      0.00          79.34
##                                                         appropriate machine learning       1      0.00          79.34      0.00          79.34
##                                                            appropriate methodologies       1      0.00          79.34      0.00          79.34
##                                                    appropriate predictive techniques       1      0.00          79.34      0.00          79.34
##                                                                 appropriate projects       1      0.00          79.34      0.00          79.34
##                                                                  appropriate samples       1      0.00          79.35      0.00          79.35
##                                                                    appropriate sense       1      0.00          79.35      0.00          79.35
##                                                   appropriate specialized experience       1      0.00          79.35      0.00          79.35
##                                                           appropriate specifications       1      0.00          79.35      0.00          79.35
##                                                       appropriate statistical charts       1      0.00          79.35      0.00          79.35
##                                                                    appropriate tools       1      0.00          79.36      0.00          79.36
##                                                                 appropriate training       1      0.00          79.36      0.00          79.36
##                                                          appropriate transformations       1      0.00          79.36      0.00          79.36
##                                                           appropriateness of content       1      0.00          79.36      0.00          79.36
##                                                                     approval of safe       1      0.00          79.36      0.00          79.36
##                                                                            approvals       1      0.00          79.37      0.00          79.37
##                                                                        approved ndas       1      0.00          79.37      0.00          79.37
##                                                                              apriori       1      0.00          79.37      0.00          79.37
##                                                                       ar experiences       1      0.00          79.37      0.00          79.37
##                                                                      aramark clients       1      0.00          79.37      0.00          79.37
##                                                                               arby's       1      0.00          79.37      0.00          79.37
##                                                           arcgis online applications       1      0.00          79.38      0.00          79.38
##                                                            architect database tables       1      0.00          79.38      0.00          79.38
##                                                                  architect solutions       1      0.00          79.38      0.00          79.38
##                                       architecting workboard's data science strategy       1      0.00          79.38      0.00          79.38
##                                                              architecture experience       1      0.00          79.38      0.00          79.38
##                                                     architecture of various internal       1      0.00          79.39      0.00          79.39
##                                                  architecture technology corporation       1      0.00          79.39      0.00          79.39
##                                                               architectureprinciples       1      0.00          79.39      0.00          79.39
##                                                                    arconic di system       1      0.00          79.39      0.00          79.39
##                                                                        arconic wheel       1      0.00          79.39      0.00          79.39
##                                                                 area of data science       1      0.00          79.40      0.00          79.40
##                                                       area of evolutionary ai design       1      0.00          79.40      0.00          79.40
##                                                              area of fraud detection       1      0.00          79.40      0.00          79.40
##                                                             area of machine learning       1      0.00          79.40      0.00          79.40
##                                                                      area scientists       1      0.00          79.40      0.00          79.40
##                                                                    areas of big data       1      0.00          79.41      0.00          79.41
##                                                   areas of enhancement opportunities       1      0.00          79.41      0.00          79.41
##                                                                 areas of improvement       1      0.00          79.41      0.00          79.41
##                                                      areas of inferential statistics       1      0.00          79.41      0.00          79.41
##                                                                          areas of mi       1      0.00          79.41      0.00          79.41
##                                                           areas of national security       1      0.00          79.41      0.00          79.41
##                                                                 areas of opportunity       1      0.00          79.42      0.00          79.42
##                                                               areas of proactive ops       1      0.00          79.42      0.00          79.42
##                                                                     areas of program       1      0.00          79.42      0.00          79.42
##                                                                    areas of research       1      0.00          79.42      0.00          79.42
##                                                areas of strategic workforce planning       1      0.00          79.42      0.00          79.42
##                                                                                arima       1      0.00          79.43      0.00          79.43
##                                                                           arithmetic       1      0.00          79.43      0.00          79.43
##                                                        arizona's education community       1      0.00          79.43      0.00          79.43
##                                                    arizona's public school districts       1      0.00          79.43      0.00          79.43
##                                                       arizona administrative code r2       1      0.00          79.43      0.00          79.43
##                                                      arizona department of education       1      0.00          79.44      0.00          79.44
##                                                 arizona state retirement system plan       1      0.00          79.44      0.00          79.44
##                                                                             arkansas       1      0.00          79.44      0.00          79.44
##                                                                            arlington       1      0.00          79.44      0.00          79.44
##                                                                                 armk       1      0.00          79.44      0.00          79.44
##                                                                     arms regulations       1      0.00          79.45      0.00          79.45
##                                                                                 army       1      0.00          79.45      0.00          79.45
##                                                                 army futures command       1      0.00          79.45      0.00          79.45
##                                                           arnaout laboratory studies       1      0.00          79.45      0.00          79.45
##                                                                                 arnc       1      0.00          79.45      0.00          79.45
##                                                                         arrangements       1      0.00          79.45      0.00          79.45
##                                                   array of data analytics techniques       1      0.00          79.46      0.00          79.46
##                                                                               arrest       1      0.00          79.46      0.00          79.46
##                                                                                 art·       1      0.00          79.46      0.00          79.46
##                                                                     art applications       1      0.00          79.46      0.00          79.46
##                                                      art machine learning algorithms       1      0.00          79.46      0.00          79.46
##                                                          art machine learning models       1      0.00          79.47      0.00          79.47
##                                                       art of data analytics products       1      0.00          79.47      0.00          79.47
##                                                                       art techniques       1      0.00          79.47      0.00          79.47
##                                                                       art technology       1      0.00          79.47      0.00          79.47
##                                                                              article       1      0.00          79.47      0.00          79.47
##                                                                   articulate results       1      0.00          79.48      0.00          79.48
##                                                                 artifact description       1      0.00          79.48      0.00          79.48
##                                                                            artifacts       1      0.00          79.48      0.00          79.48
##                                                   artificial intelligence algorithms       1      0.00          79.48      0.00          79.48
##                                                    artificial intelligence solutions       1      0.00          79.48      0.00          79.48
##                                                   artificial intelligence techniques       1      0.00          79.49      0.00          79.49
##                                                 artificial intelligence technologies       1      0.00          79.49      0.00          79.49
##                                           artificial intelligence technology roadmap       1      0.00          79.49      0.00          79.49
##                                                                                 arts       1      0.00          79.49      0.00          79.49
##                                                                   asker of questions       1      0.00          79.49      0.00          79.49
##                                                                 aspect of daily life       1      0.00          79.49      0.00          79.49
##                                                                 aspect of employment       1      0.00          79.50      0.00          79.50
##                                                        aspects of analytics projects       1      0.00          79.50      0.00          79.50
##                                                                aspects of background       1      0.00          79.50      0.00          79.50
##                                                            aspects of data ingestion       1      0.00          79.50      0.00          79.50
##                                                      aspects of health care delivery       1      0.00          79.50      0.00          79.50
##                                                                   aspects of machine       1      0.00          79.51      0.00          79.51
##                                                              aspects of supply chain       1      0.00          79.51      0.00          79.51
##                                                                           aspiration       1      0.00          79.51      0.00          79.51
##                                                                          aspiration·       1      0.00          79.51      0.00          79.51
##                                                                                 asrs       1      0.00          79.51      0.00          79.51
##                                                                       assembly lines       1      0.00          79.52      0.00          79.52
##                                                            assembly of data products       1      0.00          79.52      0.00          79.52
##                                                                       assembly teams       1      0.00          79.52      0.00          79.52
##                                                                            assertion       1      0.00          79.52      0.00          79.52
##                                                             assessments of valuation       1      0.00          79.52      0.00          79.52
##                                                                     asset historians       1      0.00          79.53      0.00          79.53
##                                                                      asset integrity       1      0.00          79.53      0.00          79.53
##                                                                    asset performance       1      0.00          79.53      0.00          79.53
##                                                                    asset reliability       1      0.00          79.53      0.00          79.53
##                                                                               assets       1      0.00          79.53      0.00          79.53
##                                                                 assigned problem set       1      0.00          79.53      0.00          79.53
##                                                               assigned project roles       1      0.00          79.54      0.00          79.54
##                                                                       assigned tasks       1      0.00          79.54      0.00          79.54
##                                                                           assignment       1      0.00          79.54      0.00          79.54
##                                                   assimilating real-life experiences       1      0.00          79.54      0.00          79.54
##                                                             associate data scientist       1      0.00          79.54      0.00          79.54
##                                                                     associate degree       1      0.00          79.55      0.00          79.55
##                                                                   associate director       1      0.00          79.55      0.00          79.55
##                                                         associated business insights       1      0.00          79.55      0.00          79.55
##                                                         associated data architecture       1      0.00          79.55      0.00          79.55
##                                                                associated industries       1      0.00          79.55      0.00          79.55
##                                                                  associated packages       1      0.00          79.56      0.00          79.56
##                                                                   associated results       1      0.00          79.56      0.00          79.56
##                                                                   associated systems       1      0.00          79.56      0.00          79.56
##                                                               association's research       1      0.00          79.56      0.00          79.56
##                                                                association discovery       1      0.00          79.56      0.00          79.56
##                                                        association rule-based models       1      0.00          79.57      0.00          79.57
##                                                                     assurance models       1      0.00          79.57      0.00          79.57
##                                                               assurance requirements       1      0.00          79.57      0.00          79.57
##                                                                              asurion       1      0.00          79.57      0.00          79.57
##                                                                               asylee       1      0.00          79.57      0.00          79.57
##                                                                               atcorp       1      0.00          79.57      0.00          79.57
##                                                                               athena       1      0.00          79.58      0.00          79.58
##                                                                              athlete       1      0.00          79.58      0.00          79.58
##                                                                 attainable products·       1      0.00          79.58      0.00          79.58
##                                                                            attitude·       1      0.00          79.58      0.00          79.58
##                                                              attractive compensation       1      0.00          79.58      0.00          79.58
##                                                             attractive stock options       1      0.00          79.59      0.00          79.59
##                                                                           attributes       1      0.00          79.59      0.00          79.59
##                                                                          attribution       1      0.00          79.59      0.00          79.59
##                                                                 attribution modeling       1      0.00          79.59      0.00          79.59
##                                                                attrition projections       1      0.00          79.59      0.00          79.59
##                                                                               attune       1      0.00          79.60      0.00          79.60
##                                                                                 atvi       1      0.00          79.60      0.00          79.60
##                                                                             auctions       1      0.00          79.60      0.00          79.60
##                                                            audible data science team       1      0.00          79.60      0.00          79.60
##                                                              audible data scientists       1      0.00          79.60      0.00          79.60
##                                                         audience development process       1      0.00          79.61      0.00          79.61
##                                                                  audience management       1      0.00          79.61      0.00          79.61
##                                                    audience measurement data science       1      0.00          79.61      0.00          79.61
##                                                       audience measurement use cases       1      0.00          79.61      0.00          79.61
##                                                                 audience recognition       1      0.00          79.61      0.00          79.61
##                                                                audience segmentation       1      0.00          79.61      0.00          79.61
##                                            audiences of varying levels of competency       1      0.00          79.62      0.00          79.62
##                              audiences of varying levels of technical sophistication       1      0.00          79.62      0.00          79.62
##                                                                                audio       1      0.00          79.62      0.00          79.62
##                                                              audio signal processing       1      0.00          79.62      0.00          79.62
##                                                                    audiobook catalog       1      0.00          79.62      0.00          79.62
##                                                                                audit       1      0.00          79.63      0.00          79.63
##                                                                     audit techniques       1      0.00          79.63      0.00          79.63
##                                                                             auditing       1      0.00          79.63      0.00          79.63
##                                                                     augment employee       1      0.00          79.63      0.00          79.63
##                                                                       aun04334 grade       1      0.00          79.63      0.00          79.63
##                                                                      aurora's growth       1      0.00          79.64      0.00          79.64
##                                                                  aurora hires people       1      0.00          79.64      0.00          79.64
##                                                                      aurora overview       1      0.00          79.64      0.00          79.64
##                                                           austin chamber of commerce       1      0.00          79.64      0.00          79.64
##                                                                          austin inno       1      0.00          79.64      0.00          79.64
##                                                                            australia       1      0.00          79.65      0.00          79.65
##                                                                   authentic sneakers       1      0.00          79.65      0.00          79.65
##                                                                       authentication       1      0.00          79.65      0.00          79.65
##                                                                         authenticity       1      0.00          79.65      0.00          79.65
##                                                                                 auto       1      0.00          79.65      0.00          79.65
##                                                                          auto req id       1      0.00          79.65      0.00          79.65
##                                                                        autocar parts       1      0.00          79.66      0.00          79.66
##                                                                 automated approaches       1      0.00          79.66      0.00          79.66
##                                                               automated capabilities       1      0.00          79.66      0.00          79.66
##                                                                    automated control       1      0.00          79.66      0.00          79.66
##                                                                       automated data       1      0.00          79.66      0.00          79.66
##                                                      automated data characterization       1      0.00          79.67      0.00          79.67
##                                                          automated ecommerce systems       1      0.00          79.67      0.00          79.67
##                                                      automated error detection needs       1      0.00          79.67      0.00          79.67
##                                                      automated error detection tools       1      0.00          79.67      0.00          79.67
##                                                 automated machine learning solutions       1      0.00          79.67      0.00          79.67
##                                       automated orchestration of incident resolution       1      0.00          79.68      0.00          79.68
##                                                        automated resource allocation       1      0.00          79.68      0.00          79.68
##                                                                    automated scoring       1      0.00          79.68      0.00          79.68
##                                                                      automated today       1      0.00          79.68      0.00          79.68
##                                                                      automated tools       1      0.00          79.68      0.00          79.68
##                                                            automated trading systems       1      0.00          79.69      0.00          79.69
##                                   automated transmission of upstream data attributes       1      0.00          79.69      0.00          79.69
##                                                                       automated unit       1      0.00          79.69      0.00          79.69
##                                                            automatic reporting tools       1      0.00          79.69      0.00          79.69
##                                                                         automaticity       1      0.00          79.69      0.00          79.69
##                                                              automation applications       1      0.00          79.69      0.00          79.69
##                                                automation of document classification       1      0.00          79.70      0.00          79.70
##                                                                automation of reports       1      0.00          79.70      0.00          79.70
##                                                                   automation systems       1      0.00          79.70      0.00          79.70
##                                                                     automation tools       1      0.00          79.70      0.00          79.70
##                                                                   automobileindustry       1      0.00          79.70      0.00          79.70
##                                                                 automotive data sets       1      0.00          79.71      0.00          79.71
##                               automotive dealership erp software development company       1      0.00          79.71      0.00          79.71
##                                                                  automotive warranty       1      0.00          79.71      0.00          79.71
##                                                           autonomous vehicle domains       1      0.00          79.71      0.00          79.71
##                                                                       autonomouscars       1      0.00          79.71      0.00          79.71
##                                                                         availability       1      0.00          79.72      0.00          79.72
##                                                             available analytic tools       1      0.00          79.72      0.00          79.72
##                                                              available data elements       1      0.00          79.72      0.00          79.72
##                                                               available data sources       1      0.00          79.72      0.00          79.72
##                                                                   available datasets       1      0.00          79.72      0.00          79.72
##                                                                        available eeo       1      0.00          79.73      0.00          79.73
##                                                                available information       1      0.00          79.73      0.00          79.73
##                                                                    available storage       1      0.00          79.73      0.00          79.73
##                                                                      available tools       1      0.00          79.73      0.00          79.73
##                                                                               avenue       1      0.00          79.73      0.00          79.73
##                                                                              avenues       1      0.00          79.73      0.00          79.73
##                                                                    average attention       1      0.00          79.74      0.00          79.74
##                                                                         average home       1      0.00          79.74      0.00          79.74
##                                                                             aviation       1      0.00          79.74      0.00          79.74
##                                                                 aviation maintenance       1      0.00          79.74      0.00          79.74
##                                                                     aviation systems       1      0.00          79.74      0.00          79.74
##                                                                            avoidance       1      0.00          79.75      0.00          79.75
##                                                       award-winning customer service       1      0.00          79.75      0.00          79.75
##                                                         award-winning service levels       1      0.00          79.75      0.00          79.75
##                              award winning conversant one-to-one relationship engine       1      0.00          79.75      0.00          79.75
##                                          award winning insider threat detection team       1      0.00          79.75      0.00          79.75
##                                                             award winning work place       1      0.00          79.76      0.00          79.76
##                                                                             awarding       1      0.00          79.76      0.00          79.76
##                                                                awareness of modeling       1      0.00          79.76      0.00          79.76
##                                                              awareness of priorities       1      0.00          79.76      0.00          79.76
##                                                                       awesome office       1      0.00          79.76      0.00          79.76
##                                                                        awesome place       1      0.00          79.77      0.00          79.77
##                                                                                  awk       1      0.00          79.77      0.00          79.77
##                                                    aws certified solutions architect       1      0.00          79.77      0.00          79.77
##                                                          aws data analytics services       1      0.00          79.77      0.00          79.77
##                                                                        aws ecosystem       1      0.00          79.77      0.00          79.77
##                                                                             aws glue       1      0.00          79.77      0.00          79.77
##                                                                           aws lambda       1      0.00          79.78      0.00          79.78
##                                                                    aws rds databases       1      0.00          79.78      0.00          79.78
##                                                                     aws technologies       1      0.00          79.78      0.00          79.78
##                                                                            aws tools       1      0.00          79.78      0.00          79.78
##                                                                                 awtp       1      0.00          79.78      0.00          79.78
##                                                                                   ax       1      0.00          79.79      0.00          79.79
##                                                               azure cloud experience       1      0.00          79.79      0.00          79.79
##                                                                      azure cosmos db       1      0.00          79.79      0.00          79.79
##                                                                   azure data catalog       1      0.00          79.79      0.00          79.79
##                                                                   azure data factory       1      0.00          79.79      0.00          79.79
##                                                                      azure data lake       1      0.00          79.80      0.00          79.80
##                                                                       azure exposure       1      0.00          79.80      0.00          79.80
##                                                                      azure hdinsight       1      0.00          79.80      0.00          79.80
##                                                                         azure import       1      0.00          79.80      0.00          79.80
##                                                                         azure search       1      0.00          79.80      0.00          79.80
##                                                            azure solutions architect       1      0.00          79.81      0.00          79.81
##                                                             azure sql data warehouse       1      0.00          79.81      0.00          79.81
##                                                                   azure sql database       1      0.00          79.81      0.00          79.81
##                                                                        azure storage       1      0.00          79.81      0.00          79.81
##                                                                         b applicants       1      0.00          79.81      0.00          79.81
##                                                                 b testing frameworks       1      0.00          79.81      0.00          79.81
##                                                                              b tests       1      0.00          79.82      0.00          79.82
##                                                                         b2b business       1      0.00          79.82      0.00          79.82
##                                                                            b2c space       1      0.00          79.82      0.00          79.82
##                                                                            ba degree       1      0.00          79.82      0.00          79.82
##                                                                 baccalaureate degree       1      0.00          79.82      0.00          79.82
##                                                              bachelor's degree focus       1      0.00          79.83      0.00          79.83
##                                                                  bachelor of science       1      0.00          79.83      0.00          79.83
##                                                                             backbone       1      0.00          79.83      0.00          79.83
##                                                                    backend knowledge       1      0.00          79.83      0.00          79.83
##                                                       backend programming experience       1      0.00          79.83      0.00          79.83
##                                              backend software engineering experience       1      0.00          79.84      0.00          79.84
##                                                                              backers       1      0.00          79.84      0.00          79.84
##                                                            background data pertinent       1      0.00          79.84      0.00          79.84
##                                                                             backroom       1      0.00          79.84      0.00          79.84
##                                                             bae systems intelligence       1      0.00          79.84      0.00          79.84
##                                                                bain capital ventures       1      0.00          79.85      0.00          79.85
##                                        bakar computational health sciences institute       1      0.00          79.85      0.00          79.85
##                                                                         balance risk       1      0.00          79.85      0.00          79.85
##                                                                             balances       1      0.00          79.85      0.00          79.85
##                                                                     balances service       1      0.00          79.85      0.00          79.85
##                                                                            baltimore       1      0.00          79.85      0.00          79.85
##                                                                       bandit methods       1      0.00          79.86      0.00          79.86
##                                                                      bank of america       1      0.00          79.86      0.00          79.86
##                                                                      banking clients       1      0.00          79.86      0.00          79.86
##                                                                      banking options       1      0.00          79.86      0.00          79.86
##                                                                          bao systems       1      0.00          79.86      0.00          79.86
##                                                                             barclays       1      0.00          79.87      0.00          79.87
##                                                             bargaining unit position       1      0.00          79.87      0.00          79.87
##                                                                 base requirement job       1      0.00          79.87      0.00          79.87
##                                                                          base salary       1      0.00          79.87      0.00          79.87
##                                                                             base sas       1      0.00          79.87      0.00          79.87
##                                                                        base stations       1      0.00          79.88      0.00          79.88
##                                                                    baseline business       1      0.00          79.88      0.00          79.88
##                                                                      basic awareness       1      0.00          79.88      0.00          79.88
##                                                                        basic classes       1      0.00          79.88      0.00          79.88
##                                                                     basic conversion       1      0.00          79.88      0.00          79.88
##                                                    basic machine learning algorithms       1      0.00          79.89      0.00          79.89
##                                                          basic neuroscience research       1      0.00          79.89      0.00          79.89
##                                                                    basic probability       1      0.00          79.89      0.00          79.89
##                                                               basic prototype models       1      0.00          79.89      0.00          79.89
##                                                                       basic research       1      0.00          79.89      0.00          79.89
##                                                                            basic sql       1      0.00          79.89      0.00          79.89
##                                                                 basic text analytics       1      0.00          79.90      0.00          79.90
##                                                    basic web application development       1      0.00          79.90      0.00          79.90
##                                                                                basis       1      0.00          79.90      0.00          79.90
##                                                                       basis of merit       1      0.00          79.90      0.00          79.90
##                                                              basis of qualifications       1      0.00          79.90      0.00          79.90
##                                                                     basketball court       1      0.00          79.91      0.00          79.91
##                                                                                batch       1      0.00          79.91      0.00          79.91
##                                                               batch data environment       1      0.00          79.91      0.00          79.91
##                                                                          bath tissue       1      0.00          79.91      0.00          79.91
##                                                                            batteries       1      0.00          79.91      0.00          79.91
##                                                            bay labs engineering team       1      0.00          79.92      0.00          79.92
##                                                                        bay labs team       1      0.00          79.92      0.00          79.92
##                                                                                bayes       1      0.00          79.92      0.00          79.92
##                                                                    bayesian analysis       1      0.00          79.92      0.00          79.92
##                                                                  bayesian clustering       1      0.00          79.92      0.00          79.92
##                                                               bayesian methodologies       1      0.00          79.92      0.00          79.92
##                                                                      bayesian models       1      0.00          79.93      0.00          79.93
##                                                                   bayesian reasoning       1      0.00          79.93      0.00          79.93
##                                                        bdae talent development works       1      0.00          79.93      0.00          79.93
##                                                                    beautiful greeley       1      0.00          79.93      0.00          79.93
##                                                               beautiful urban campus       1      0.00          79.93      0.00          79.93
##                                                                               beauty       1      0.00          79.94      0.00          79.94
##                                                                             becode42       1      0.00          79.94      0.00          79.94
##                                                                                 beds       1      0.00          79.94      0.00          79.94
##                                                                             behavior       1      0.00          79.94      0.00          79.94
##                                                                  behavior of brokers       1      0.00          79.94      0.00          79.94
##                                                                  behavioral analysis       1      0.00          79.95      0.00          79.95
##                                                      behavioral analytics strategies       1      0.00          79.95      0.00          79.95
##                                                            behavioral analytics team       1      0.00          79.95      0.00          79.95
##                                                                      behavioral data       1      0.00          79.95      0.00          79.95
##                                                               behavioral health care       1      0.00          79.95      0.00          79.95
##                                                              behavioral health needs       1      0.00          79.96      0.00          79.96
##                                                              behavioral nudging work       1      0.00          79.96      0.00          79.96
##                                                                behaviors of entities       1      0.00          79.96      0.00          79.96
##                                                                               belief       1      0.00          79.96      0.00          79.96
##                                                                              beliefs       1      0.00          79.96      0.00          79.96
##                                                                             bellevue       1      0.00          79.96      0.00          79.96
##                                           benchmarking assignments of moderate scope       1      0.00          79.97      0.00          79.97
##                                                                              benefit       1      0.00          79.97      0.00          79.97
##                                                                       benefit design       1      0.00          79.97      0.00          79.97
##                                                             benefits of data science       1      0.00          79.97      0.00          79.97
##                                                                    benefits packages       1      0.00          79.97      0.00          79.97
##                                                                          bentonville       1      0.00          79.98      0.00          79.98
##                                                              bergdorf goodman stores       1      0.00          79.98      0.00          79.98
##                                                         bespoke technology solutions       1      0.00          79.98      0.00          79.98
##                                                         best-operated energy company       1      0.00          79.98      0.00          79.98
##                                                                                best·       1      0.00          79.98      0.00          79.98
##                                                                best - flat structure       1      0.00          79.99      0.00          79.99
##                                                                    best advancements       1      0.00          79.99      0.00          79.99
##                                                                      best approaches       1      0.00          79.99      0.00          79.99
##                                                    best capacity customer experience       1      0.00          79.99      0.00          79.99
##                                                                            best care       1      0.00          79.99      0.00          79.99
##                                                                      best challenges       1      0.00          80.00      0.00          80.00
##                                                              best consideration date       1      0.00          80.00      0.00          80.00
##                                                             best data driven answers       1      0.00          80.00      0.00          80.00
##                                                                  best data practices       1      0.00          80.00      0.00          80.00
##                                                                       best employees       1      0.00          80.00      0.00          80.00
##                                                                        best employer       1      0.00          80.00      0.00          80.00
##                                                                       best employers       1      0.00          80.01      0.00          80.01
##                                                                       best engineers       1      0.00          80.01      0.00          80.01
##                                                       best entertainment experiences       1      0.00          80.01      0.00          80.01
##                                                                      best experience       1      0.00          80.01      0.00          80.01
##                                                                           best ideas       1      0.00          80.01      0.00          80.01
##                                                       best leverage machine learning       1      0.00          80.02      0.00          80.02
##                                                            best medium-sized company       1      0.00          80.02      0.00          80.02
##                                                            best meet shoppers' needs       1      0.00          80.02      0.00          80.02
##                                                                          best method       1      0.00          80.02      0.00          80.02
##                                                                        best of human       1      0.00          80.02      0.00          80.02
##                                                           best of scientific thought       1      0.00          80.03      0.00          80.03
##                                                    best operations research role bar       1      0.00          80.03      0.00          80.03
##                                                                            best path       1      0.00          80.03      0.00          80.03
##                                                                          best photos       1      0.00          80.03      0.00          80.03
##                                                                        best platform       1      0.00          80.03      0.00          80.03
##                                                             best potential customers       1      0.00          80.04      0.00          80.04
##                                                                        best practice       1      0.00          80.04      0.00          80.04
##                                                        best practice recommendations       1      0.00          80.04      0.00          80.04
##                                                                           best price       1      0.00          80.04      0.00          80.04
##                                                             best promotional cadence       1      0.00          80.04      0.00          80.04
##                                                                          best source       1      0.00          80.04      0.00          80.04
##                                                                 best storage company       1      0.00          80.05      0.00          80.05
##                                                                         best support       1      0.00          80.05      0.00          80.05
##                                                                          best talent       1      0.00          80.05      0.00          80.05
##                                                                         best thought       1      0.00          80.05      0.00          80.05
##                                                                   best type of model       1      0.00          80.05      0.00          80.05
##                                                                           best value       1      0.00          80.06      0.00          80.06
##                                                                    best way possible       1      0.00          80.06      0.00          80.06
##                                                                           bestseller       1      0.00          80.06      0.00          80.06
##                                                                           besttalent       1      0.00          80.06      0.00          80.06
##                                                                             bethesda       1      0.00          80.06      0.00          80.06
##                                                            better business processes       1      0.00          80.07      0.00          80.07
##                                                                         better goods       1      0.00          80.07      0.00          80.07
##                                                                        better health       1      0.00          80.07      0.00          80.07
##                                                                      better insights       1      0.00          80.07      0.00          80.07
##                                                           better internet experience       1      0.00          80.07      0.00          80.07
##                                                       better machine learning models       1      0.00          80.08      0.00          80.08
##                                                            better security decisions       1      0.00          80.08      0.00          80.08
##                                                                       better service       1      0.00          80.08      0.00          80.08
##                                                                       better systems       1      0.00          80.08      0.00          80.08
##                                                                         better trust       1      0.00          80.08      0.00          80.08
##                                                 better understanding of requirements       1      0.00          80.08      0.00          80.08
##                                                                     better vacations       1      0.00          80.09      0.00          80.09
##                                                                       beverage space       1      0.00          80.09      0.00          80.09
##                                                                            beverages       1      0.00          80.09      0.00          80.09
##                                                                               beyond       1      0.00          80.09      0.00          80.09
##                                                                      bi applications       1      0.00          80.09      0.00          80.09
##                                                                        bi consulting       1      0.00          80.10      0.00          80.10
##                                                                        bi dashboards       1      0.00          80.10      0.00          80.10
##                                                                       bi departments       1      0.00          80.10      0.00          80.10
##                                                                   bia data scientist       1      0.00          80.10      0.00          80.10
##                                                           bias-free work environment       1      0.00          80.10      0.00          80.10
##                                                                      biased language       1      0.00          80.11      0.00          80.11
##                                                                    bicycle commuters       1      0.00          80.11      0.00          80.11
##                                                         big-data analytics solutions       1      0.00          80.11      0.00          80.11
##                                                                big-data environments       1      0.00          80.11      0.00          80.11
##                                                                   big-data solutions       1      0.00          80.11      0.00          80.11
##                                                      big box home improvement stores       1      0.00          80.12      0.00          80.12
##                                                                       big challenges       1      0.00          80.12      0.00          80.12
##                                                          big data analytics practice       1      0.00          80.12      0.00          80.12
##                                                          big data analytics products       1      0.00          80.12      0.00          80.12
##                                                                big data applications       1      0.00          80.12      0.00          80.12
##                                                                       big data batch       1      0.00          80.12      0.00          80.12
##                                                      big data computing environments       1      0.00          80.13      0.00          80.13
##                                                      big data distributed structures       1      0.00          80.13      0.00          80.13
##                                                                 big data engineering       1      0.00          80.13      0.00          80.13
##                                                                    big data industry       1      0.00          80.13      0.00          80.13
##                                                             big data infrastructures       1      0.00          80.13      0.00          80.13
##                                                                   big data pipelines       1      0.00          80.14      0.00          80.14
##                                                       big data processing frameworks       1      0.00          80.14      0.00          80.14
##                                                          big data renaissance sounds       1      0.00          80.14      0.00          80.14
##                                                                   big data retrieval       1      0.00          80.14      0.00          80.14
##                                                                        big data sets       1      0.00          80.14      0.00          80.14
##                                                                    big data solution       1      0.00          80.15      0.00          80.15
##                                                                   big data solutions       1      0.00          80.15      0.00          80.15
##                                                                     big data sources       1      0.00          80.15      0.00          80.15
##                                                                     big data storage       1      0.00          80.15      0.00          80.15
##                                                                     big data systems       1      0.00          80.15      0.00          80.15
##                                                                  big data technology       1      0.00          80.16      0.00          80.16
##                                                                         big datasets       1      0.00          80.16      0.00          80.16
##                                                                            big ideas       1      0.00          80.16      0.00          80.16
##                                                                     big jupyter fans       1      0.00          80.16      0.00          80.16
##                                                                          big picture       1      0.00          80.16      0.00          80.16
##                                                  big picture of growth opportunities       1      0.00          80.16      0.00          80.16
##                                                                            big plus·       1      0.00          80.17      0.00          80.17
##                                                                           big things       1      0.00          80.17      0.00          80.17
##                                                                         big thinkers       1      0.00          80.17      0.00          80.17
##                                                                       bigger purpose       1      0.00          80.17      0.00          80.17
##                                                                       biggest brands       1      0.00          80.17      0.00          80.17
##                                                                         biggest cost       1      0.00          80.18      0.00          80.18
##                                                                biggest opportunities       1      0.00          80.18      0.00          80.18
##                                                                     biggest priority       1      0.00          80.18      0.00          80.18
##                                                                                bigml       1      0.00          80.18      0.00          80.18
##                                                                   billing attributes       1      0.00          80.18      0.00          80.18
##                                                                    billing decisions       1      0.00          80.19      0.00          80.19
##                                                                billions of customers       1      0.00          80.19      0.00          80.19
##                                                             billions of data signals       1      0.00          80.19      0.00          80.19
##                                                                  billions of records       1      0.00          80.19      0.00          80.19
##                                                                              binning       1      0.00          80.19      0.00          80.19
##                                                                                  bio       1      0.00          80.20      0.00          80.20
##                                                                       bio-industrial       1      0.00          80.20      0.00          80.20
##                                                                             biobanks       1      0.00          80.20      0.00          80.20
##                                                                       bioengineering       1      0.00          80.20      0.00          80.20
##                                                              biogeochemistry program       1      0.00          80.20      0.00          80.20
##                                                    biomarker-based outcomes analyses       1      0.00          80.20      0.00          80.20
##                                                                   biomedical imaging       1      0.00          80.21      0.00          80.21
##                                                biomedical related project experience       1      0.00          80.21      0.00          80.21
##                                                                biotechnology company       1      0.00          80.21      0.00          80.21
##                                                               biotechnology industry       1      0.00          80.21      0.00          80.21
##                                                              bivariate relationships       1      0.00          80.21      0.00          80.21
##                                                                   black eoe journal·       1      0.00          80.22      0.00          80.22
##                                                                           blacksburg       1      0.00          80.22      0.00          80.22
##                                                           bleeding edge technologies       1      0.00          80.22      0.00          80.22
##                                                       blend customer experience data       1      0.00          80.22      0.00          80.22
##                                                                               blinds       1      0.00          80.22      0.00          80.22
##                                                                blockchain technology       1      0.00          80.23      0.00          80.23
##                                                                      blocked callers       1      0.00          80.23      0.00          80.23
##                                                                           blog posts       1      0.00          80.23      0.00          80.23
##                                                                                blogs       1      0.00          80.23      0.00          80.23
##                                                                        blue cross nc       1      0.00          80.23      0.00          80.23
##                                                                         blueprinting       1      0.00          80.24      0.00          80.24
##                                                                           blueprints       1      0.00          80.24      0.00          80.24
##                                                                             bluevine       1      0.00          80.24      0.00          80.24
##                                                                            bmw group       1      0.00          80.24      0.00          80.24
##                                                                               bmw na       1      0.00          80.24      0.00          80.24
##                                                                 bmw of north america       1      0.00          80.24      0.00          80.24
##                                                                                board       1      0.00          80.25      0.00          80.25
##                                                                 boarding experiences       1      0.00          80.25      0.00          80.25
##                                                                            boardroom       1      0.00          80.25      0.00          80.25
##                                                                               bodies       1      0.00          80.25      0.00          80.25
##                                                                           bold ideas       1      0.00          80.25      0.00          80.25
##                                                                       bold new ideas       1      0.00          80.26      0.00          80.26
##                                                                           bold plans       1      0.00          80.26      0.00          80.26
##                                                                          bold vision       1      0.00          80.26      0.00          80.26
##                                                                    bonus opportunity       1      0.00          80.26      0.00          80.26
##                                                                         bonus skills       1      0.00          80.26      0.00          80.26
##                                                                          bonus stuff       1      0.00          80.27      0.00          80.27
##                                                                               bookeh       1      0.00          80.27      0.00          80.27
##                                                                  boost profitability       1      0.00          80.27      0.00          80.27
##                                                                       boot-strapping       1      0.00          80.27      0.00          80.27
##                                                         boundaries of whats possible       1      0.00          80.27      0.00          80.27
##                                                                             boundary       1      0.00          80.28      0.00          80.28
##                                                                 bounds of innovation       1      0.00          80.28      0.00          80.28
##                                                                bounds of possibility       1      0.00          80.28      0.00          80.28
##                                                                        box solutions       1      0.00          80.28      0.00          80.28
##                                                                         box strategy       1      0.00          80.28      0.00          80.28
##                                                                  brain activity data       1      0.00          80.28      0.00          80.28
##                                                                       brain circuits       1      0.00          80.29      0.00          80.29
##                                                                            braintree       1      0.00          80.29      0.00          80.29
##                                                                               branch       1      0.00          80.29      0.00          80.29
##                                                                 branch international       1      0.00          80.29      0.00          80.29
##                                                                      branch overview       1      0.00          80.29      0.00          80.29
##                                                        brand new dog-friendly office       1      0.00          80.30      0.00          80.30
##                                                                     brand new office       1      0.00          80.30      0.00          80.30
##                                                        brand new on-site locker room       1      0.00          80.30      0.00          80.30
##                                                                      brand relations       1      0.00          80.30      0.00          80.30
##                                                                     brand reputation       1      0.00          80.30      0.00          80.30
##                                                                            brand you       1      0.00          80.31      0.00          80.31
##                                                            branded generic medicines       1      0.00          80.31      0.00          80.31
##                                                                               brawny       1      0.00          80.31      0.00          80.31
##                                                                 breadth of knowledge       1      0.00          80.31      0.00          80.31
##                                                                         breakthrough       1      0.00          80.31      0.00          80.31
##                                                             breakthrough experiences       1      0.00          80.32      0.00          80.32
##                                                                   breakthrough ideas       1      0.00          80.32      0.00          80.32
##                                                                breakthrough products       1      0.00          80.32      0.00          80.32
##                                                            breakthrough technologies       1      0.00          80.32      0.00          80.32
##                                                            breakthrough therapeutics       1      0.00          80.32      0.00          80.32
##                                                                        breakthroughs       1      0.00          80.32      0.00          80.32
##                                                                               breast       1      0.00          80.33      0.00          80.33
##                                                             brian bloniarz - brian's       1      0.00          80.33      0.00          80.33
##                                                                brief job description       1      0.00          80.33      0.00          80.33
##                                                                     brief management       1      0.00          80.33      0.00          80.33
##                                                                          brief terms       1      0.00          80.33      0.00          80.33
##                                                                        bright future       1      0.00          80.34      0.00          80.34
##                                                                      brighter future       1      0.00          80.34      0.00          80.34
##                                                                  brightest companies       1      0.00          80.34      0.00          80.34
##                                                                     brightest people       1      0.00          80.34      0.00          80.34
##                                                                brilliant application       1      0.00          80.34      0.00          80.34
##                                                                     brilliant people       1      0.00          80.35      0.00          80.35
##                                                                            brillient       1      0.00          80.35      0.00          80.35
##                                                                brillient corporation       1      0.00          80.35      0.00          80.35
##                                                           broad array of bao clients       1      0.00          80.35      0.00          80.35
##                                                                      broad audiences       1      0.00          80.35      0.00          80.35
##                                                            broad base of departments       1      0.00          80.36      0.00          80.36
##                                                       broad collection of industries       1      0.00          80.36      0.00          80.36
##                                                                         broad impact       1      0.00          80.36      0.00          80.36
##                                   broad knowledge of existing data mining algorithms       1      0.00          80.36      0.00          80.36
##                                                broad knowledge of innovative methods       1      0.00          80.36      0.00          80.36
##                                                                           broad line       1      0.00          80.36      0.00          80.36
##                                                         broad machine learning areas       1      0.00          80.37      0.00          80.37
##                                                                          broad range       1      0.00          80.37      0.00          80.37
##                                                                broad range of amazon       1      0.00          80.37      0.00          80.37
##                                                              broad range of analyses       1      0.00          80.37      0.00          80.37
##                                 broad range of data science-related responsibilities       1      0.00          80.37      0.00          80.37
##                                                           broad range of disciplines       1      0.00          80.38      0.00          80.38
##                                                              broad range of internal       1      0.00          80.38      0.00          80.38
##                                               broad range of internal business units       1      0.00          80.38      0.00          80.38
##                                                   broad range of modern data science       1      0.00          80.38      0.00          80.38
##                                                            broad spectrum of talents       1      0.00          80.38      0.00          80.38
##                                                        broad spectrum of video games       1      0.00          80.39      0.00          80.39
##                                                                             broadcom       1      0.00          80.39      0.00          80.39
##                                                                broader bao analytics       1      0.00          80.39      0.00          80.39
##                                                            broader capital marketing       1      0.00          80.39      0.00          80.39
##                                                                    broader community       1      0.00          80.39      0.00          80.39
##                                                          broader data services group       1      0.00          80.40      0.00          80.40
##                                                                    broader data team       1      0.00          80.40      0.00          80.40
##                                                         broader group of bao clients       1      0.00          80.40      0.00          80.40
##                                                     broader market research universe       1      0.00          80.40      0.00          80.40
##                                                                      broader pepsico       1      0.00          80.40      0.00          80.40
##                                                                            broader s       1      0.00          80.40      0.00          80.40
##                                                               broader set of clients       1      0.00          80.41      0.00          80.41
##                                                                     broader strategy       1      0.00          80.41      0.00          80.41
##                                                                         broader team       1      0.00          80.41      0.00          80.41
##                                                                   brokerage business       1      0.00          80.41      0.00          80.41
##                                                           bs degree computer science       1      0.00          80.41      0.00          80.41
##                                                                                 bscs       1      0.00          80.42      0.00          80.42
##                                                               bsd command-line tools       1      0.00          80.42      0.00          80.42
##                                                                                 bsee       1      0.00          80.42      0.00          80.42
##                                                                          bu partners       1      0.00          80.42      0.00          80.42
##                                                                  budget availability       1      0.00          80.42      0.00          80.42
##                                                                       budget support       1      0.00          80.43      0.00          80.43
##                                                                                  bug       1      0.00          80.43      0.00          80.43
##                                                                          build tools       1      0.00          80.43      0.00          80.43
##                                                               build vs use decisions       1      0.00          80.43      0.00          80.43
##                                                                             builders       1      0.00          80.43      0.00          80.43
##                                                                  building algorithms       1      0.00          80.44      0.00          80.44
##                                                                building applications       1      0.00          80.44      0.00          80.44
##                                                                      building canned       1      0.00          80.44      0.00          80.44
##                                                       building cloud-native services       1      0.00          80.44      0.00          80.44
##                                                     building complex data extraction       1      0.00          80.44      0.00          80.44
##                                                               building data products       1      0.00          80.44      0.00          80.44
##                                                         building data science models       1      0.00          80.45      0.00          80.45
##                                                 building machine learning algorithms       1      0.00          80.45      0.00          80.45
##                                                     building machine learning models       1      0.00          80.45      0.00          80.45
##                                                                      building models       1      0.00          80.45      0.00          80.45
##                                                                  building nlp models       1      0.00          80.45      0.00          80.45
##                                                                     building of apis       1      0.00          80.46      0.00          80.46
##                                       building production data engineering pipelines       1      0.00          80.46      0.00          80.46
##                                                                    building products       1      0.00          80.46      0.00          80.46
##                                                                  building prototypes       1      0.00          80.46      0.00          80.46
##                                                         building querying ontologies       1      0.00          80.46      0.00          80.46
##                                                                building web services       1      0.00          80.47      0.00          80.47
##                                                                            buildings       1      0.00          80.47      0.00          80.47
##                                                                               builds       1      0.00          80.47      0.00          80.47
##                                                        built fraud detection systems       1      0.00          80.47      0.00          80.47
##                                                                                 bulk       1      0.00          80.47      0.00          80.47
##                                                                    bulk transactions       1      0.00          80.48      0.00          80.48
##                                                                         bulk updates       1      0.00          80.48      0.00          80.48
##                                                              business-driven results       1      0.00          80.48      0.00          80.48
##                                                           business-oriented strategy       1      0.00          80.48      0.00          80.48
##                                                                     business actions       1      0.00          80.48      0.00          80.48
##                                                                  business activities       1      0.00          80.48      0.00          80.48
##                                                                      business acuity       1      0.00          80.49      0.00          80.49
##                                                              business administration       1      0.00          80.49      0.00          80.49
##                                                                    business analyses       1      0.00          80.49      0.00          80.49
##                                                   business analytics - certification       1      0.00          80.49      0.00          80.49
##                                                                business applications       1      0.00          80.49      0.00          80.49
##                                                               business architectures       1      0.00          80.50      0.00          80.50
##                                                                        business area       1      0.00          80.50      0.00          80.50
##                                                                       business areas       1      0.00          80.50      0.00          80.50
##                                                             business case evaluation       1      0.00          80.50      0.00          80.50
##                                                                       business cases       1      0.00          80.50      0.00          80.50
##                                                                     business changes       1      0.00          80.51      0.00          80.51
##                                                                      business client       1      0.00          80.51      0.00          80.51
##                                                                  business consultant       1      0.00          80.51      0.00          80.51
##                                                       business consulting activities       1      0.00          80.51      0.00          80.51
##                                                                   business consumers       1      0.00          80.51      0.00          80.51
##                                                                    business contexts       1      0.00          80.52      0.00          80.52
##                                                              business correspondence       1      0.00          80.52      0.00          80.52
##                                                                business counterparts       1      0.00          80.52      0.00          80.52
##                                                                     business courses       1      0.00          80.52      0.00          80.52
##                                                                    business decision       1      0.00          80.52      0.00          80.52
##                                                          business decision scenarios       1      0.00          80.52      0.00          80.52
##                                                      business development activities       1      0.00          80.53      0.00          80.53
##                                                   business development organizations       1      0.00          80.53      0.00          80.53
##                                                           business development teams       1      0.00          80.53      0.00          80.53
##                                                  business distributor of maintenance       1      0.00          80.53      0.00          80.53
##                                                                     business drivers       1      0.00          80.53      0.00          80.53
##                                                                     business english       1      0.00          80.54      0.00          80.54
##                                                                      business ethics       1      0.00          80.54      0.00          80.54
##                                                                      business events       1      0.00          80.54      0.00          80.54
##                                                                   business expertise       1      0.00          80.54      0.00          80.54
##                                                                      business format       1      0.00          80.54      0.00          80.54
##                                                                      business groups       1      0.00          80.55      0.00          80.55
##                                                                 business information       1      0.00          80.55      0.00          80.55
##                                               business information related reporting       1      0.00          80.55      0.00          80.55
##                                                                  business innovation       1      0.00          80.55      0.00          80.55
##                                                                  business innovators       1      0.00          80.55      0.00          80.55
##                                                                     business insider       1      0.00          80.56      0.00          80.56
##                                                       business intelligence analysts       1      0.00          80.56      0.00          80.56
##                                                   business intelligence applications       1      0.00          80.56      0.00          80.56
##                                                   business intelligence architecture       1      0.00          80.56      0.00          80.56
##                                                   business intelligence capabilities       1      0.00          80.56      0.00          80.56
##                                                      business intelligence engineers       1      0.00          80.56      0.00          80.56
##                                                     business intelligence initiative       1      0.00          80.57      0.00          80.57
##                                                    business intelligence integration       1      0.00          80.57      0.00          80.57
##                                                        business intelligence methods       1      0.00          80.57      0.00          80.57
##                                                       business intelligence platform       1      0.00          80.57      0.00          80.57
##                                                          business intelligence teams       1      0.00          80.57      0.00          80.57
##                                                                       business issue       1      0.00          80.58      0.00          80.58
##                                                                      business issues       1      0.00          80.58      0.00          80.58
##                                                                  business leadership       1      0.00          80.58      0.00          80.58
##                                                                       business leads       1      0.00          80.58      0.00          80.58
##                                                                       business lines       1      0.00          80.58      0.00          80.58
##                                                       business logistics engineering       1      0.00          80.59      0.00          80.59
##                                                        business management analysis·       1      0.00          80.59      0.00          80.59
##                                                                   business mechanics       1      0.00          80.59      0.00          80.59
##                                                                  business narratives       1      0.00          80.59      0.00          80.59
##                         business objectives vis exploratory machine learning methods       1      0.00          80.59      0.00          80.59
##                                                     business optimization strategies       1      0.00          80.60      0.00          80.60
##                                                         business performance metrics       1      0.00          80.60      0.00          80.60
##                                                                business perspectives       1      0.00          80.60      0.00          80.60
##                                                                   business potential       1      0.00          80.60      0.00          80.60
##                                                                   business practices       1      0.00          80.60      0.00          80.60
##                                                             business process actions       1      0.00          80.60      0.00          80.60
##                                                             business process changes       1      0.00          80.61      0.00          80.61
##                                                business process management platforms       1      0.00          80.61      0.00          80.61
##                                                              business process models       1      0.00          80.61      0.00          80.61
##                                                              business process owners       1      0.00          80.61      0.00          80.61
##                                                                business professional       1      0.00          80.61      0.00          80.61
##                                                                    business purposes       1      0.00          80.62      0.00          80.62
##                                                                       business risks       1      0.00          80.62      0.00          80.62
##                                                                       business savvy       1      0.00          80.62      0.00          80.62
##                                                                   business scenarios       1      0.00          80.62      0.00          80.62
##                                                                    business software       1      0.00          80.62      0.00          80.62
##                                                           business software products       1      0.00          80.63      0.00          80.63
##                                                                    business solution       1      0.00          80.63      0.00          80.63
##                                                              business solutions firm       1      0.00          80.63      0.00          80.63
##                                                           business solutions manager       1      0.00          80.63      0.00          80.63
##                                                      business subject matter experts       1      0.00          80.63      0.00          80.63
##                                                        business technology resources       1      0.00          80.64      0.00          80.64
##                                                   business transformation consulting       1      0.00          80.64      0.00          80.64
##                                                                   business use cases       1      0.00          80.64      0.00          80.64
##                                                                 business utilization       1      0.00          80.64      0.00          80.64
##                                                             business value necessary       1      0.00          80.64      0.00          80.64
##                                                            business work environment       1      0.00          80.64      0.00          80.64
##                                                                   businesschallenges       1      0.00          80.65      0.00          80.65
##                                                                     busy mining data       1      0.00          80.65      0.00          80.65
##                                                                               buy in       1      0.00          80.65      0.00          80.65
##                                                                               buyers       1      0.00          80.65      0.00          80.65
##                                                                                  bww       1      0.00          80.65      0.00          80.65
##                                                              c-suite level reporting       1      0.00          80.66      0.00          80.66
##                                                            c++ programming languages       1      0.00          80.66      0.00          80.66
##                                                                                  c2s       1      0.00          80.66      0.00          80.66
##                                                                   ca - san francisco       1      0.00          80.66      0.00          80.66
##                                                                          ca location       1      0.00          80.66      0.00          80.66
##                                                                                 ca74       1      0.00          80.67      0.00          80.67
##                                                                                 caas       1      0.00          80.67      0.00          80.67
##                                                                                cable       1      0.00          80.67      0.00          80.67
##                                                                              cadence       1      0.00          80.67      0.00          80.67
##                                                                        cadent powers       1      0.00          80.67      0.00          80.67
##                                                                               caffe2       1      0.00          80.68      0.00          80.68
##                                                                 calcium imaging data       1      0.00          80.68      0.00          80.68
##                                                               calculated key figures       1      0.00          80.68      0.00          80.68
##                                                                     caliber benefits       1      0.00          80.68      0.00          80.68
##                                                                   caliber home loans       1      0.00          80.68      0.00          80.68
##                                                                caliber professionals       1      0.00          80.68      0.00          80.68
##                                                                 caliber ways of work       1      0.00          80.69      0.00          80.69
##                                                                          camaraderie       1      0.00          80.69      0.00          80.69
##                                                          cambridge mobile telematics       1      0.00          80.69      0.00          80.69
##                                                                                 camp       1      0.00          80.69      0.00          80.69
##                                                                               campus       1      0.00          80.69      0.00          80.69
##                                                                  campus stakeholders       1      0.00          80.70      0.00          80.70
##                                                                             campuses       1      0.00          80.70      0.00          80.70
##                                                                                  can       1      0.00          80.70      0.00          80.70
##                                                                    can-do attitudeif       1      0.00          80.70      0.00          80.70
##                                                                cancer bioinformatics       1      0.00          80.70      0.00          80.70
##                                                                       cancer biology       1      0.00          80.71      0.00          80.71
##                                                                      cancer patients       1      0.00          80.71      0.00          80.71
##                                                                    candidate account       1      0.00          80.71      0.00          80.71
##                                                                  candidate education       1      0.00          80.71      0.00          80.71
##                                                                candidate educational       1      0.00          80.71      0.00          80.71
##                                                                 candidate experience       1      0.00          80.72      0.00          80.72
##                                                              candidate login account       1      0.00          80.72      0.00          80.72
##                                                                    candidate profile       1      0.00          80.72      0.00          80.72
##                                                                     candidate skills       1      0.00          80.72      0.00          80.72
##                                                                               cannot       1      0.00          80.72      0.00          80.72
##                                                          canonical message structure       1      0.00          80.72      0.00          80.72
##                                                                                  cap       1      0.00          80.73      0.00          80.73
##                                                      capabilities of human operators       1      0.00          80.73      0.00          80.73
##                                                     capabilities of new technologies       1      0.00          80.73      0.00          80.73
##                                          capable of understanding system integration       1      0.00          80.73      0.00          80.73
##                                                                capacity availability       1      0.00          80.73      0.00          80.73
##                                                         capacity experience modeling       1      0.00          80.74      0.00          80.74
##                                                                    capacity modeling       1      0.00          80.74      0.00          80.74
##                                                                              capital       1      0.00          80.74      0.00          80.74
##                                                                       capital market       1      0.00          80.74      0.00          80.74
##                                                                      capital segment       1      0.00          80.74      0.00          80.74
##                                                                    capstone dataparc       1      0.00          80.75      0.00          80.75
##                                                                     captech analysts       1      0.00          80.75      0.00          80.75
##                                                              captech data scientists       1      0.00          80.75      0.00          80.75
##                                                                    captech employees       1      0.00          80.75      0.00          80.75
##                                                                           captechers       1      0.00          80.75      0.00          80.75
##                                                                capture documentation       1      0.00          80.76      0.00          80.76
##                                                                                  car       1      0.00          80.76      0.00          80.76
##                                                                         car business       1      0.00          80.76      0.00          80.76
##                                                                      car performance       1      0.00          80.76      0.00          80.76
##                                                                     carbon footprint       1      0.00          80.76      0.00          80.76
##                                                                           card fraud       1      0.00          80.76      0.00          80.76
##                                                                        cardiologists       1      0.00          80.77      0.00          80.77
##                                                                           cardiology       1      0.00          80.77      0.00          80.77
##                                                               cardiovascular imaging       1      0.00          80.77      0.00          80.77
##                                                                      care management       1      0.00          80.77      0.00          80.77
##                                                                           care teams       1      0.00          80.77      0.00          80.77
##                                                                  care transformation       1      0.00          80.78      0.00          80.78
##                                                           career-oriented individual       1      0.00          80.78      0.00          80.78
##                                                                              career·       1      0.00          80.78      0.00          80.78
##                                                                   career experiences       1      0.00          80.78      0.00          80.78
##                                                                        career growth       1      0.00          80.78      0.00          80.78
##                                                          career growth opportunities       1      0.00          80.79      0.00          80.79
##                                                                         career level       1      0.00          80.79      0.00          80.79
##                                                                         career paths       1      0.00          80.79      0.00          80.79
##                                                                          career site       1      0.00          80.79      0.00          80.79
##                                                                        career status       1      0.00          80.79      0.00          80.79
##                                                                      careers website       1      0.00          80.80      0.00          80.80
##                                                          careful feature engineering       1      0.00          80.80      0.00          80.80
##                                                               careful implementation       1      0.00          80.80      0.00          80.80
##                                                                              cargill       1      0.00          80.80      0.00          80.80
##                                                                       carlos santana       1      0.00          80.80      0.00          80.80
##                                                            carnegie mellon's efforts       1      0.00          80.80      0.00          80.80
##                                                                 carnegie mellon alum       1      0.00          80.81      0.00          80.81
##                                                                         carrier bids       1      0.00          80.81      0.00          80.81
##                                                                          cartography       1      0.00          80.81      0.00          80.81
##                                                                                 case       1      0.00          80.81      0.00          80.81
##                                                                              case ih       1      0.00          80.81      0.00          80.81
##                                                              case of change requests       1      0.00          80.82      0.00          80.82
##                                                          cases of internal promotion       1      0.00          80.82      0.00          80.82
##                                                                            cassendra       1      0.00          80.82      0.00          80.82
##                                                                            cassworks       1      0.00          80.82      0.00          80.82
##                                                                   casual environment       1      0.00          80.82      0.00          80.82
##                                                                        casual office       1      0.00          80.83      0.00          80.83
##                                                           casual working environment       1      0.00          80.83      0.00          80.83
##                                                                    catalyzing impact       1      0.00          80.83      0.00          80.83
##                                                                       categorization       1      0.00          80.83      0.00          80.83
##                                                                    catered breakfast       1      0.00          80.83      0.00          80.83
##                                                                        catered meals       1      0.00          80.84      0.00          80.84
##                                                                      causal analysis       1      0.00          80.84      0.00          80.84
##                                                                       causal drivers       1      0.00          80.84      0.00          80.84
##                                                                    causal hypotheses       1      0.00          80.84      0.00          80.84
##                                                                        causal impact       1      0.00          80.84      0.00          80.84
##                                                                          causal lift       1      0.00          80.84      0.00          80.84
##                                                                            causality       1      0.00          80.85      0.00          80.85
##                                                                                  ccp       1      0.00          80.85      0.00          80.85
##                                                                  ccsp certifications       1      0.00          80.85      0.00          80.85
##                                                                                  cdc       1      0.00          80.85      0.00          80.85
##                                                                                 cdhi       1      0.00          80.85      0.00          80.85
##                                                               cell phone sensor data       1      0.00          80.86      0.00          80.86
##                                                       cellular communication systems       1      0.00          80.86      0.00          80.86
##                                                                                  cem       1      0.00          80.86      0.00          80.86
##                                                                               census       1      0.00          80.86      0.00          80.86
##                                                                               centos       1      0.00          80.86      0.00          80.86
##                                                                         central role       1      0.00          80.87      0.00          80.87
##                                                                        central teams       1      0.00          80.87      0.00          80.87
##                                                        centralized data science team       1      0.00          80.87      0.00          80.87
##                                                                               ceo of       1      0.00          80.87      0.00          80.87
##                                                                           ceremonies       1      0.00          80.87      0.00          80.87
##                                                                       certain assets       1      0.00          80.88      0.00          80.88
##                                                   certificate of foreign equivalency       1      0.00          80.88      0.00          80.88
##                                            certification of professional achievement       1      0.00          80.88      0.00          80.88
##                                                 certification opportunities eligible       1      0.00          80.88      0.00          80.88
##                                                     certified analytics professional       1      0.00          80.88      0.00          80.88
##                                                                 certified specialist       1      0.00          80.88      0.00          80.88
##                                                                   certified trainers       1      0.00          80.89      0.00          80.89
##                                                                                  cfa       1      0.00          80.89      0.00          80.89
##                                                                                 cfr·       1      0.00          80.89      0.00          80.89
##                                                                                  cgi       1      0.00          80.89      0.00          80.89
##                                                                          cgi federal       1      0.00          80.89      0.00          80.89
##                                                                                chaid       1      0.00          80.90      0.00          80.90
##                                                                             chairman       1      0.00          80.90      0.00          80.90
##                                                                           challenger       1      0.00          80.90      0.00          80.90
##                                                                    challenger models       1      0.00          80.90      0.00          80.90
##                                                                 challenging analyses       1      0.00          80.90      0.00          80.90
##                                                              challenging assignments       1      0.00          80.91      0.00          80.91
##                                                              challenging assumptions       1      0.00          80.91      0.00          80.91
##                                                    challenging data science problems       1      0.00          80.91      0.00          80.91
##                                                                challenging questions       1      0.00          80.91      0.00          80.91
##                                                       challenging technical problems       1      0.00          80.91      0.00          80.91
##                                                             champion data collection       1      0.00          80.92      0.00          80.92
##                                              champion promising new methods relevant       1      0.00          80.92      0.00          80.92
##                                                                  champions new ideas       1      0.00          80.92      0.00          80.92
##                                                                    championship team       1      0.00          80.92      0.00          80.92
##                                                          changing business landscape       1      0.00          80.92      0.00          80.92
##                                                                     changing demands       1      0.00          80.92      0.00          80.92
##                                                         changing economic conditions       1      0.00          80.93      0.00          80.93
##                                                                 channel optimization       1      0.00          80.93      0.00          80.93
##                                                                              chapter       1      0.00          80.93      0.00          80.93
##                                                  chapter of data science initiatives       1      0.00          80.93      0.00          80.93
##                                                                       characteristic       1      0.00          80.93      0.00          80.93
##                                                            characteristics of supply       1      0.00          80.94      0.00          80.94
##                                                                    charter districts       1      0.00          80.94      0.00          80.94
##                                                 charter future analytical approaches       1      0.00          80.94      0.00          80.94
##                                                                       charting tools       1      0.00          80.94      0.00          80.94
##                                                                               charts       1      0.00          80.94      0.00          80.94
##                                                                     check-out system       1      0.00          80.95      0.00          80.95
##                                                                   check code quality       1      0.00          80.95      0.00          80.95
##                                                                        chess players       1      0.00          80.95      0.00          80.95
##                                                                             chicago·       1      0.00          80.95      0.00          80.95
##                                                                  chicago loop office       1      0.00          80.95      0.00          80.95
##                                                                       chicago office       1      0.00          80.96      0.00          80.96
##                                                              chief financial officer       1      0.00          80.96      0.00          80.96
##                                                            child protective services       1      0.00          80.96      0.00          80.96
##                                                                  childhood mortality       1      0.00          80.96      0.00          80.96
##                                                                                china       1      0.00          80.96      0.00          80.96
##                                                                         choice - mac       1      0.00          80.96      0.00          80.96
##                                                     choice of health insurance plans       1      0.00          80.97      0.00          80.97
##                                                     choice of statistical approaches       1      0.00          80.97      0.00          80.97
##                                                                       chosen markets       1      0.00          80.97      0.00          80.97
##                                                                         chris urmson       1      0.00          80.97      0.00          80.97
##                                                                            church va       1      0.00          80.97      0.00          80.97
##                                                                          ci projects       1      0.00          80.98      0.00          80.98
##                                                                    ci research tools       1      0.00          80.98      0.00          80.98
##                                                                 ci software research       1      0.00          80.98      0.00          80.98
##                                                                      ci technologies       1      0.00          80.98      0.00          80.98
##                                                                                 cicd       1      0.00          80.98      0.00          80.98
##                                                                                cissp       1      0.00          80.99      0.00          80.99
##                                                                        citi ventures       1      0.00          80.99      0.00          80.99
##                                                                               cities       1      0.00          80.99      0.00          80.99
##                                                                       citizen status       1      0.00          80.99      0.00          80.99
##                                                                             citizens       1      0.00          80.99      0.00          80.99
##                                                                       city employees       1      0.00          80.99      0.00          80.99
##                                                                     city of new york       1      0.00          81.00      0.00          81.00
##                                                                 city of philadelphia       1      0.00          81.00      0.00          81.00
##                                                                citywide coordination       1      0.00          81.00      0.00          81.00
##                                                                            cityworks       1      0.00          81.00      0.00          81.00
##                                                                  civil service exams       1      0.00          81.00      0.00          81.00
##                                                                civil service process       1      0.00          81.01      0.00          81.01
##                                                                 civil service titles       1      0.00          81.01      0.00          81.01
##                                                                    civilian agencies       1      0.00          81.01      0.00          81.01
##                                                                               claims       1      0.00          81.01      0.00          81.01
##                                                             claims anomaly detection       1      0.00          81.01      0.00          81.01
##                                                                       clarifications       1      0.00          81.02      0.00          81.02
##                                                             clasen quality chocolate       1      0.00          81.02      0.00          81.02
##                                                                       class analytic       1      0.00          81.02      0.00          81.02
##                                                                  class customer care       1      0.00          81.02      0.00          81.02
##                                                                       class facility       1      0.00          81.02      0.00          81.02
##                                                              class hadoopenvironment       1      0.00          81.03      0.00          81.03
##                                                                       class products       1      0.00          81.03      0.00          81.03
##                                                                   class test designs       1      0.00          81.03      0.00          81.03
##                                                                              classes       1      0.00          81.03      0.00          81.03
##                                                                    classes of assets       1      0.00          81.03      0.00          81.03
##                                                                 classical regression       1      0.00          81.03      0.00          81.03
##                                                       classical statistical analysis       1      0.00          81.04      0.00          81.04
##                                                            classification algorithms       1      0.00          81.04      0.00          81.04
##                                                               classification problem       1      0.00          81.04      0.00          81.04
##                                                              classification problems       1      0.00          81.04      0.00          81.04
##                                                                      classifications       1      0.00          81.04      0.00          81.04
##                                                                      classified data       1      0.00          81.05      0.00          81.05
##                                                              classified intelligence       1      0.00          81.05      0.00          81.05
##                                                                             clean-up       1      0.00          81.05      0.00          81.05
##                                                              clean analytic graphics       1      0.00          81.05      0.00          81.05
##                                                                          clean water       1      0.00          81.05      0.00          81.05
##                                                                    cleaning raw data       1      0.00          81.06      0.00          81.06
##                                                                          cleanliness       1      0.00          81.06      0.00          81.06
##                                                                         cleanse data       1      0.00          81.06      0.00          81.06
##                                                                        cleanses data       1      0.00          81.06      0.00          81.06
##                                                                 cleansing techniques       1      0.00          81.06      0.00          81.06
##                                                                  clear communication       1      0.00          81.07      0.00          81.07
##                                                                clear concise request       1      0.00          81.07      0.00          81.07
##                                                                           clear idea       1      0.00          81.07      0.00          81.07
##                                                                           clear path       1      0.00          81.07      0.00          81.07
##                                                       clear presentation of insights       1      0.00          81.07      0.00          81.07
##                                                                  clear presentations       1      0.00          81.07      0.00          81.07
##                                                          clear record of achievement       1      0.00          81.08      0.00          81.08
##                                                                          clear sight       1      0.00          81.08      0.00          81.08
##                                                                       clear thinking       1      0.00          81.08      0.00          81.08
##                                                            clear understandable ways       1      0.00          81.08      0.00          81.08
##                                                                              clearan       1      0.00          81.08      0.00          81.08
##                                                               clearance requirements       1      0.00          81.09      0.00          81.09
##                                                           clever marketing campaigns       1      0.00          81.09      0.00          81.09
##                                                                  clicktripz platform       1      0.00          81.09      0.00          81.09
##                                                                   clicktripz product       1      0.00          81.09      0.00          81.09
##                                                               client's business need       1      0.00          81.09      0.00          81.09
##                                                      client's business opportunities       1      0.00          81.10      0.00          81.10
##                                                  client's current business processes       1      0.00          81.10      0.00          81.10
##                                           client's expected business process changes       1      0.00          81.10      0.00          81.10
##                                                                    client's metadata       1      0.00          81.10      0.00          81.10
##                                                                         client-ready       1      0.00          81.10      0.00          81.10
##                                                                      client analysts       1      0.00          81.11      0.00          81.11
##                                                                     client analytics       1      0.00          81.11      0.00          81.11
##                                                         client analytics engagements       1      0.00          81.11      0.00          81.11
##                                                            client analytics problems       1      0.00          81.11      0.00          81.11
##                                                            client business processes       1      0.00          81.11      0.00          81.11
##                                                                client cost reduction       1      0.00          81.11      0.00          81.11
##                                                         client day-to-day management       1      0.00          81.12      0.00          81.12
##                                                                      client delivery       1      0.00          81.12      0.00          81.12
##                                                              client inquiry response       1      0.00          81.12      0.00          81.12
##                                                                     client interface       1      0.00          81.12      0.00          81.12
##                                                                         client issue       1      0.00          81.12      0.00          81.12
##                                                                       client liaison       1      0.00          81.13      0.00          81.13
##                                                            client management ability       1      0.00          81.13      0.00          81.13
##                                                                       client offices       1      0.00          81.13      0.00          81.13
##                                                                 client organizations       1      0.00          81.13      0.00          81.13
##                                                       client performance evaluations       1      0.00          81.13      0.00          81.13
##                                                                    client processing       1      0.00          81.14      0.00          81.14
##                                                          client project team members       1      0.00          81.14      0.00          81.14
##                                                                      client projects       1      0.00          81.14      0.00          81.14
##                                                                       client reports       1      0.00          81.14      0.00          81.14
##                                                                      client requests       1      0.00          81.14      0.00          81.14
##                                                                       client service       1      0.00          81.15      0.00          81.15
##                                                        client subject matter experts       1      0.00          81.15      0.00          81.15
##                                                                       client tickets       1      0.00          81.15      0.00          81.15
##                                                                          client work       1      0.00          81.15      0.00          81.15
##                                                                    clients' business       1      0.00          81.15      0.00          81.15
##                                                                   clients' questions       1      0.00          81.15      0.00          81.15
##                                                                                clinc       1      0.00          81.16      0.00          81.16
##                                                                clinical applications       1      0.00          81.16      0.00          81.16
##                                                                        clinical data       1      0.00          81.16      0.00          81.16
##                                                                    clinical datasets       1      0.00          81.16      0.00          81.16
##                                                            clinical decision support       1      0.00          81.16      0.00          81.16
##                                                    clinical decision support systems       1      0.00          81.17      0.00          81.17
##                                                                 clinical departments       1      0.00          81.17      0.00          81.17
##                                                                 clinical health data       1      0.00          81.17      0.00          81.17
##                                                                 clinical informatics       1      0.00          81.17      0.00          81.17
##                                                                 clinical instruments       1      0.00          81.17      0.00          81.17
##                                                               clinical investigation       1      0.00          81.18      0.00          81.18
##                                                           clinical reference sources       1      0.00          81.18      0.00          81.18
##                                                                   clinical relevance       1      0.00          81.18      0.00          81.18
##                                                                     clinical science       1      0.00          81.18      0.00          81.18
##                                                             clinical study protocols       1      0.00          81.18      0.00          81.18
##                                                                       clinical tools       1      0.00          81.19      0.00          81.19
##                                                                   clinical use cases       1      0.00          81.19      0.00          81.19
##                                                                     clinical utility       1      0.00          81.19      0.00          81.19
##                                                                              clojure       1      0.00          81.19      0.00          81.19
##                                                                     close-knit group       1      0.00          81.19      0.00          81.19
##                                                                           close date       1      0.00          81.19      0.00          81.19
##                                                                    close integration       1      0.00          81.20      0.00          81.20
##                                                           close working relationship       1      0.00          81.20      0.00          81.20
##                                                               closed-loop algorithms       1      0.00          81.20      0.00          81.20
##                                                                         closing date       1      0.00          81.20      0.00          81.20
##                                                                              closure       1      0.00          81.20      0.00          81.20
##                                                                              clothes       1      0.00          81.21      0.00          81.21
##                                            cloud-based machine learning environments       1      0.00          81.21      0.00          81.21
##                                                cloud-based machine learning services       1      0.00          81.21      0.00          81.21
##                                                                 cloud-based platform       1      0.00          81.21      0.00          81.21
##                                                       cloud-based security solutions       1      0.00          81.21      0.00          81.21
##                                                                  cloud-based servers       1      0.00          81.22      0.00          81.22
##                                                                 cloud-based services       1      0.00          81.22      0.00          81.22
##                                                                cloud-based solutions       1      0.00          81.22      0.00          81.22
##                                                           cloud-native architectures       1      0.00          81.22      0.00          81.22
##                                                                   cloud architecture       1      0.00          81.22      0.00          81.22
##                                                            cloud computing databases       1      0.00          81.23      0.00          81.23
##                                                           cloud computing ecosystems       1      0.00          81.23      0.00          81.23
##                                                         cloud computing environments       1      0.00          81.23      0.00          81.23
##                                                             cloud computing platform       1      0.00          81.23      0.00          81.23
##                                                                      cloud data team       1      0.00          81.23      0.00          81.23
##                                                          cloud deployment experience       1      0.00          81.23      0.00          81.23
##                                                                    cloud development       1      0.00          81.24      0.00          81.24
##                                                          cloud development practices       1      0.00          81.24      0.00          81.24
##                                                                 cloud infrastructure       1      0.00          81.24      0.00          81.24
##                                                        cloud infrastructure services       1      0.00          81.24      0.00          81.24
##                                                                      cloud instances       1      0.00          81.24      0.00          81.24
##                                                                    cloud platform ai       1      0.00          81.25      0.00          81.25
##                                                                       cloud programs       1      0.00          81.25      0.00          81.25
##                                                                       cloud provider       1      0.00          81.25      0.00          81.25
##                                                                      cloud resources       1      0.00          81.25      0.00          81.25
##                                                              cloud service providers       1      0.00          81.25      0.00          81.25
##                                                                      cloud solutions       1      0.00          81.26      0.00          81.26
##                                                                        cloud storage       1      0.00          81.26      0.00          81.26
##                                                               cloud storage services       1      0.00          81.26      0.00          81.26
##                                                      cloud technologies google cloud       1      0.00          81.26      0.00          81.26
##                                                                     cloud technology       1      0.00          81.26      0.00          81.26
##                                            cloudera hadoop distribution provisioning       1      0.00          81.27      0.00          81.27
##                                                                       cloudera stack       1      0.00          81.27      0.00          81.27
##                                                cluster large amounts of data content       1      0.00          81.27      0.00          81.27
##                                                                clustering algorithms       1      0.00          81.27      0.00          81.27
##                                                                clustering techniques       1      0.00          81.27      0.00          81.27
##                                                                             clusters       1      0.00          81.27      0.00          81.27
##                                                                         clv modeling       1      0.00          81.28      0.00          81.28
##                                                                                  cmd       1      0.00          81.28      0.00          81.28
##                                                                           cmmi level       1      0.00          81.28      0.00          81.28
##                                                                         cmtelematics       1      0.00          81.28      0.00          81.28
##                                                                                 cnbc       1      0.00          81.28      0.00          81.28
##                                                        cnh industrial delivers power       1      0.00          81.29      0.00          81.29
##                                                                                 cntk       1      0.00          81.29      0.00          81.29
##                                                               co-author case studies       1      0.00          81.29      0.00          81.29
##                                                                   co-creation studio       1      0.00          81.29      0.00          81.29
##                                                              co-operative agile team       1      0.00          81.29      0.00          81.29
##                                                                   coach team members       1      0.00          81.30      0.00          81.30
##                                                                     coalition member       1      0.00          81.30      0.00          81.30
##                                                                                cobra       1      0.00          81.30      0.00          81.30
##                                                                         code backups       1      0.00          81.30      0.00          81.30
##                                                                            code base       1      0.00          81.30      0.00          81.30
##                                                                        code check-in       1      0.00          81.31      0.00          81.31
##                                                                          code defect       1      0.00          81.31      0.00          81.31
##                                                                          code design       1      0.00          81.31      0.00          81.31
##                                                                        code pipeline       1      0.00          81.31      0.00          81.31
##                                                                    code repositories       1      0.00          81.31      0.00          81.31
##                                                                          code review       1      0.00          81.31      0.00          81.31
##                                                            code savvy data scientist       1      0.00          81.32      0.00          81.32
##                                                                      code simplicity       1      0.00          81.32      0.00          81.32
##                                                               code structure choices       1      0.00          81.32      0.00          81.32
##                                                                 code42 saas products       1      0.00          81.32      0.00          81.32
##                                                                             codebase       1      0.00          81.32      0.00          81.32
##                                                                                codes       1      0.00          81.33      0.00          81.33
##                                                              codes software programs       1      0.00          81.33      0.00          81.33
##                                                               codified data products       1      0.00          81.33      0.00          81.33
##                                                                      coding analysis       1      0.00          81.33      0.00          81.33
##                                                                        coding of nlp       1      0.00          81.33      0.00          81.33
##                                                     coding of novel client solutions       1      0.00          81.34      0.00          81.34
##                                                                       coding quality       1      0.00          81.34      0.00          81.34
##                                                                     coding standards       1      0.00          81.34      0.00          81.34
##                                                                    coding structures       1      0.00          81.34      0.00          81.34
##                                                                               coffee       1      0.00          81.34      0.00          81.34
##                                                                            cognition       1      0.00          81.35      0.00          81.35
##                                                                  cognitive computing       1      0.00          81.35      0.00          81.35
##                                                                cognitive engineering       1      0.00          81.35      0.00          81.35
##                                                                    cognitive science       1      0.00          81.35      0.00          81.35
##                                                                   cognitive services       1      0.00          81.35      0.00          81.35
##                                                                    cognitive support       1      0.00          81.35      0.00          81.35
##                                                                  cognizant cognizant       1      0.00          81.36      0.00          81.36
##                                          cognizant veterans network assists veterans       1      0.00          81.36      0.00          81.36
##                                                                    coherent approach       1      0.00          81.36      0.00          81.36
##                                                                      cohesive output       1      0.00          81.36      0.00          81.36
##                                                                      cohort analyses       1      0.00          81.36      0.00          81.36
##                                                                              cohorts       1      0.00          81.37      0.00          81.37
##                                                                             coinbase       1      0.00          81.37      0.00          81.37
##                                                                           cold start       1      0.00          81.37      0.00          81.37
##                                                             collaboration activities       1      0.00          81.37      0.00          81.37
##                                                                    collaboration hub       1      0.00          81.37      0.00          81.37
##                                                               collaborative attitude       1      0.00          81.38      0.00          81.38
##                                                     collaborative community benefits       1      0.00          81.38      0.00          81.38
##                                                            collaborative development       1      0.00          81.38      0.00          81.38
##                                                           collaborative environments       1      0.00          81.38      0.00          81.38
##                                                                 collaborative member       1      0.00          81.38      0.00          81.38
##                                                                collaborative mindset       1      0.00          81.39      0.00          81.39
##                                                                 collaborative people       1      0.00          81.39      0.00          81.39
##                                                                   collaborative role       1      0.00          81.39      0.00          81.39
##                                                           collaborative self-starter       1      0.00          81.39      0.00          81.39
##                                         collaborative software engineering practices       1      0.00          81.39      0.00          81.39
##                                                                   collaborative team       1      0.00          81.39      0.00          81.39
##                                                                   collaborative work       1      0.00          81.40      0.00          81.40
##                                                                       collaboratives       1      0.00          81.40      0.00          81.40
##                                                                            colleague       1      0.00          81.40      0.00          81.40
##                                                                           collecting       1      0.00          81.40      0.00          81.40
##                                                                collection procedures       1      0.00          81.40      0.00          81.40
##                                                                   collection systems       1      0.00          81.41      0.00          81.41
##                                                                 collective decisions       1      0.00          81.41      0.00          81.41
##                                                                 collective knowledge       1      0.00          81.41      0.00          81.41
##                                                                   collective mission       1      0.00          81.41      0.00          81.41
##                                                      college board data science team       1      0.00          81.41      0.00          81.41
##                                                                      college station       1      0.00          81.42      0.00          81.42
##                                                                         collegiality       1      0.00          81.42      0.00          81.42
##                                                                             collibra       1      0.00          81.42      0.00          81.42
##                                                                         color vision       1      0.00          81.42      0.00          81.42
##                                                                             colorado       1      0.00          81.42      0.00          81.42
##                                                                 colorado communities       1      0.00          81.43      0.00          81.43
##                                                             colorado regional office       1      0.00          81.43      0.00          81.43
##                                                                             columbus       1      0.00          81.43      0.00          81.43
##                                                                          combination       1      0.00          81.43      0.00          81.43
##                                                      combination of computer science       1      0.00          81.43      0.00          81.43
##                                                     combination of critical thinking       1      0.00          81.43      0.00          81.43
##                                                          combination of data science       1      0.00          81.44      0.00          81.44
##                                                 combination of deep technical skills       1      0.00          81.44      0.00          81.44
##                                                      combination of machine learning       1      0.00          81.44      0.00          81.44
##                                                            combination of statistics       1      0.00          81.44      0.00          81.44
##                                                            combination of supervised       1      0.00          81.44      0.00          81.44
##                                              combination of technological innovation       1      0.00          81.45      0.00          81.45
##                                                            combination of technology       1      0.00          81.45      0.00          81.45
##                                             combination of user behavioral analytics       1      0.00          81.45      0.00          81.45
##                                                               comfortable presenting       1      0.00          81.45      0.00          81.45
##                                                                              command       1      0.00          81.45      0.00          81.45
##                                                                         command line       1      0.00          81.46      0.00          81.46
##                                                              command line experience       1      0.00          81.46      0.00          81.46
##                                                               command line utilities       1      0.00          81.46      0.00          81.46
##                                              commercial applications of data science       1      0.00          81.46      0.00          81.46
##                                                       commercial building businesses       1      0.00          81.46      0.00          81.46
##                                                       commercial building industries       1      0.00          81.47      0.00          81.47
##                                                             commercial card services       1      0.00          81.47      0.00          81.47
##                                                     commercial data science projects       1      0.00          81.47      0.00          81.47
##                                                        commercial deployment process       1      0.00          81.47      0.00          81.47
##                                                            commercial energy markets       1      0.00          81.47      0.00          81.47
##                                                               commercial environment       1      0.00          81.47      0.00          81.47
##                                                                commercial frameworks       1      0.00          81.48      0.00          81.48
##                                                                  commercial industry       1      0.00          81.48      0.00          81.48
##                                                                  commercial insights       1      0.00          81.48      0.00          81.48
##                                                                      commercial need       1      0.00          81.48      0.00          81.48
##                                                     commercial optimization software       1      0.00          81.48      0.00          81.48
##                                                                    commercial sector       1      0.00          81.49      0.00          81.49
##                                                                  commercial strategy       1      0.00          81.49      0.00          81.49
##                                                                   commercial systems       1      0.00          81.49      0.00          81.49
##                                                                     commercial teams       1      0.00          81.49      0.00          81.49
##                                                              commercial technologies       1      0.00          81.49      0.00          81.49
##                                                                  commercial thinking       1      0.00          81.50      0.00          81.50
##                                                                     commercial world       1      0.00          81.50      0.00          81.50
##                                                                           commission       1      0.00          81.50      0.00          81.50
##                                                                           committees       1      0.00          81.50      0.00          81.50
##                                                                           committers       1      0.00          81.50      0.00          81.50
##                                                                 commodity businesses       1      0.00          81.51      0.00          81.51
##                                                                        common belief       1      0.00          81.51      0.00          81.51
##                                                                   common data format       1      0.00          81.51      0.00          81.51
##                                                             common data manipulation       1      0.00          81.51      0.00          81.51
##                                                                  common data science       1      0.00          81.51      0.00          81.51
##                                                     common machine learning problems       1      0.00          81.51      0.00          81.51
##                                                                       common methods       1      0.00          81.52      0.00          81.52
##                                                                 common nlp resources       1      0.00          81.52      0.00          81.52
##                                                                       common passion       1      0.00          81.52      0.00          81.52
##                                                                         common sense       1      0.00          81.52      0.00          81.52
##                                                                     common standards       1      0.00          81.52      0.00          81.52
##                                                                      common web data       1      0.00          81.53      0.00          81.53
##                                                                communication ability       1      0.00          81.53      0.00          81.53
##                                                   communication ability - experience       1      0.00          81.53      0.00          81.53
##                               communication of analytical methodology best practices       1      0.00          81.53      0.00          81.53
##                                                          communication of dashboards       1      0.00          81.53      0.00          81.53
##                                                       communication skills necessary       1      0.00          81.54      0.00          81.54
##                                                          communications network data       1      0.00          81.54      0.00          81.54
##                                                                communications skills       1      0.00          81.54      0.00          81.54
##                                                                 communicative people       1      0.00          81.54      0.00          81.54
##                                                                         communicator       1      0.00          81.54      0.00          81.54
##                                                        community-based health system       1      0.00          81.55      0.00          81.55
##                                                                      community-focus       1      0.00          81.55      0.00          81.55
##                                                           commute reimbursement plan       1      0.00          81.55      0.00          81.55
##                                                             commuter benefit stipend       1      0.00          81.55      0.00          81.55
##                                                                     commuter stipend       1      0.00          81.55      0.00          81.55
##                                                                 commuter tax benefit       1      0.00          81.55      0.00          81.55
##                                                        company's advanced nationwide       1      0.00          81.56      0.00          81.56
##                                                     company's corporate headquarters       1      0.00          81.56      0.00          81.56
##                                                                       company's data       1      0.00          81.56      0.00          81.56
##                                                      company-paid commuting benefits       1      0.00          81.56      0.00          81.56
##                                                     company-paid healthcare coverage       1      0.00          81.56      0.00          81.56
##                                                          company-paid life insurance       1      0.00          81.57      0.00          81.57
##                                                         company-sponsored activities       1      0.00          81.57      0.00          81.57
##                                                                             company·       1      0.00          81.57      0.00          81.57
##                                                                 company contribution       1      0.00          81.57      0.00          81.57
##                                                                     company decision       1      0.00          81.57      0.00          81.57
##                                                                  company description       1      0.00          81.58      0.00          81.58
##                                                                       company events       1      0.00          81.58      0.00          81.58
##                                                                        company goals       1      0.00          81.58      0.00          81.58
##                                                                     company holidays       1      0.00          81.58      0.00          81.58
##                                                                  company information       1      0.00          81.58      0.00          81.58
##                                                                      company mission       1      0.00          81.59      0.00          81.59
##                                                               company overnight trip       1      0.00          81.59      0.00          81.59
##                                                                     company policies       1      0.00          81.59      0.00          81.59
##                                                                      company profile       1      0.00          81.59      0.00          81.59
##                                                                    company resources       1      0.00          81.59      0.00          81.59
##                                                                    company standards       1      0.00          81.59      0.00          81.59
##                                                                   company strategies       1      0.00          81.60      0.00          81.60
##                                                                       company values       1      0.00          81.60      0.00          81.60
##                                                             company wide experiments       1      0.00          81.60      0.00          81.60
##                                                                      companyoverview       1      0.00          81.60      0.00          81.60
##                                                       comparable analytical position       1      0.00          81.60      0.00          81.60
##                                                   comparable quantitative discipline       1      0.00          81.61      0.00          81.61
##                                                                 comparative analyses       1      0.00          81.61      0.00          81.61
##                                                                           comparison       1      0.00          81.61      0.00          81.61
##                                                compelling interactive visualizations       1      0.00          81.61      0.00          81.61
##                                                                   compelling mission       1      0.00          81.61      0.00          81.61
##                                                                 compelling narrative       1      0.00          81.62      0.00          81.62
##                                                                 compelling summaries       1      0.00          81.62      0.00          81.62
##                                                            compensation commensurate       1      0.00          81.62      0.00          81.62
##                                                                    compensation plan       1      0.00          81.62      0.00          81.62
##                                                                           competency       1      0.00          81.62      0.00          81.62
##                                                                 competing objectives       1      0.00          81.63      0.00          81.63
##                                                                  competing timelines       1      0.00          81.63      0.00          81.63
##                                                                          competition       1      0.00          81.63      0.00          81.63
##                                                               competitive advantages       1      0.00          81.63      0.00          81.63
##                                                                 competitive analysis       1      0.00          81.63      0.00          81.63
##                                                                   competitive attune       1      0.00          81.63      0.00          81.63
##                                                              competitive base salary       1      0.00          81.64      0.00          81.64
##                                                     competitive business environment       1      0.00          81.64      0.00          81.64
##                                                    competitive compensation packages       1      0.00          81.64      0.00          81.64
##                                                                     competitive edge       1      0.00          81.64      0.00          81.64
##                                                              competitive innovations       1      0.00          81.64      0.00          81.64
##                                                competitive manufacturing environment       1      0.00          81.65      0.00          81.65
##                                                              competitive marketplace       1      0.00          81.65      0.00          81.65
##                                                                competitive paid time       1      0.00          81.65      0.00          81.65
##                                                                      competitive pay       1      0.00          81.65      0.00          81.65
##                                                            competitive position type       1      0.00          81.65      0.00          81.65
##                                                                 competitive take-out       1      0.00          81.66      0.00          81.66
##                                                                     competitor focus       1      0.00          81.66      0.00          81.66
##                                                                          competitors       1      0.00          81.66      0.00          81.66
##                                                                              compile       1      0.00          81.66      0.00          81.66
##                                                   compile analytics research reports       1      0.00          81.66      0.00          81.66
##                                                                compile data analysis       1      0.00          81.67      0.00          81.67
##                                                                            compilers       1      0.00          81.67      0.00          81.67
##                                                                            compiling       1      0.00          81.67      0.00          81.67
##                                                                 complementary coffee       1      0.00          81.67      0.00          81.67
##                                                               complementary datasets       1      0.00          81.67      0.00          81.67
##                                                             complete client projects       1      0.00          81.67      0.00          81.67
##                                                         complete end-to-end analyses       1      0.00          81.68      0.00          81.68
##                                                complete enterprise social technology       1      0.00          81.68      0.00          81.68
##                                                     complete essential project tasks       1      0.00          81.68      0.00          81.68
##                                                                 complete familiarity       1      0.00          81.68      0.00          81.68
##                                                                      complete source       1      0.00          81.68      0.00          81.68
##                                                                       complete tasks       1      0.00          81.69      0.00          81.69
##                                                                complete transparency       1      0.00          81.69      0.00          81.69
##                                                               complete understanding       1      0.00          81.69      0.00          81.69
##                                                             complete workboard's new       1      0.00          81.69      0.00          81.69
##                                                          completions data life-cycle       1      0.00          81.69      0.00          81.69
##                                                                completions engineers       1      0.00          81.70      0.00          81.70
##                                                                   complex algorithms       1      0.00          81.70      0.00          81.70
##                                                             complex analysis results       1      0.00          81.70      0.00          81.70
##                                                          complex analytical concepts       1      0.00          81.70      0.00          81.70
##                                                          complex analytical projects       1      0.00          81.70      0.00          81.70
##                                                       complex business opportunities       1      0.00          81.71      0.00          81.71
##                                                           complex business questions       1      0.00          81.71      0.00          81.71
##                                                        complex business requirements       1      0.00          81.71      0.00          81.71
##                                                           complex business solutions       1      0.00          81.71      0.00          81.71
##                                                               complex clinical needs       1      0.00          81.71      0.00          81.71
##                                                     complex computational approaches       1      0.00          81.71      0.00          81.71
##                                                           complex concepts intuitive       1      0.00          81.72      0.00          81.72
##                                                                      complex content       1      0.00          81.72      0.00          81.72
##                                                            complex cv data structure       1      0.00          81.72      0.00          81.72
##                                                                   complex dashboards       1      0.00          81.72      0.00          81.72
##                                                                  complex data issues       1      0.00          81.72      0.00          81.72
##                                                            complex data manipulation       1      0.00          81.73      0.00          81.73
##                                                          complex data modeling tasks       1      0.00          81.73      0.00          81.73
##                                                                  complex data models       1      0.00          81.73      0.00          81.73
##                                                                complex data pipeline       1      0.00          81.73      0.00          81.73
##                                                               complex data profiling       1      0.00          81.73      0.00          81.73
##                                                        complex data science problems       1      0.00          81.74      0.00          81.74
##                                                                  complex data stream       1      0.00          81.74      0.00          81.74
##                                                              complex data structures       1      0.00          81.74      0.00          81.74
##                                                                    complex databases       1      0.00          81.74      0.00          81.74
##                                                            complex designs algorithm       1      0.00          81.74      0.00          81.74
##                                                                     complex diseases       1      0.00          81.75      0.00          81.75
##                                                                    complex documents       1      0.00          81.75      0.00          81.75
##                                                                         complex edge       1      0.00          81.75      0.00          81.75
##                                                       complex engineering challenges       1      0.00          81.75      0.00          81.75
##                                                                 complex environments       1      0.00          81.75      0.00          81.75
##                                                                     complex findings       1      0.00          81.75      0.00          81.75
##                                                                     complex graphics       1      0.00          81.76      0.00          81.76
##                                          complex human capital management challenges       1      0.00          81.76      0.00          81.76
##                                                               complex image datasets       1      0.00          81.76      0.00          81.76
##                                                                  complex integration       1      0.00          81.76      0.00          81.76
##                                                      complex issues of diverse scope       1      0.00          81.76      0.00          81.76
##                                                          complex log-based data sets       1      0.00          81.77      0.00          81.77
##                                              complex logistics optimization problems       1      0.00          81.77      0.00          81.77
##                                                                    complex marketing       1      0.00          81.77      0.00          81.77
##                                                                     complex military       1      0.00          81.77      0.00          81.77
##                                                      complex multivariate statistics       1      0.00          81.77      0.00          81.77
##                                                    complex nature of cancer genomics       1      0.00          81.78      0.00          81.78
##                                                         complex open-ended questions       1      0.00          81.78      0.00          81.78
##                                           complex operational analytical initiatives       1      0.00          81.78      0.00          81.78
##                                                    complex problems of diverse scope       1      0.00          81.78      0.00          81.78
##                                                                      complex program       1      0.00          81.78      0.00          81.78
##                                                      complex psychological processes       1      0.00          81.79      0.00          81.79
##                                                           complex related experience       1      0.00          81.79      0.00          81.79
##                                                            complex research datasets       1      0.00          81.79      0.00          81.79
##                                                                      complex results       1      0.00          81.79      0.00          81.79
##                                                            complex solution concepts       1      0.00          81.79      0.00          81.79
##                                                                     complex sql code       1      0.00          81.79      0.00          81.79
##                                                    complex statistical data analysis       1      0.00          81.80      0.00          81.80
##                                                           complex statistical models       1      0.00          81.80      0.00          81.80
##                                                              complex streams of data       1      0.00          81.80      0.00          81.80
##                                                                      complex surveys       1      0.00          81.80      0.00          81.80
##                                                                        complex tasks       1      0.00          81.80      0.00          81.80
##                                                         complex technical approaches       1      0.00          81.81      0.00          81.81
##                                                         complex technical challenges       1      0.00          81.81      0.00          81.81
##                                                           complex technical concepts       1      0.00          81.81      0.00          81.81
##                                                      complex technical documentation       1      0.00          81.81      0.00          81.81
##                                                           complex technical material       1      0.00          81.81      0.00          81.81
##                                                           complex technical problems       1      0.00          81.82      0.00          81.82
##                                                                   complex techniques       1      0.00          81.82      0.00          81.82
##                                                                         complexities       1      0.00          81.82      0.00          81.82
##                                                                  complexity analysis       1      0.00          81.82      0.00          81.82
##                                                            complexity of health care       1      0.00          81.82      0.00          81.82
##                                                                   compliance courses       1      0.00          81.83      0.00          81.83
##                                                                 compliance standards       1      0.00          81.83      0.00          81.83
##                                                                       compliant code       1      0.00          81.83      0.00          81.83
##                                                                 complicated analysis       1      0.00          81.83      0.00          81.83
##                                                      complicated analytical material       1      0.00          81.83      0.00          81.83
##                                                                complicated analytics       1      0.00          81.83      0.00          81.83
##                                                        complicated business problems       1      0.00          81.84      0.00          81.84
##                                                                 components inventory       1      0.00          81.84      0.00          81.84
##                                                                         comprehenive       1      0.00          81.84      0.00          81.84
##                                                                        comprehension       1      0.00          81.84      0.00          81.84
##                                                               comprehensive analysis       1      0.00          81.84      0.00          81.84
##                                              comprehensive archive of golf artifacts       1      0.00          81.85      0.00          81.85
##                                                        comprehensive benefit package       1      0.00          81.85      0.00          81.85
##                                                       comprehensive benefits package       1      0.00          81.85      0.00          81.85
##                                                           comprehensive compensation       1      0.00          81.85      0.00          81.85
##                                                       comprehensive data environment       1      0.00          81.85      0.00          81.85
##                                                      comprehensive employee benefits       1      0.00          81.86      0.00          81.86
##                                                                   comprehensive fact       1      0.00          81.86      0.00          81.86
##                                                                 comprehensive health       1      0.00          81.86      0.00          81.86
##                                                          comprehensive health plans·       1      0.00          81.86      0.00          81.86
##                                                  comprehensive knowledge of ojo data       1      0.00          81.86      0.00          81.86
##                                                                 comprehensive method       1      0.00          81.87      0.00          81.87
##                                                              comprehensive portfolio       1      0.00          81.87      0.00          81.87
##                                                                comprehensive reports       1      0.00          81.87      0.00          81.87
##                                                                comprehensive testing       1      0.00          81.87      0.00          81.87
##                                     comprehensive understanding of financial markets       1      0.00          81.87      0.00          81.87
##                                                                           compromise       1      0.00          81.87      0.00          81.87
##                                                                   compulsive respect       1      0.00          81.88      0.00          81.88
##                                                               computation applicable       1      0.00          81.88      0.00          81.88
##                                                                   computational area       1      0.00          81.88      0.00          81.88
##                                                              computational biologist       1      0.00          81.88      0.00          81.88
##                                                             computational complexity       1      0.00          81.88      0.00          81.88
##                                                                computational demands       1      0.00          81.89      0.00          81.89
##                                                       computational electromagnetics       1      0.00          81.89      0.00          81.89
##                                                                  computational field       1      0.00          81.89      0.00          81.89
##                                                               computational formulas       1      0.00          81.89      0.00          81.89
##                                                            computational informatics       1      0.00          81.89      0.00          81.89
##                                                                 computational models       1      0.00          81.90      0.00          81.90
##                                                           computational neuroscience       1      0.00          81.90      0.00          81.90
##                                                       computational notebook reports       1      0.00          81.90      0.00          81.90
##                                                              computational notebooks       1      0.00          81.90      0.00          81.90
##                                                                computational physics       1      0.00          81.90      0.00          81.90
##                                                               computational programs       1      0.00          81.91      0.00          81.91
##                                                               computational research       1      0.00          81.91      0.00          81.91
##                                                                computational science       1      0.00          81.91      0.00          81.91
##                                                             computational scientists       1      0.00          81.91      0.00          81.91
##                                          computational skillsand level of experience       1      0.00          81.91      0.00          81.91
##                                                                        compute power       1      0.00          81.91      0.00          81.91
##                                                 computer-based business applications       1      0.00          81.92      0.00          81.92
##                                                              computer-based programs       1      0.00          81.92      0.00          81.92
##                                                                computer aided design       1      0.00          81.92      0.00          81.92
##                                                        computer engineering projects       1      0.00          81.92      0.00          81.92
##                                                     computer networking fundamentals       1      0.00          81.92      0.00          81.92
##                                                                 computer proficiency       1      0.00          81.93      0.00          81.93
##                                                        computer programming function       1      0.00          81.93      0.00          81.93
##                                                          computer programming skills       1      0.00          81.93      0.00          81.93
##                                                             computer science fluency       1      0.00          81.93      0.00          81.93
##                                     computer science fundamentals of data structures       1      0.00          81.93      0.00          81.93
##                                              computer science mathematics statistics       1      0.00          81.94      0.00          81.94
##                                                                      computer skills       1      0.00          81.94      0.00          81.94
##                                                           computer speech processing       1      0.00          81.94      0.00          81.94
##                                     computer vision applications of machine learning       1      0.00          81.94      0.00          81.94
##                                                                computer vision field       1      0.00          81.94      0.00          81.94
##                                                               computer vision models       1      0.00          81.95      0.00          81.95
##                                                            computer vision solutions       1      0.00          81.95      0.00          81.95
##                                                           computer vision techniques       1      0.00          81.95      0.00          81.95
##                                          computerized maintenance management systems       1      0.00          81.95      0.00          81.95
##                                                                        computerworld       1      0.00          81.95      0.00          81.95
##                                                              computing architectures       1      0.00          81.95      0.00          81.95
##                                                                   computing concepts       1      0.00          81.96      0.00          81.96
##                                                                  computing languages       1      0.00          81.96      0.00          81.96
##                                                                 computing techniques       1      0.00          81.96      0.00          81.96
##                                                 concept infrastructure configuration       1      0.00          81.96      0.00          81.96
##                                                                     concept software       1      0.00          81.96      0.00          81.96
##                                                                        concept stage       1      0.00          81.97      0.00          81.97
##                                                   concepts of operational data store       1      0.00          81.97      0.00          81.97
##                                                             conceptual understanding       1      0.00          81.97      0.00          81.97
##                                         conceptual understanding of big data systems       1      0.00          81.97      0.00          81.97
##                                                                    conceptualization       1      0.00          81.97      0.00          81.97
##                                                     concise business recommendations       1      0.00          81.98      0.00          81.98
##                                                                  concise conclusions       1      0.00          81.98      0.00          81.98
##                                                                concrete requirements       1      0.00          81.98      0.00          81.98
##                                concrete understanding of machine learning algorithms       1      0.00          81.98      0.00          81.98
##                                                             condensed visualizations       1      0.00          81.98      0.00          81.98
##                                                              condition of employment       1      0.00          81.99      0.00          81.99
##                                                                conditional job offer       1      0.00          81.99      0.00          81.99
##                                                                         conditioning       1      0.00          81.99      0.00          81.99
##                                                                              conduct       1      0.00          81.99      0.00          81.99
##                                                             conduct data exploration       1      0.00          81.99      0.00          81.99
##                                                                  conduct data mining       1      0.00          81.99      0.00          81.99
##                                                                  conduct experiments       1      0.00          82.00      0.00          82.00
##                                                                         conduct pocs       1      0.00          82.00      0.00          82.00
##                                                                      conduct reviews       1      0.00          82.00      0.00          82.00
##                                                                     conduct training       1      0.00          82.00      0.00          82.00
##                                                                    conducts research       1      0.00          82.00      0.00          82.00
##                                                               confectionery coatings       1      0.00          82.01      0.00          82.01
##                                                             conference presentations       1      0.00          82.01      0.00          82.01
##                                                                 confidence inknowing       1      0.00          82.01      0.00          82.01
##                                                                 confidence intervals       1      0.00          82.01      0.00          82.01
##                                                               confidence of learning       1      0.00          82.01      0.00          82.01
##                                                confidential letter of recommendation       1      0.00          82.02      0.00          82.02
##                                                                 configuration of hpc       1      0.00          82.02      0.00          82.02
##                                                                 configuration review       1      0.00          82.02      0.00          82.02
##                                                             conflicting data sources       1      0.00          82.02      0.00          82.02
##                                                               conflicting priorities       1      0.00          82.02      0.00          82.02
##                                                                 conformance modeling       1      0.00          82.03      0.00          82.03
##                                                                           congestion       1      0.00          82.03      0.00          82.03
##                                                              congressional inquiries       1      0.00          82.03      0.00          82.03
##                                                              connected car platforms       1      0.00          82.03      0.00          82.03
##                                                                       connected cars       1      0.00          82.03      0.00          82.03
##                                                                    connected devices       1      0.00          82.03      0.00          82.03
##                                                               connected vehicle data       1      0.00          82.04      0.00          82.04
##                                                              connected vehicles team       1      0.00          82.04      0.00          82.04
##                                                              connected world smaller       1      0.00          82.04      0.00          82.04
##                                                                     connecting tools       1      0.00          82.04      0.00          82.04
##                                                                         connectivity       1      0.00          82.04      0.00          82.04
##                                                                           connectors       1      0.00          82.05      0.00          82.05
##                                                                       conocophillips       1      0.00          82.05      0.00          82.05
##                                                                    conscious company       1      0.00          82.05      0.00          82.05
##                                                                         consequences       1      0.00          82.05      0.00          82.05
##                                            consistent business intelligence strategy       1      0.00          82.05      0.00          82.05
##                                                                    consistent manner       1      0.00          82.06      0.00          82.06
##                                                                  consistent routines       1      0.00          82.06      0.00          82.06
##                                                      consistent statistical analysis       1      0.00          82.06      0.00          82.06
##                                                                              console       1      0.00          82.06      0.00          82.06
##                                                                  constant components       1      0.00          82.06      0.00          82.06
##                                                                     constant contact       1      0.00          82.07      0.00          82.07
##                                                                     constant sitting       1      0.00          82.07      0.00          82.07
##                                                     constant use of mental alertness       1      0.00          82.07      0.00          82.07
##                                                      constant use of sight abilities       1      0.00          82.07      0.00          82.07
##                                                               constant use of speech       1      0.00          82.07      0.00          82.07
##                                                                       constituencies       1      0.00          82.07      0.00          82.07
##                                                                         constituents       1      0.00          82.08      0.00          82.08
##                                         constrained mathematical optimization models       1      0.00          82.08      0.00          82.08
##                                                                           constraint       1      0.00          82.08      0.00          82.08
##                                                                 construct algorithms       1      0.00          82.08      0.00          82.08
##                                                                   construct analysis       1      0.00          82.08      0.00          82.08
##                                                                         construction       1      0.00          82.09      0.00          82.09
##                                                               constructive criticism       1      0.00          82.09      0.00          82.09
##                                                                          consultancy       1      0.00          82.09      0.00          82.09
##                                                                           consultant       1      0.00          82.09      0.00          82.09
##                                                                       consultationto       1      0.00          82.09      0.00          82.09
##                                                                consultative approach       1      0.00          82.10      0.00          82.10
##                                                            consultative requirements       1      0.00          82.10      0.00          82.10
##                                                                    consulting career       1      0.00          82.10      0.00          82.10
##                                                                  consulting projects       1      0.00          82.10      0.00          82.10
##                                                                consulting university       1      0.00          82.10      0.00          82.10
##                                                                    consumer analysis       1      0.00          82.10      0.00          82.10
##                                                                    consumer datasets       1      0.00          82.11      0.00          82.11
##                                                                      consumer demand       1      0.00          82.11      0.00          82.11
##                                                                    consumer division       1      0.00          82.11      0.00          82.11
##                                                                       consumer focus       1      0.00          82.11      0.00          82.11
##                                                               consumer goods markets       1      0.00          82.11      0.00          82.11
##                                                                      consumer groups       1      0.00          82.12      0.00          82.12
##                                                                       consumer needs       1      0.00          82.12      0.00          82.12
##                                                                consumer requirements       1      0.00          82.12      0.00          82.12
##                                                                      consumer tastes       1      0.00          82.12      0.00          82.12
##                                                                              contact       1      0.00          82.12      0.00          82.12
##                                                                 contact phone number       1      0.00          82.13      0.00          82.13
##                                                                container deployments       1      0.00          82.13      0.00          82.13
##                                                   container orchestration technology       1      0.00          82.13      0.00          82.13
##                                                                  container platforms       1      0.00          82.13      0.00          82.13
##                                                        containerization technologies       1      0.00          82.13      0.00          82.13
##                                                           containerized applications       1      0.00          82.14      0.00          82.14
##                                                                  content acquisition       1      0.00          82.14      0.00          82.14
##                                                                     content creators       1      0.00          82.14      0.00          82.14
##                                                         content enrichment pipelines       1      0.00          82.14      0.00          82.14
##                                                                     content matching       1      0.00          82.14      0.00          82.14
##                                                                      content ranking       1      0.00          82.14      0.00          82.14
##                                                       content teams target customers       1      0.00          82.15      0.00          82.15
##                                         context of multiple inter-related situations       1      0.00          82.15      0.00          82.15
##                                                                      contextual data       1      0.00          82.15      0.00          82.15
##                                                                   contextual inquiry       1      0.00          82.15      0.00          82.15
##                                                                    contingency plans       1      0.00          82.15      0.00          82.15
##                                                                      continual basis       1      0.00          82.16      0.00          82.16
##                                                            continual ehs improvement       1      0.00          82.16      0.00          82.16
##                                                                  continual expansion       1      0.00          82.16      0.00          82.16
##                                                 continual improvement of theoretical       1      0.00          82.16      0.00          82.16
##                                                              continual model updates       1      0.00          82.16      0.00          82.16
##                                                    continual tradecraft improvements       1      0.00          82.17      0.00          82.17
##                                                         continued business decisions       1      0.00          82.17      0.00          82.17
##                                                         continued career development       1      0.00          82.17      0.00          82.17
##                                                                     continuelearning       1      0.00          82.17      0.00          82.17
##                                                                 continuing education       1      0.00          82.17      0.00          82.17
##                                                 continuing medical education credits       1      0.00          82.18      0.00          82.18
##                                            continuous business process optimizations       1      0.00          82.18      0.00          82.18
##                                                                continuous deployment       1      0.00          82.18      0.00          82.18
##                                                                 continuous education       1      0.00          82.18      0.00          82.18
##                                                                 continuous evolution       1      0.00          82.18      0.00          82.18
##                                      continuous expansion of analytical capabilities       1      0.00          82.18      0.00          82.18
##                                           continuous exploration of high-volume data       1      0.00          82.19      0.00          82.19
##                                                    continuous improvement activities       1      0.00          82.19      0.00          82.19
##                                               continuous improvement of data science       1      0.00          82.19      0.00          82.19
##       continuous improvement opportunities of current predictive modeling algorithms       1      0.00          82.19      0.00          82.19
##                                                       continuous process engineering       1      0.00          82.19      0.00          82.19
##                                                  continuous user activity monitoring       1      0.00          82.20      0.00          82.20
##                                                                             contours       1      0.00          82.20      0.00          82.20
##                                                                    contract coverage       1      0.00          82.20      0.00          82.20
##                                                                   contract personnel       1      0.00          82.20      0.00          82.20
##                                                                       contract roles       1      0.00          82.20      0.00          82.20
##                                                                    contract vehicles       1      0.00          82.21      0.00          82.21
##                                                             contractual requirements       1      0.00          82.21      0.00          82.21
##                                                         contributions of individuals       1      0.00          82.21      0.00          82.21
##                                                                          contributor       1      0.00          82.21      0.00          82.21
##                                                                     control policies       1      0.00          82.21      0.00          82.21
##                                                                       control theory       1      0.00          82.22      0.00          82.22
##                                                               controlled experiments       1      0.00          82.22      0.00          82.22
##                                                                      conus locations       1      0.00          82.22      0.00          82.22
##                                                                         conversation       1      0.00          82.22      0.00          82.22
##                                                                    conversational ai       1      0.00          82.22      0.00          82.22
##                                                   conversational technology products       1      0.00          82.22      0.00          82.22
##                                                                     conversion logic       1      0.00          82.23      0.00          82.23
##                                                                     conversion rates       1      0.00          82.23      0.00          82.23
##                                                                   conviction records       1      0.00          82.23      0.00          82.23
##                                                               convolutional networks       1      0.00          82.23      0.00          82.23
##                                              convolutional neural network approaches       1      0.00          82.23      0.00          82.23
##                                                        convolutional neural networks       1      0.00          82.24      0.00          82.24
##                                                         cooperative working relation       1      0.00          82.24      0.00          82.24
##                                                       coordination of task execution       1      0.00          82.24      0.00          82.24
##                                                                 coordination process       1      0.00          82.24      0.00          82.24
##                                                                 coppell headquarters       1      0.00          82.24      0.00          82.24
##                                                                              cordaid       1      0.00          82.25      0.00          82.25
##                                                                          cordinating       1      0.00          82.25      0.00          82.25
##                                                                         core ai team       1      0.00          82.25      0.00          82.25
##                                                                core analytical tools       1      0.00          82.25      0.00          82.25
##                                                                 core cultural values       1      0.00          82.25      0.00          82.25
##                                                                core daily activities       1      0.00          82.26      0.00          82.26
##                                                               core data science team       1      0.00          82.26      0.00          82.26
##                                                                        core function       1      0.00          82.26      0.00          82.26
##                                                                       core marketing       1      0.00          82.26      0.00          82.26
##                                                                         core metrics       1      0.00          82.26      0.00          82.26
##                                                                           core needs       1      0.00          82.26      0.00          82.26
##                                                                     core of payments       1      0.00          82.27      0.00          82.27
##                                                              core petsmart processes       1      0.00          82.27      0.00          82.27
##                                                                         core product       1      0.00          82.27      0.00          82.27
##                                                                core product features       1      0.00          82.27      0.00          82.27
##                                                      core service fulfillment engine       1      0.00          82.27      0.00          82.27
##                                                                   corp - brooklyn ny       1      0.00          82.28      0.00          82.28
##                                                                         corp enclave       1      0.00          82.28      0.00          82.28
##                                                      corporate administrative office       1      0.00          82.28      0.00          82.28
##                                                     corporate citizenship excellence       1      0.00          82.28      0.00          82.28
##                                                        corporate core business hours       1      0.00          82.28      0.00          82.28
##                                                     corporate decision sciences team       1      0.00          82.29      0.00          82.29
##                                                                    corporate finance       1      0.00          82.29      0.00          82.29
##                                                       corporate recognition programs       1      0.00          82.29      0.00          82.29
##                                                                    corporate setting       1      0.00          82.29      0.00          82.29
##                                                       corporate sponsored incubation       1      0.00          82.29      0.00          82.29
##                                                            corporate technology team       1      0.00          82.30      0.00          82.30
##                                                                   corporate treasury       1      0.00          82.30      0.00          82.30
##                                                                         corporations       1      0.00          82.30      0.00          82.30
##                                                             correct data limitations       1      0.00          82.30      0.00          82.30
##                                                                    correct data sets       1      0.00          82.30      0.00          82.30
##                                                                      correct grammar       1      0.00          82.30      0.00          82.30
##                                                               correlates of genomics       1      0.00          82.31      0.00          82.31
##                                                                           corruption       1      0.00          82.31      0.00          82.31
##                                                                         cost-benefit       1      0.00          82.31      0.00          82.31
##                                                                   cost-effectiveness       1      0.00          82.31      0.00          82.31
##                            cost-efficient classification of biological sequence data       1      0.00          82.31      0.00          82.31
##                                                              cost-efficient learning       1      0.00          82.32      0.00          82.32
##                                                                cost efficiency gains       1      0.00          82.32      0.00          82.32
##                                                                cost efficient manner       1      0.00          82.32      0.00          82.32
##                                                                      cost estimation       1      0.00          82.32      0.00          82.32
##                                                                    cost minimization       1      0.00          82.32      0.00          82.32
##                                                                         cost savings       1      0.00          82.33      0.00          82.33
##                                                         costing thousands of dollars       1      0.00          82.33      0.00          82.33
##                                                                        cots products       1      0.00          82.33      0.00          82.33
##                                                                              couchdb       1      0.00          82.33      0.00          82.33
##                                                                              couches       1      0.00          82.33      0.00          82.33
##                                                              counterfactual analysis       1      0.00          82.34      0.00          82.34
##                                                     counterintelligence team members       1      0.00          82.34      0.00          82.34
##                                                                         counterparts       1      0.00          82.34      0.00          82.34
##                                                     country's best midsize employers       1      0.00          82.34      0.00          82.34
##                                                                 countryunited states       1      0.00          82.34      0.00          82.34
##                                                                   courageous experts       1      0.00          82.34      0.00          82.34
##                                                                    course correction       1      0.00          82.35      0.00          82.35
##                                                                     course of action       1      0.00          82.35      0.00          82.35
##                                                        course of usual clinical care       1      0.00          82.35      0.00          82.35
##                                                                 course rating system       1      0.00          82.35      0.00          82.35
##                                                                    courses of action       1      0.00          82.35      0.00          82.35
##                                                                             coverage       1      0.00          82.36      0.00          82.36
##                                                                 coverage of employee       1      0.00          82.36      0.00          82.36
##                                                          coverage of insurance costs       1      0.00          82.36      0.00          82.36
##                                                                      covered veteran       1      0.00          82.36      0.00          82.36
##                                                               coworking home offices       1      0.00          82.36      0.00          82.36
##                                                          cox proportional regression       1      0.00          82.37      0.00          82.37
##                                                                           cpg client       1      0.00          82.37      0.00          82.37
##                                                      cpmgs care delivery operational       1      0.00          82.37      0.00          82.37
##                                                                                 cprd       1      0.00          82.37      0.00          82.37
##                                                                                  cps       1      0.00          82.37      0.00          82.37
##                                                                                  cpt       1      0.00          82.38      0.00          82.38
##                                                                                  cpu       1      0.00          82.38      0.00          82.38
##                                                                                  cqc       1      0.00          82.38      0.00          82.38
##                                                                       craft products       1      0.00          82.38      0.00          82.38
##                                                       crafting memorable experiences       1      0.00          82.38      0.00          82.38
##                                                                      crash bandicoot       1      0.00          82.38      0.00          82.38
##                                                                     created position       1      0.00          82.39      0.00          82.39
##                                                        creation of effective metrics       1      0.00          82.39      0.00          82.39
##                                      creation of innovative data analytics algorithm       1      0.00          82.39      0.00          82.39
##                                            creation of innovative learning solutions       1      0.00          82.39      0.00          82.39
##                                           creation of interdisciplinary partnerships       1      0.00          82.39      0.00          82.39
##                                                             creation of new insights       1      0.00          82.40      0.00          82.40
##                                                                  creation of scripts       1      0.00          82.40      0.00          82.40
##                                                                 creation of training       1      0.00          82.40      0.00          82.40
##                                                           creation of visualizations       1      0.00          82.40      0.00          82.40
##                                                                            creations       1      0.00          82.40      0.00          82.40
##                                                          creative analytic solutions       1      0.00          82.41      0.00          82.41
##                                                                  creative approaches       1      0.00          82.41      0.00          82.41
##                                                                    creative aptitude       1      0.00          82.41      0.00          82.41
##                                              creative capacity experience strategies       1      0.00          82.41      0.00          82.41
##                                                                 creative environment       1      0.00          82.41      0.00          82.41
##                                                                creative environments       1      0.00          82.42      0.00          82.42
##                                                                       creative ideas       1      0.00          82.42      0.00          82.42
##                                                                 creative imagination       1      0.00          82.42      0.00          82.42
##                                                                        creative mind       1      0.00          82.42      0.00          82.42
##                                                       creative problem-solving skill       1      0.00          82.42      0.00          82.42
##                                                      creative problem-solving skills       1      0.00          82.42      0.00          82.42
##                                                      creative problem solver willing       1      0.00          82.43      0.00          82.43
##                                                                     creative process       1      0.00          82.43      0.00          82.43
##                                                                    creative thinkers       1      0.00          82.43      0.00          82.43
##                                                          creative thinking abilities       1      0.00          82.43      0.00          82.43
##                                                                creative usage of new       1      0.00          82.43      0.00          82.43
##                                                   creative visual data presentations       1      0.00          82.44      0.00          82.44
##                                                                        creative ways       1      0.00          82.44      0.00          82.44
##                                                                     creator rankings       1      0.00          82.44      0.00          82.44
##                                                                  credibility scoring       1      0.00          82.44      0.00          82.44
##                                                              credit decisions - core       1      0.00          82.44      0.00          82.44
##                                                                        credit models       1      0.00          82.45      0.00          82.45
##                                                                         credit risks       1      0.00          82.45      0.00          82.45
##                                                                              credits       1      0.00          82.45      0.00          82.45
##                                                        criminal histories consistent       1      0.00          82.45      0.00          82.45
##                                                            crimson house west campus       1      0.00          82.45      0.00          82.45
##                                                                                crisp       1      0.00          82.46      0.00          82.46
##                                                           critical business problems       1      0.00          82.46      0.00          82.46
##                                                          critical business questions       1      0.00          82.46      0.00          82.46
##                                                       critical business requirements       1      0.00          82.46      0.00          82.46
##                                                                critical competencies       1      0.00          82.46      0.00          82.46
##                                critical components of hr workforce planning function       1      0.00          82.46      0.00          82.46
##                                                                  critical dashboards       1      0.00          82.47      0.00          82.47
##                                                             critical data collection       1      0.00          82.47      0.00          82.47
##                                                   critical decision-making processes       1      0.00          82.47      0.00          82.47
##                                                             critical decision making       1      0.00          82.47      0.00          82.47
##                                                                   critical decisions       1      0.00          82.47      0.00          82.47
##                                                                     critical defects       1      0.00          82.48      0.00          82.48
##                                                       critical expansion of services       1      0.00          82.48      0.00          82.48
##                                                                       critical fleet       1      0.00          82.48      0.00          82.48
##                                                                     critical illness       1      0.00          82.48      0.00          82.48
##                                                                    critical insights       1      0.00          82.48      0.00          82.48
##                                               critical mathematical engineering role       1      0.00          82.49      0.00          82.49
##                                                                      critical member       1      0.00          82.49      0.00          82.49
##                                                               critical mission areas       1      0.00          82.49      0.00          82.49
##                                                                       critical needs       1      0.00          82.49      0.00          82.49
##                                                           critical project deadlines       1      0.00          82.49      0.00          82.49
##                                                                    critical research       1      0.00          82.50      0.00          82.50
##                                                                        critical step       1      0.00          82.50      0.00          82.50
##                                                     critical thinking data scientist       1      0.00          82.50      0.00          82.50
##                                                                      crm development       1      0.00          82.50      0.00          82.50
##                                                                 cross-campus efforts       1      0.00          82.50      0.00          82.50
##                                                      cross-channel grocery ecosystem       1      0.00          82.50      0.00          82.50
##                                                                  cross-channel media       1      0.00          82.51      0.00          82.51
##                                                        cross-disciplinary background       1      0.00          82.51      0.00          82.51
##                                cross-disciplinary project team of database engineers       1      0.00          82.51      0.00          82.51
##                              cross-disciplinary project team of database specialists       1      0.00          82.51      0.00          82.51
##                                               cross-discipline corporate environment       1      0.00          82.51      0.00          82.51
##                                                           cross-domain solution sets       1      0.00          82.52      0.00          82.52
##                                                             cross-enterpriseendeavor       1      0.00          82.52      0.00          82.52
##                                                   cross-functional business partners       1      0.00          82.52      0.00          82.52
##                                                        cross-functional stakeholders       1      0.00          82.52      0.00          82.52
##                                                 cross-functional strategy deployment       1      0.00          82.52      0.00          82.52
##                                                        cross-functional team members       1      0.00          82.53      0.00          82.53
##                                                            cross-functional teamwork       1      0.00          82.53      0.00          82.53
##                                                 cross-industry business requirements       1      0.00          82.53      0.00          82.53
##                                                  cross-organization analytical needs       1      0.00          82.53      0.00          82.53
##                                              cross-organizational development forums       1      0.00          82.53      0.00          82.53
##                                                                      cross-reference       1      0.00          82.54      0.00          82.54
##                                                               cross-screen campaigns       1      0.00          82.54      0.00          82.54
##                                                                          cross-table       1      0.00          82.54      0.00          82.54
##                                                                  cross-team projects       1      0.00          82.54      0.00          82.54
##                                                                          cross-train       1      0.00          82.54      0.00          82.54
##                                                                       cross-training       1      0.00          82.54      0.00          82.54
##                                                           cross channel attributions       1      0.00          82.55      0.00          82.55
##                                                              cross channel portfolio       1      0.00          82.55      0.00          82.55
##                                                              cross departmental team       1      0.00          82.55      0.00          82.55
##                                                              cross functional groups       1      0.00          82.55      0.00          82.55
##                                                         cross functional initiatives       1      0.00          82.55      0.00          82.55
##                                                             cross functional reports       1      0.00          82.56      0.00          82.56
##                                                     cross pollination of backgrounds       1      0.00          82.56      0.00          82.56
##                                                                           cross sell       1      0.00          82.56      0.00          82.56
##                                                                      crossvalidation       1      0.00          82.56      0.00          82.56
##                                                                            crouching       1      0.00          82.56      0.00          82.56
##                                                                        crowdsourcing       1      0.00          82.57      0.00          82.57
##                                                                       crunching data       1      0.00          82.57      0.00          82.57
##                                                                        cryptoeconomy       1      0.00          82.57      0.00          82.57
##                                                                                 csat       1      0.00          82.57      0.00          82.57
##                                                                                  cso       1      0.00          82.57      0.00          82.57
##                                                                                 cspa       1      0.00          82.58      0.00          82.58
##                                                                                  css       1      0.00          82.58      0.00          82.58
##                                                                                  csv       1      0.00          82.58      0.00          82.58
##                                                                            csv files       1      0.00          82.58      0.00          82.58
##                                                                                 ctsh       1      0.00          82.58      0.00          82.58
##                                                                           cu-boulder       1      0.00          82.58      0.00          82.58
##                                                                                 cuda       1      0.00          82.59      0.00          82.59
##                                                       culmination of talented people       1      0.00          82.59      0.00          82.59
##                                                                 cultural attractions       1      0.00          82.59      0.00          82.59
##                                                                      cultural values       1      0.00          82.59      0.00          82.59
##                                                                 culture of diversity       1      0.00          82.59      0.00          82.59
##                                                                  culture of equality       1      0.00          82.60      0.00          82.60
##                                                                   culture of respect       1      0.00          82.60      0.00          82.60
##                                                                             cultures       1      0.00          82.60      0.00          82.60
##                                                                                 cupy       1      0.00          82.60      0.00          82.60
##                                                                      curated dataset       1      0.00          82.60      0.00          82.60
##                                                                          curates new       1      0.00          82.61      0.00          82.61
##                                                            curating knowledge assets       1      0.00          82.61      0.00          82.61
##                                                                                cures       1      0.00          82.61      0.00          82.61
##                                                               curious data scientist       1      0.00          82.61      0.00          82.61
##                                                        curious team of technologists       1      0.00          82.61      0.00          82.61
##                                                                           currencies       1      0.00          82.62      0.00          82.62
##                                                         current analytical landscape       1      0.00          82.62      0.00          82.62
##                                                                 current applications       1      0.00          82.62      0.00          82.62
##                                                             current budding projects       1      0.00          82.62      0.00          82.62
##                                               current business decision touch points       1      0.00          82.62      0.00          82.62
##                                                     current care delivery ecosystems       1      0.00          82.62      0.00          82.62
##                                                                      current clients       1      0.00          82.63      0.00          82.63
##                                                                     current contract       1      0.00          82.63      0.00          82.63
##                                                       current data storage standards       1      0.00          82.63      0.00          82.63
##                                         current enterprise metadata collection tools       1      0.00          82.63      0.00          82.63
##                                                           current ericsson offerings       1      0.00          82.63      0.00          82.63
##                                                                   current experience       1      0.00          82.64      0.00          82.64
##                                                                    current game data       1      0.00          82.64      0.00          82.64
##                                                current government security clearance       1      0.00          82.64      0.00          82.64
##                                                                       current issues       1      0.00          82.64      0.00          82.64
##                                                                    current knowledge       1      0.00          82.64      0.00          82.64
##                              current knowledge of relevant data science applications       1      0.00          82.65      0.00          82.65
##                                                       current master data enviroment       1      0.00          82.65      0.00          82.65
##                                                         current ohio state employees       1      0.00          82.65      0.00          82.65
##                                                       current operational procedures       1      0.00          82.65      0.00          82.65
##                                                                  current opportunity       1      0.00          82.65      0.00          82.65
##                                                              current platform issues       1      0.00          82.66      0.00          82.66
##                                                                     current policies       1      0.00          82.66      0.00          82.66
##                                                            current population survey       1      0.00          82.66      0.00          82.66
##                                                                    current practices       1      0.00          82.66      0.00          82.66
##                                                                      current project       1      0.00          82.66      0.00          82.66
##                                                                            current s       1      0.00          82.66      0.00          82.66
##                                                        current tms software provider       1      0.00          82.67      0.00          82.67
##                                                  current ts level security clearance       1      0.00          82.67      0.00          82.67
##                                                                                curve       1      0.00          82.67      0.00          82.67
##                                                                      custom analysis       1      0.00          82.67      0.00          82.67
##                                                            custom analytic solutions       1      0.00          82.67      0.00          82.67
##                                                              custom analytical tools       1      0.00          82.68      0.00          82.68
##                                                              custom code development       1      0.00          82.68      0.00          82.68
##                                                                    custom components       1      0.00          82.68      0.00          82.68
##                                                           custom data visualizations       1      0.00          82.68      0.00          82.68
##                                                                 custom etl solutions       1      0.00          82.68      0.00          82.68
##                                                   custom machine learning algorithms       1      0.00          82.69      0.00          82.69
##                                                                 custom manufacturing       1      0.00          82.69      0.00          82.69
##                                                                    custom r packages       1      0.00          82.69      0.00          82.69
##                                                             custom software products       1      0.00          82.69      0.00          82.69
##                                                                     custom solutions       1      0.00          82.69      0.00          82.69
##                                                             customer-centric company       1      0.00          82.70      0.00          82.70
##                                                         customer-centric perspective       1      0.00          82.70      0.00          82.70
##                                                          customer-centric strategies       1      0.00          82.70      0.00          82.70
##                                                             customer-focused service       1      0.00          82.70      0.00          82.70
##                                                                 customer-focused way       1      0.00          82.70      0.00          82.70
##                                                                    customer activity       1      0.00          82.70      0.00          82.70
##                                                                    customer adoption       1      0.00          82.71      0.00          82.71
##                                                                        customer base       1      0.00          82.71      0.00          82.71
##                                                           customer behavior analysis       1      0.00          82.71      0.00          82.71
##                                                                   customer behaviors       1      0.00          82.71      0.00          82.71
##                                                                        customer care       1      0.00          82.71      0.00          82.71
##                                                                       customer care·       1      0.00          82.72      0.00          82.72
##                                                             customer centric company       1      0.00          82.72      0.00          82.72
##                                                                     customer context       1      0.00          82.72      0.00          82.72
##                                                                 customer demographic       1      0.00          82.72      0.00          82.72
##                                                                customer expectations       1      0.00          82.72      0.00          82.72
##                                                           customer feedback channels       1      0.00          82.73      0.00          82.73
##                                                             customer focused mindset       1      0.00          82.73      0.00          82.73
##                                                                       customer level       1      0.00          82.73      0.00          82.73
##                                                                   customer locations       1      0.00          82.73      0.00          82.73
##                                                                        customer logs       1      0.00          82.73      0.00          82.73
##                                                                    customer missions       1      0.00          82.74      0.00          82.74
##                                                               customer opportunities       1      0.00          82.74      0.00          82.74
##                                                                 customer preferences       1      0.00          82.74      0.00          82.74
##                                                    customer probability of retention       1      0.00          82.74      0.00          82.74
##                                                            customer profile segments       1      0.00          82.74      0.00          82.74
##                                                                   customer questions       1      0.00          82.74      0.00          82.74
##                                                                    customer recovery       1      0.00          82.75      0.00          82.75
##                                               customer relationship management group       1      0.00          82.75      0.00          82.75
##                                                               customer relationships       1      0.00          82.75      0.00          82.75
##                                                                   customer retention       1      0.00          82.75      0.00          82.75
##                                                                     customer revenue       1      0.00          82.75      0.00          82.75
##                                                                    customer revenues       1      0.00          82.76      0.00          82.76
##                                                            customer segment profiles       1      0.00          82.76      0.00          82.76
##                                                              customer service fields       1      0.00          82.76      0.00          82.76
##                                                        customer service interactions       1      0.00          82.76      0.00          82.76
##                                                       customer service organizations       1      0.00          82.76      0.00          82.76
##                                                                       customer space       1      0.00          82.77      0.00          82.77
##                                                                     customer success       1      0.00          82.77      0.00          82.77
##                                                     customer success data scientists       1      0.00          82.77      0.00          82.77
##                                               customer support of high-quality light       1      0.00          82.77      0.00          82.77
##                                                              customer support skills       1      0.00          82.77      0.00          82.77
##                                                                       customer teams       1      0.00          82.78      0.00          82.78
##                                                                   customer viewpoint       1      0.00          82.78      0.00          82.78
##                                                                        customization       1      0.00          82.78      0.00          82.78
##                                                                       customizations       1      0.00          82.78      0.00          82.78
##                                                                customized algorithms       1      0.00          82.78      0.00          82.78
##                                                                customized dashboards       1      0.00          82.78      0.00          82.78
##                                                        customized financial services       1      0.00          82.79      0.00          82.79
##                                                                 customized solutions       1      0.00          82.79      0.00          82.79
##                                       cutting-edge advanced manufacturing techniques       1      0.00          82.79      0.00          82.79
##                                                                  cutting-edge advice       1      0.00          82.79      0.00          82.79
##                                                          cutting-edge analytic tools       1      0.00          82.79      0.00          82.79
##                                                              cutting-edge approaches       1      0.00          82.80      0.00          82.80
##                                                  cutting-edge computing technologies       1      0.00          82.80      0.00          82.80
##                                                        cutting-edge machine learning       1      0.00          82.80      0.00          82.80
##                                                             cutting-edge methodology       1      0.00          82.80      0.00          82.80
##                                                                 cutting-edge science       1      0.00          82.80      0.00          82.80
##                                                                  cutting-edge skills       1      0.00          82.81      0.00          82.81
##                                                               cutting-edge solutions       1      0.00          82.81      0.00          82.81
##                                                                 cutting-edge systems       1      0.00          82.81      0.00          82.81
##                                                               cutting age technology       1      0.00          82.81      0.00          82.81
##                                                             cutting edge innovations       1      0.00          82.81      0.00          82.81
##                                                   cutting edge of big data analytics       1      0.00          82.82      0.00          82.82
##                                                 cutting edge of data mining research       1      0.00          82.82      0.00          82.82
##                                                                cutting edge programs       1      0.00          82.82      0.00          82.82
##                                                                                  cvs       1      0.00          82.82      0.00          82.82
##                                                                       cyber datasets       1      0.00          82.82      0.00          82.82
##                                                                         cyber domain       1      0.00          82.82      0.00          82.82
##                                                                     cyber experience       1      0.00          82.83      0.00          82.83
##                                                                     cyber operations       1      0.00          82.83      0.00          82.83
##                                                             cyber security clearance       1      0.00          82.83      0.00          82.83
##                                                              cyber security problems       1      0.00          82.83      0.00          82.83
##                                                               cyber security threats       1      0.00          82.83      0.00          82.83
##                                                                     cyber terrorists       1      0.00          82.84      0.00          82.84
##                                                              cyber threat indicators       1      0.00          82.84      0.00          82.84
##                                                            cyber threat intelligence       1      0.00          82.84      0.00          82.84
##                                                                          cyber tools       1      0.00          82.84      0.00          82.84
##                                                                        cyber weekend       1      0.00          82.84      0.00          82.84
##                                                                       cybercriminals       1      0.00          82.85      0.00          82.85
##                                                               cyberdata technologies       1      0.00          82.85      0.00          82.85
##                                                  cybersecurity data analytics engine       1      0.00          82.85      0.00          82.85
##                                                             cybersecurity operations       1      0.00          82.85      0.00          82.85
##                                                                       d cad modeling       1      0.00          82.85      0.00          82.85
##                                                                         d capability       1      0.00          82.86      0.00          82.86
##                                                                             d degree       1      0.00          82.86      0.00          82.86
##                                                                           d fidelity       1      0.00          82.86      0.00          82.86
##                                                                              d group       1      0.00          82.86      0.00          82.86
##                                                                   d related projects       1      0.00          82.86      0.00          82.86
##                                                                           d strategy       1      0.00          82.86      0.00          82.86
##                                                                       d team members       1      0.00          82.87      0.00          82.87
##                                                                               d work       1      0.00          82.87      0.00          82.87
##                                                 d woven carbon fiber composite parts       1      0.00          82.87      0.00          82.87
##                                                                                 d365       1      0.00          82.87      0.00          82.87
##                                                                       daf nameplates       1      0.00          82.87      0.00          82.87
##                                                                           daf trucks       1      0.00          82.88      0.00          82.88
##                                                                          daily lives       1      0.00          82.88      0.00          82.88
##                                                                        daily metrics       1      0.00          82.88      0.00          82.88
##                                                       daily production support tasks       1      0.00          82.88      0.00          82.88
##                                                               daily responsibilities       1      0.00          82.88      0.00          82.88
##                                                                      daily workflows       1      0.00          82.89      0.00          82.89
##                                                                                dairy       1      0.00          82.89      0.00          82.89
##                                                                               dallas       1      0.00          82.89      0.00          82.89
##                                                             darpa's grand challenges       1      0.00          82.89      0.00          82.89
##                                                                          dash boards       1      0.00          82.89      0.00          82.89
##                                                                dashboard development       1      0.00          82.90      0.00          82.90
##                                                                      dashboard tools       1      0.00          82.90      0.00          82.90
##                                                                         dashboarding       1      0.00          82.90      0.00          82.90
##                                                                dashboarding software       1      0.00          82.90      0.00          82.90
##                                                                                 dask       1      0.00          82.90      0.00          82.90
##                                                                       dat ascientist       1      0.00          82.90      0.00          82.90
##                                                             data-analytic techniques       1      0.00          82.91      0.00          82.91
##                                                              data-analytics problems       1      0.00          82.91      0.00          82.91
##                                                              data-based deliverables       1      0.00          82.91      0.00          82.91
##                                                                  data-based products       1      0.00          82.91      0.00          82.91
##                                                               data-centric solutions       1      0.00          82.91      0.00          82.91
##                                                                 data-driven analysis       1      0.00          82.92      0.00          82.92
##                                                               data-driven approaches       1      0.00          82.92      0.00          82.92
##                                                                  data-driven culture       1      0.00          82.92      0.00          82.92
##                                                          data-driven decision-making       1      0.00          82.92      0.00          82.92
##                                                 data-driven features of new products       1      0.00          82.92      0.00          82.92
##                                                                data-driven narrative       1      0.00          82.93      0.00          82.93
##                                                                 data-driven policies       1      0.00          82.93      0.00          82.93
##                                                                  data-driven problem       1      0.00          82.93      0.00          82.93
##                                                                data-driven processes       1      0.00          82.93      0.00          82.93
##                                                                 data-driven services       1      0.00          82.93      0.00          82.93
##                                                                    data-driven story       1      0.00          82.94      0.00          82.94
##                                                                   data-driven values       1      0.00          82.94      0.00          82.94
##                                                              data-informed decisions       1      0.00          82.94      0.00          82.94
##                                                        data-intensive science fields       1      0.00          82.94      0.00          82.94
##                                                                          data-mining       1      0.00          82.94      0.00          82.94
##                                                                        data-pipeline       1      0.00          82.94      0.00          82.94
##                                                    data-related project deliverables       1      0.00          82.95      0.00          82.95
##                                                        data-related technical issues       1      0.00          82.95      0.00          82.95
##                                                                                data·       1      0.00          82.95      0.00          82.95
##                                                                     data abstraction       1      0.00          82.95      0.00          82.95
##                                                                   data accessibility       1      0.00          82.95      0.00          82.95
##                                                                          data addict       1      0.00          82.96      0.00          82.96
##                                                                    data aggregations       1      0.00          82.96      0.00          82.96
##                                                                       data analysis·       1      0.00          82.96      0.00          82.96
##                                                             data analysis actionable       1      0.00          82.96      0.00          82.96
##                                                             data analysis approaches       1      0.00          82.96      0.00          82.96
##                                                                  data analysis model       1      0.00          82.97      0.00          82.97
##                                                               data analysis packages       1      0.00          82.97      0.00          82.97
##                                                                data analysis problem       1      0.00          82.97      0.00          82.97
##                                                                data analysis results       1      0.00          82.97      0.00          82.97
##                                                                   data analysis role       1      0.00          82.97      0.00          82.97
##                                                                 data analysis skills       1      0.00          82.98      0.00          82.98
##                                                           data analysis team members       1      0.00          82.98      0.00          82.98
##                                                                         data analyst       1      0.00          82.98      0.00          82.98
##                                                                       data analyst c       1      0.00          82.98      0.00          82.98
##                                                             data analytic experience       1      0.00          82.98      0.00          82.98
##                                                                      data analytical       1      0.00          82.98      0.00          82.98
##                                                                 data analytics field       1      0.00          82.99      0.00          82.99
##                                                       data analytics infrastructures       1      0.00          82.99      0.00          82.99
##                                                             data analytics pipelines       1      0.00          82.99      0.00          82.99
##                                                             data analytics solutions       1      0.00          82.99      0.00          82.99
##                                                               data analytics support       1      0.00          82.99      0.00          82.99
##                                                                  data analytics team       1      0.00          83.00      0.00          83.00
##                                                                       data architect       1      0.00          83.00      0.00          83.00
##                                                               data archival pipeline       1      0.00          83.00      0.00          83.00
##                                                                data archival process       1      0.00          83.00      0.00          83.00
##                                                                    data assimilation       1      0.00          83.00      0.00          83.00
##                                                                    data availability       1      0.00          83.01      0.00          83.01
##                                                                       data available       1      0.00          83.01      0.00          83.01
##                                                                           data bases       1      0.00          83.01      0.00          83.01
##                                                          data bootcamp certification       1      0.00          83.01      0.00          83.01
##                                                                data build narratives       1      0.00          83.01      0.00          83.01
##                                                                         data catalog       1      0.00          83.02      0.00          83.02
##                                                      data center service fulfillment       1      0.00          83.02      0.00          83.02
##                                                                      data challenges       1      0.00          83.02      0.00          83.02
##                                                                          data checks       1      0.00          83.02      0.00          83.02
##                                                             data cleaning techniques       1      0.00          83.02      0.00          83.02
##                                                            data collection pipelines       1      0.00          83.02      0.00          83.02
##                                                                data collection teams       1      0.00          83.03      0.00          83.03
##                                                                     data collections       1      0.00          83.03      0.00          83.03
##                                                         data communications services       1      0.00          83.03      0.00          83.03
##                                                                     data correlation       1      0.00          83.03      0.00          83.03
##                                                                        data crawling       1      0.00          83.03      0.00          83.03
##                                                                        data creation       1      0.00          83.04      0.00          83.04
##                                                                    data deliverables       1      0.00          83.04      0.00          83.04
##                                                                          data design       1      0.00          83.04      0.00          83.04
##                                                               data discovery systems       1      0.00          83.04      0.00          83.04
##                                                                   data dissemination       1      0.00          83.04      0.00          83.04
##                                                                         data domains       1      0.00          83.05      0.00          83.05
##                                                                 data driven approach       1      0.00          83.05      0.00          83.05
##                                                       data driven business decisions       1      0.00          83.05      0.00          83.05
##                                                                 data driven function       1      0.00          83.05      0.00          83.05
##                                                                   data driven models       1      0.00          83.05      0.00          83.05
##                                                                 data driven products       1      0.00          83.06      0.00          83.06
##                                                             data driven self-starter       1      0.00          83.06      0.00          83.06
##                                                               data driven techniques       1      0.00          83.06      0.00          83.06
##                                                                       data ecosystem       1      0.00          83.06      0.00          83.06
##                                                           data engineering knowledge       1      0.00          83.06      0.00          83.06
##                                                            data engineering pipeline       1      0.00          83.06      0.00          83.06
##                                                                      data enrichment       1      0.00          83.07      0.00          83.07
##                                                                      data excellence       1      0.00          83.07      0.00          83.07
##                                                            data excerption processes       1      0.00          83.07      0.00          83.07
##                                                                          data expert       1      0.00          83.07      0.00          83.07
##                                                                     data extractions       1      0.00          83.07      0.00          83.07
##                                                                        data findings       1      0.00          83.08      0.00          83.08
##                                                                           data flows       1      0.00          83.08      0.00          83.08
##                                                                data focused products       1      0.00          83.08      0.00          83.08
##                                                                      data formatting       1      0.00          83.08      0.00          83.08
##                                                                    data gap analysis       1      0.00          83.08      0.00          83.08
##                                                              data governance efforts       1      0.00          83.09      0.00          83.09
##                                                                  data identification       1      0.00          83.09      0.00          83.09
##                                                                         data imaging       1      0.00          83.09      0.00          83.09
##                                                                      data imputation       1      0.00          83.09      0.00          83.09
##                                                            data influences decisions       1      0.00          83.09      0.00          83.09
##                                                                     data information       1      0.00          83.10      0.00          83.10
##                                                                  data infrastructure       1      0.00          83.10      0.00          83.10
##                                                            data infrastructure needs       1      0.00          83.10      0.00          83.10
##                                                                data ingestion engine       1      0.00          83.10      0.00          83.10
##                                                                        data insights       1      0.00          83.10      0.00          83.10
##                                                            data integration analysis       1      0.00          83.10      0.00          83.10
##                                                          data integration developers       1      0.00          83.11      0.00          83.11
##                                                                     data interaction       1      0.00          83.11      0.00          83.11
##                                                                  data interpretation       1      0.00          83.11      0.00          83.11
##                                                                       data knowledge       1      0.00          83.11      0.00          83.11
##                                                                            data labs       1      0.00          83.11      0.00          83.11
##                                                                       data learnings       1      0.00          83.12      0.00          83.12
##                                                 data life cycle management practices       1      0.00          83.12      0.00          83.12
##                                                                           data lovin       1      0.00          83.12      0.00          83.12
##                                                           data management activities       1      0.00          83.12      0.00          83.12
##                                                           data management discipline       1      0.00          83.12      0.00          83.12
##                                                               data management skills       1      0.00          83.13      0.00          83.13
##                                                  data management work flow processes       1      0.00          83.13      0.00          83.13
##                                                          data manipulation expertise       1      0.00          83.13      0.00          83.13
##                                                         data manipulation techniques       1      0.00          83.13      0.00          83.13
##                                                                         data mapping       1      0.00          83.13      0.00          83.13
##                                                                           data marts       1      0.00          83.14      0.00          83.14
##                                                                        data matching       1      0.00          83.14      0.00          83.14
##                                                                  data maturity curve       1      0.00          83.14      0.00          83.14
##                                                          data mining - certification       1      0.00          83.14      0.00          83.14
##                                                               data mining algorithms       1      0.00          83.14      0.00          83.14
##                                                                 data mining analyses       1      0.00          83.14      0.00          83.14
##                                                            data mining architectures       1      0.00          83.15      0.00          83.15
##                                                                 data mining concepts       1      0.00          83.15      0.00          83.15
##                                                                  data mining methods       1      0.00          83.15      0.00          83.15
##                                                                 data mining requests       1      0.00          83.15      0.00          83.15
##                                                                data mining technique       1      0.00          83.15      0.00          83.15
##                                                                    data mining tools       1      0.00          83.16      0.00          83.16
##                                                               data modeling concepts       1      0.00          83.16      0.00          83.16
##                                                      data modeling of data warehouse       1      0.00          83.16      0.00          83.16
##                                                            data modeling of raw data       1      0.00          83.16      0.00          83.16
##                                                      data modeling related artifacts       1      0.00          83.16      0.00          83.16
##                                                                        data modeller       1      0.00          83.17      0.00          83.17
##                                                            data monetization process       1      0.00          83.17      0.00          83.17
##                                                                        data movement       1      0.00          83.17      0.00          83.17
##                                                                         data munging       1      0.00          83.17      0.00          83.17
##                                                                      data operations       1      0.00          83.17      0.00          83.17
##                                                                        data oriented       1      0.00          83.17      0.00          83.17
##                                                                     data performance       1      0.00          83.18      0.00          83.18
##                                                                       data portfolio       1      0.00          83.18      0.00          83.18
##                                                        data pre-processing libraries       1      0.00          83.18      0.00          83.18
##                                                                            data prep       1      0.00          83.18      0.00          83.18
##                                                                     data preparation       1      0.00          83.18      0.00          83.18
##                                                                   data preprocessing       1      0.00          83.19      0.00          83.19
##                                                                        data problems       1      0.00          83.19      0.00          83.19
##                                                                       data processes       1      0.00          83.19      0.00          83.19
##                                                       data processing business rules       1      0.00          83.19      0.00          83.19
##                                                          data processing improvement       1      0.00          83.19      0.00          83.19
##                                                            data processing pipelines       1      0.00          83.20      0.00          83.20
##                                                              data processing systems       1      0.00          83.20      0.00          83.20
##                                                                   data professionals       1      0.00          83.20      0.00          83.20
##                                                                       data profiling       1      0.00          83.20      0.00          83.20
##                                                            data programming language       1      0.00          83.20      0.00          83.20
##                                                                data project examples       1      0.00          83.21      0.00          83.21
##                                                                      data protection       1      0.00          83.21      0.00          83.21
##                                                                       data provision       1      0.00          83.21      0.00          83.21
##                                                              data quality assessment       1      0.00          83.21      0.00          83.21
##                                                       data quality control processes       1      0.00          83.21      0.00          83.21
##                                                             data quality expectation       1      0.00          83.21      0.00          83.21
##                                                                         data queries       1      0.00          83.22      0.00          83.22
##                                                                        data querying       1      0.00          83.22      0.00          83.22
##                                                                        data relevant       1      0.00          83.22      0.00          83.22
##                                                        data reporting infrastructure       1      0.00          83.22      0.00          83.22
##                                                                        data requests       1      0.00          83.22      0.00          83.22
##                                                                         data results       1      0.00          83.23      0.00          83.23
##                                                                        data sampling       1      0.00          83.23      0.00          83.23
##                                                        data science-related projects       1      0.00          83.23      0.00          83.23
##                                                        data science - usa emeryville       1      0.00          83.23      0.00          83.23
##                                                                  data science - work       1      0.00          83.23      0.00          83.23
##                                                              data science activities       1      0.00          83.24      0.00          83.24
##                                                                data science analysis       1      0.00          83.24      0.00          83.24
##                                                                 data science analyst       1      0.00          83.24      0.00          83.24
##                                                            data science applications       1      0.00          83.24      0.00          83.24
##                                                                   data science areas       1      0.00          83.24      0.00          83.24
##                                                          data science best practices       1      0.00          83.25      0.00          83.25
##                                                              data science curriculum       1      0.00          83.25      0.00          83.25
##                                                                 data science efforts       1      0.00          83.25      0.00          83.25
##                                                              data science equivalent       1      0.00          83.25      0.00          83.25
##                                                               data science expertise       1      0.00          83.25      0.00          83.25
##                                                              data science frameworks       1      0.00          83.25      0.00          83.25
##                                                               data science functions       1      0.00          83.26      0.00          83.26
##                                                                    data science hire       1      0.00          83.26      0.00          83.26
##                                                          data science infrastructure       1      0.00          83.26      0.00          83.26
##                                                               data science knowledge       1      0.00          83.26      0.00          83.26
##                                                               data science landscape       1      0.00          83.26      0.00          83.26
##                                                          data science learning curve       1      0.00          83.27      0.00          83.27
##                                                               data science libraries       1      0.00          83.27      0.00          83.27
##                                                           data science methodologies       1      0.00          83.27      0.00          83.27
##                                                               data science modeling·       1      0.00          83.27      0.00          83.27
##                                                                      data science ms       1      0.00          83.27      0.00          83.27
##                                                                   data science needs       1      0.00          83.28      0.00          83.28
##                                   data science object-oriented programming languages       1      0.00          83.28      0.00          83.28
##                                                              data science objectives       1      0.00          83.28      0.00          83.28
##                                                               data science operation       1      0.00          83.28      0.00          83.28
##                                                           data science opportunities       1      0.00          83.28      0.00          83.28
##                                                               data science platforms       1      0.00          83.29      0.00          83.29
##                                                                data science position       1      0.00          83.29      0.00          83.29
##                                                              data science preferable       1      0.00          83.29      0.00          83.29
##                                                         data science product support       1      0.00          83.29      0.00          83.29
##                                                                data science products       1      0.00          83.29      0.00          83.29
##                                                           data science professionals       1      0.00          83.29      0.00          83.29
##                                                    data science programing languages       1      0.00          83.30      0.00          83.30
##                                                                 data science project       1      0.00          83.30      0.00          83.30
##                                                                   data science realm       1      0.00          83.30      0.00          83.30
##                                                     data science related course work       1      0.00          83.30      0.00          83.30
##                                                     data science related initiatives       1      0.00          83.30      0.00          83.30
##                                                           data science solution team       1      0.00          83.31      0.00          83.31
##                                                          data science specialization       1      0.00          83.31      0.00          83.31
##                                                                data science spectrum       1      0.00          83.31      0.00          83.31
##                                                                 data science support       1      0.00          83.31      0.00          83.31
##                                                                data science toolkits       1      0.00          83.31      0.00          83.31
##                                                               data science workbench       1      0.00          83.32      0.00          83.32
##                                                                   data sciences team       1      0.00          83.32      0.00          83.32
##                                                                data scientist's role       1      0.00          83.32      0.00          83.32
##                                                              data scientist-pro01367       1      0.00          83.32      0.00          83.32
##                                               data scientist artificial intelligence       1      0.00          83.32      0.00          83.32
##                                                  data scientist basic qualifications       1      0.00          83.33      0.00          83.33
##                                                      data scientist business analyst       1      0.00          83.33      0.00          83.33
##                                                         data scientist compiles data       1      0.00          83.33      0.00          83.33
##                                                data scientist desired qualifications       1      0.00          83.33      0.00          83.33
##                                                          data scientist job category       1      0.00          83.33      0.00          83.33
##                                                data scientist of technical institute       1      0.00          83.33      0.00          83.33
##                                                           data scientist programmers       1      0.00          83.34      0.00          83.34
##                                                      data scientist responsibilities       1      0.00          83.34      0.00          83.34
##                                                   data scientist reviews submissions       1      0.00          83.34      0.00          83.34
##                                                           data scientist specialists       1      0.00          83.34      0.00          83.34
##                                                                  data scientist team       1      0.00          83.34      0.00          83.34
##                                                          data scientist team members       1      0.00          83.35      0.00          83.35
##                                                                        data services       1      0.00          83.35      0.00          83.35
##                                                                             data set       1      0.00          83.35      0.00          83.35
##                                                                 data set engineering       1      0.00          83.35      0.00          83.35
##                                                                          data skills       1      0.00          83.35      0.00          83.35
##                                                                       data solutions       1      0.00          83.36      0.00          83.36
##                                                              data source limitations       1      0.00          83.36      0.00          83.36
##                                                                        data sourcing       1      0.00          83.36      0.00          83.36
##                                                                    data stakeholders       1      0.00          83.36      0.00          83.36
##                                                                      data strategies       1      0.00          83.36      0.00          83.36
##                                                                 data strategy design       1      0.00          83.37      0.00          83.37
##                                                                       data streaming       1      0.00          83.37      0.00          83.37
##                                                                         data streams       1      0.00          83.37      0.00          83.37
##                                                                         data studies       1      0.00          83.37      0.00          83.37
##                                                                         data support       1      0.00          83.37      0.00          83.37
##                                                            data system architectures       1      0.00          83.37      0.00          83.37
##                                                        data telecommunications field       1      0.00          83.38      0.00          83.38
##                                                                           data theft       1      0.00          83.38      0.00          83.38
##                                                    data transformation architectures       1      0.00          83.38      0.00          83.38
##                                                       data transformation techniques       1      0.00          83.38      0.00          83.38
##                                                                 data transformations       1      0.00          83.38      0.00          83.38
##                                                                         data tsunami       1      0.00          83.39      0.00          83.39
##                                                                      data uniformity       1      0.00          83.39      0.00          83.39
##                                                                       data usability       1      0.00          83.39      0.00          83.39
##                                                                      data validation       1      0.00          83.39      0.00          83.39
##                                                                     data validations       1      0.00          83.39      0.00          83.39
##                                                                        data validity       1      0.00          83.40      0.00          83.40
##                                                           data virtualization layers       1      0.00          83.40      0.00          83.40
##                                                        data visualization matplotlib       1      0.00          83.40      0.00          83.40
##                                                         data visualization solutions       1      0.00          83.40      0.00          83.40
##                                                           data visualization systems       1      0.00          83.40      0.00          83.40
##                                                          data visualization toolkits       1      0.00          83.41      0.00          83.41
##                                                             data warehouse solutions       1      0.00          83.41      0.00          83.41
##                                                               data warehousing tools       1      0.00          83.41      0.00          83.41
##                                                                            data work       1      0.00          83.41      0.00          83.41
##                                                                       data workbench       1      0.00          83.41      0.00          83.41
##                                                                data wrangling duties       1      0.00          83.41      0.00          83.41
##                                                             data wrangling libraries       1      0.00          83.42      0.00          83.42
##                                                                database applications       1      0.00          83.42      0.00          83.42
##                                                          database architecture model       1      0.00          83.42      0.00          83.42
##                                                                 database automations       1      0.00          83.42      0.00          83.42
##                                                                    database concepts       1      0.00          83.42      0.00          83.42
##                                                                  database connection       1      0.00          83.43      0.00          83.43
##                                                                      database design       1      0.00          83.43      0.00          83.43
##                                                                   database engineers       1      0.00          83.43      0.00          83.43
##                                                                    database language       1      0.00          83.43      0.00          83.43
##                                                              database modelling tool       1      0.00          83.43      0.00          83.43
##                                                                       database needs       1      0.00          83.44      0.00          83.44
##                                                              database query language       1      0.00          83.44      0.00          83.44
##                                                                 database query tools       1      0.00          83.44      0.00          83.44
##                                                               database schema design       1      0.00          83.44      0.00          83.44
##                                                                    database software       1      0.00          83.44      0.00          83.44
##                                                                   database solutions       1      0.00          83.45      0.00          83.45
##                                                                   database structure       1      0.00          83.45      0.00          83.45
##                                                                     database systems       1      0.00          83.45      0.00          83.45
##                                                                database technologies       1      0.00          83.45      0.00          83.45
##                                                                  database technology       1      0.00          83.45      0.00          83.45
##                                                                   datacenter vendors       1      0.00          83.45      0.00          83.45
##                                                                              datadog       1      0.00          83.46      0.00          83.46
##                                                                             datahave       1      0.00          83.46      0.00          83.46
##                                                                  datajoint framework       1      0.00          83.46      0.00          83.46
##                                                                   datamodeling goals       1      0.00          83.46      0.00          83.46
##                                                     dataprovides actionable insights       1      0.00          83.46      0.00          83.46
##                                                                     dataset creation       1      0.00          83.47      0.00          83.47
##                                                                           datastrong       1      0.00          83.47      0.00          83.47
##                                                                          dataxplorer       1      0.00          83.47      0.00          83.47
##                                                                         date of hire       1      0.00          83.47      0.00          83.47
##                                                                              datomic       1      0.00          83.47      0.00          83.47
##                                                                            davenport       1      0.00          83.48      0.00          83.48
##                                                                                  dax       1      0.00          83.48      0.00          83.48
##                                                                day-to-day activities       1      0.00          83.48      0.00          83.48
##                                                          day-to-day responsibilities       1      0.00          83.48      0.00          83.48
##                                                                      day-to-day work       1      0.00          83.48      0.00          83.48
##                                                                       day data needs       1      0.00          83.49      0.00          83.49
##                                                               day impacts real lives       1      0.00          83.49      0.00          83.49
##                                                               day millions of people       1      0.00          83.49      0.00          83.49
##                                                                 day responsibilities       1      0.00          83.49      0.00          83.49
##                                                                             daylight       1      0.00          83.49      0.00          83.49
##                                                days of paid professional development       1      0.00          83.49      0.00          83.49
##                                                                days of paid vacation       1      0.00          83.50      0.00          83.50
##                                                                     days of sunshine       1      0.00          83.50      0.00          83.50
##                                                                                  db2       1      0.00          83.50      0.00          83.50
##                                                                           dbms table       1      0.00          83.50      0.00          83.50
##                                                                                dc hq       1      0.00          83.50      0.00          83.50
##                                                                         dcas website       1      0.00          83.51      0.00          83.51
##                                                                          dcs company       1      0.00          83.51      0.00          83.51
##                                                                                 deal       1      0.00          83.51      0.00          83.51
##                                                                               dealer       1      0.00          83.51      0.00          83.51
##                                                                        dealer direct       1      0.00          83.51      0.00          83.51
##                                                                                deals       1      0.00          83.52      0.00          83.52
##                                                                dearth of information       1      0.00          83.52      0.00          83.52
##                                                                               debian       1      0.00          83.52      0.00          83.52
##                                                         debilitating brain disorders       1      0.00          83.52      0.00          83.52
##                                                                   debug applications       1      0.00          83.52      0.00          83.52
##                                                                            debugging       1      0.00          83.53      0.00          83.53
##                                                                      debugging tasks       1      0.00          83.53      0.00          83.53
##                                                                               decade       1      0.00          83.53      0.00          83.53
##                                                    decades-long client relationships       1      0.00          83.53      0.00          83.53
##                                                              decision-making actions       1      0.00          83.53      0.00          83.53
##                                                               decision-making models       1      0.00          83.53      0.00          83.53
##                                                                   decision advantage       1      0.00          83.54      0.00          83.54
##                                                                  decision algorithms       1      0.00          83.54      0.00          83.54
##                                                               decision analysis team       1      0.00          83.54      0.00          83.54
##                                                            decision making authority       1      0.00          83.54      0.00          83.54
##                                                                      decision models       1      0.00          83.54      0.00          83.54
##                                                                     decision science       1      0.00          83.55      0.00          83.55
##                                                                decision science team       1      0.00          83.55      0.00          83.55
##                                                          decision science techniques       1      0.00          83.55      0.00          83.55
##                                                                    decision sciences       1      0.00          83.55      0.00          83.55
##                                                              decision sciences group       1      0.00          83.55      0.00          83.55
##                                            decision sciences technical group manager       1      0.00          83.56      0.00          83.56
##                                                                   decision workspace       1      0.00          83.56      0.00          83.56
##                                                                        decisiontrees       1      0.00          83.56      0.00          83.56
##                                                                deconstructing client       1      0.00          83.56      0.00          83.56
##                                                                      decreased yield       1      0.00          83.56      0.00          83.56
##                                                           dedicated data engineering       1      0.00          83.57      0.00          83.57
##                                                                      dedicated desks       1      0.00          83.57      0.00          83.57
##                                                            dedicated ecommerce team·       1      0.00          83.57      0.00          83.57
##                                                               dedicated team members       1      0.00          83.57      0.00          83.57
##                                                                   deep-dive analysis       1      0.00          83.57      0.00          83.57
##                                                                        deep analyses       1      0.00          83.57      0.00          83.57
##                                                                        deep analysis       1      0.00          83.58      0.00          83.58
##                                                              deep business knowledge       1      0.00          83.58      0.00          83.58
##                                                            deep data munging ability       1      0.00          83.58      0.00          83.58
##                                                                   deep dive sessions       1      0.00          83.58      0.00          83.58
##                                                                           deep dives       1      0.00          83.58      0.00          83.58
##                                                                deep domain expertise       1      0.00          83.59      0.00          83.59
##                                                                deep domain knowledge       1      0.00          83.59      0.00          83.59
##                                                                     deep familiarity       1      0.00          83.59      0.00          83.59
##                                                              deep hands-on knowledge       1      0.00          83.59      0.00          83.59
##                                                           deep history of innovation       1      0.00          83.59      0.00          83.59
##                                                                        deep insights       1      0.00          83.60      0.00          83.60
##                                                                       deep intuition       1      0.00          83.60      0.00          83.60
##                                                                       deep knowledge       1      0.00          83.60      0.00          83.60
##                                 deep knowledge of computational optimization methods       1      0.00          83.60      0.00          83.60
##                                                    deep knowledge of database design       1      0.00          83.60      0.00          83.60
##                                                       deep knowledge of fundamentals       1      0.00          83.61      0.00          83.61
##                                                               deep learning advances       1      0.00          83.61      0.00          83.61
##                                                              deep learning algorithm       1      0.00          83.61      0.00          83.61
##                                                               deep learning concepts       1      0.00          83.61      0.00          83.61
##                                                              deep learning libraries       1      0.00          83.61      0.00          83.61
##                                                                deep learning systems       1      0.00          83.61      0.00          83.61
##                                                                  deep learning tools       1      0.00          83.62      0.00          83.62
##                                                                            deep nets       1      0.00          83.62      0.00          83.62
##                                                                 deep neural networks       1      0.00          83.62      0.00          83.62
##                                                                     deep partnership       1      0.00          83.62      0.00          83.62
##                                                            deep statistical analysis       1      0.00          83.62      0.00          83.62
##                                             deep understanding of advanced analytics       1      0.00          83.63      0.00          83.63
##                                               deep understanding of big data systems       1      0.00          83.63      0.00          83.63
##                                                   deep understanding of data science       1      0.00          83.63      0.00          83.63
##                                          deep understanding of mathematical concepts       1      0.00          83.63      0.00          83.63
##                                         deep understanding of modern computer vision       1      0.00          83.63      0.00          83.63
##                             deep understanding of modern machine learning techniques       1      0.00          83.64      0.00          83.64
##                                                              deep understanding of r       1      0.00          83.64      0.00          83.64
##                                 deep understanding of statistcal modeling techniques       1      0.00          83.64      0.00          83.64
##                                           deep understanding of statistical concepts       1      0.00          83.64      0.00          83.64
##                                           deep understanding of time series analysis       1      0.00          83.64      0.00          83.64
##                                                                      deeper insights       1      0.00          83.65      0.00          83.65
##                                                                 deeper understanding       1      0.00          83.65      0.00          83.65
##                                                                       defeat threats       1      0.00          83.65      0.00          83.65
##                                                                         defect fixes       1      0.00          83.65      0.00          83.65
##                                                                    defect resolution       1      0.00          83.65      0.00          83.65
##                                                   defense information systems agency       1      0.00          83.65      0.00          83.65
##                                                                     defense products       1      0.00          83.66      0.00          83.66
##                                                         defense technology innovator       1      0.00          83.66      0.00          83.66
##                                                defensible risk management strategies       1      0.00          83.66      0.00          83.66
##                                                    defensible statistical inferences       1      0.00          83.66      0.00          83.66
##                                                           deferred compensation plan       1      0.00          83.66      0.00          83.66
##                                                                    defined timelines       1      0.00          83.67      0.00          83.67
##                                                                 definite time period       1      0.00          83.67      0.00          83.67
##                                                                          definitions       1      0.00          83.67      0.00          83.67
##                                                                     definitive logic       1      0.00          83.67      0.00          83.67
##                                                                          degree view       1      0.00          83.67      0.00          83.67
##                                                                    delimited formats       1      0.00          83.68      0.00          83.68
##                                                                 deliverable insights       1      0.00          83.68      0.00          83.68
##                                                                  deliverable modules       1      0.00          83.68      0.00          83.68
##                                                  deliverable of synthesized findings       1      0.00          83.68      0.00          83.68
##                                                                    deliveries of end       1      0.00          83.68      0.00          83.68
##                                                         delivery-focused environment       1      0.00          83.69      0.00          83.69
##                                                    delivery-oriented approachability       1      0.00          83.69      0.00          83.69
##                                                               delivery-system reform       1      0.00          83.69      0.00          83.69
##                                                                     delivery drivers       1      0.00          83.69      0.00          83.69
##                                                                 delivery of analytic       1      0.00          83.69      0.00          83.69
##                                                           delivery of business value       1      0.00          83.69      0.00          83.69
##                                                             delivery of care process       1      0.00          83.70      0.00          83.70
##                                                    delivery of high-quality services       1      0.00          83.70      0.00          83.70
##                                                         delivery of new technologies       1      0.00          83.70      0.00          83.70
##                                                                 delivery of projects       1      0.00          83.70      0.00          83.70
##                                                   delivery of self-service analytics       1      0.00          83.70      0.00          83.70
##                                                          delivery of usage analytics       1      0.00          83.71      0.00          83.71
##                                                                   delivery schedules       1      0.00          83.71      0.00          83.71
##                                                                    delivery strategy       1      0.00          83.71      0.00          83.71
##                                                                             deloitte       1      0.00          83.71      0.00          83.71
##                                                             demand business requests       1      0.00          83.71      0.00          83.71
##                                                                  demand compositions       1      0.00          83.72      0.00          83.72
##                                                      demand manufacturing experience       1      0.00          83.72      0.00          83.72
##                                                                     demand practices       1      0.00          83.72      0.00          83.72
##                                                                       demand process       1      0.00          83.72      0.00          83.72
##                                                                     demand situation       1      0.00          83.72      0.00          83.72
##                                                                   demanding projects       1      0.00          83.73      0.00          83.73
##                                                                  democratic politics       1      0.00          83.73      0.00          83.73
##                                                                     demographic data       1      0.00          83.73      0.00          83.73
##                                                                 demonstrable ability       1      0.00          83.73      0.00          83.73
##                                                               demonstrable expertise       1      0.00          83.73      0.00          83.73
##                               demonstrable in-depth understanding of data structures       1      0.00          83.73      0.00          83.73
##                                                             demonstrable proficiency       1      0.00          83.74      0.00          83.74
##                                                      demonstrable programming skills       1      0.00          83.74      0.00          83.74
##                                                                demonstrated capacity       1      0.00          83.74      0.00          83.74
##                                                                  demonstrated desire       1      0.00          83.74      0.00          83.74
##                                                     demonstrations tohelp management       1      0.00          83.74      0.00          83.74
##                                                                     denken solutions       1      0.00          83.75      0.00          83.75
##                                                                            densglass       1      0.00          83.75      0.00          83.75
##                                                                       dental options       1      0.00          83.75      0.00          83.75
##                                                                               denver       1      0.00          83.75      0.00          83.75
##                                                              denver business journal       1      0.00          83.75      0.00          83.75
##                                                                  department location       1      0.00          83.76      0.00          83.76
##                                       department of citywide administrative services       1      0.00          83.76      0.00          83.76
##                                                       department of defense agencies       1      0.00          83.76      0.00          83.76
##                                                              department of education       1      0.00          83.76      0.00          83.76
##                                                      department of homeland security       1      0.00          83.76      0.00          83.76
##                                                 department of information technology       1      0.00          83.77      0.00          83.77
##                                                                department priorities       1      0.00          83.77      0.00          83.77
##                                                                    department stores       1      0.00          83.77      0.00          83.77
##                                                departmental machine learning systems       1      0.00          83.77      0.00          83.77
##                                                                dependable attendance       1      0.00          83.77      0.00          83.77
##                                                                         dependencies       1      0.00          83.77      0.00          83.77
##                                                       dependency management software       1      0.00          83.78      0.00          83.78
##                                                       dependent care benefit options       1      0.00          83.78      0.00          83.78
##                                                            dependent health premiums       1      0.00          83.78      0.00          83.78
##                                                             dependent life insurance       1      0.00          83.78      0.00          83.78
##                                                          dependent variable creation       1      0.00          83.78      0.00          83.78
##                                                                 deployable solutions       1      0.00          83.79      0.00          83.79
##                                                                        deployed code       1      0.00          83.79      0.00          83.79
##                                                                   deployed solutions       1      0.00          83.79      0.00          83.79
##                                                                       deployed tools       1      0.00          83.79      0.00          83.79
##                                                                 deployment expertise       1      0.00          83.79      0.00          83.79
##                                                  deployment of advanced capabilities       1      0.00          83.80      0.00          83.80
##                                                             deployment of algorithms       1      0.00          83.80      0.00          83.80
##                                                   deployment of consistent processes       1      0.00          83.80      0.00          83.80
##                                                   deployment of data science product       1      0.00          83.80      0.00          83.80
##                                                                 deployment of models       1      0.00          83.80      0.00          83.80
##                                                     deployment of proposed solutions       1      0.00          83.81      0.00          83.81
##                                                            deployment of statistical       1      0.00          83.81      0.00          83.81
##                                                                   deployment options       1      0.00          83.81      0.00          83.81
##                                                                   deployment tracker       1      0.00          83.81      0.00          83.81
##                                                                     depth perception       1      0.00          83.81      0.00          83.81
##                                                      deputy chief technology officer       1      0.00          83.81      0.00          83.81
##                                                                          derivatives       1      0.00          83.82      0.00          83.82
##                                                                derived relationships       1      0.00          83.82      0.00          83.82
##                                                          described bachelor's degree       1      0.00          83.82      0.00          83.82
##                                                                descriptive analytics       1      0.00          83.82      0.00          83.82
##                                                        descriptive modeling concepts       1      0.00          83.82      0.00          83.82
##                                                       design data collection methods       1      0.00          83.83      0.00          83.83
##                                                             design data mining tools       1      0.00          83.83      0.00          83.83
##                                                                design data pipelines       1      0.00          83.83      0.00          83.83
##                                                           design data visualizations       1      0.00          83.83      0.00          83.83
##                                                   design elegant data visualizations       1      0.00          83.83      0.00          83.83
##                                                                    design excellence       1      0.00          83.84      0.00          83.84
##                                                                      design flexible       1      0.00          83.84      0.00          83.84
##                                                     design machine learning projects       1      0.00          83.84      0.00          83.84
##                                                           design novel data analyses       1      0.00          83.84      0.00          83.84
##                                                         design observational studies       1      0.00          83.84      0.00          83.84
##                                                           design of clinical studies       1      0.00          83.85      0.00          83.85
##                                             design of enterprise dashboard solutions       1      0.00          83.85      0.00          83.85
##                                                                design of experiments       1      0.00          83.85      0.00          83.85
##                                          design ofnext-generation brokerage products       1      0.00          83.85      0.00          83.85
##                                                                       design queries       1      0.00          83.85      0.00          83.85
##                                                                       design reports       1      0.00          83.85      0.00          83.85
##                                                                design specifications       1      0.00          83.86      0.00          83.86
##                                                              designated hr personnel       1      0.00          83.86      0.00          83.86
##                                                                  designated position       1      0.00          83.86      0.00          83.86
##                                                             designated project areas       1      0.00          83.86      0.00          83.86
##                                                                  designs experiments       1      0.00          83.86      0.00          83.86
##                                                                   desired background       1      0.00          83.87      0.00          83.87
##                                                                    desired behaviors       1      0.00          83.87      0.00          83.87
##                                                            desired business outcomes       1      0.00          83.87      0.00          83.87
##                                                               desired certifications       1      0.00          83.87      0.00          83.87
##                                                                    desired education       1      0.00          83.87      0.00          83.87
##                                                     desired interdisciplinary skills       1      0.00          83.88      0.00          83.88
##                                                              desired outcomes change       1      0.00          83.88      0.00          83.88
##                                                                          destination       1      0.00          83.88      0.00          83.88
##                                                          detailed aggregated reports       1      0.00          83.88      0.00          83.88
##                                                                    detailed analysis       1      0.00          83.88      0.00          83.88
##                                                            detailed design documents       1      0.00          83.89      0.00          83.89
##                                                       detailed documentation reports       1      0.00          83.89      0.00          83.89
##                                                                 detailed information       1      0.00          83.89      0.00          83.89
##                                                detailed knowledge of technical areas       1      0.00          83.89      0.00          83.89
##                                                                       detailed plans       1      0.00          83.89      0.00          83.89
##                                                                        determination       1      0.00          83.89      0.00          83.89
##                                                                deterministic forests       1      0.00          83.90      0.00          83.90
##                                               detroit free press green leaders award       1      0.00          83.90      0.00          83.90
##                                                                                  dev       1      0.00          83.90      0.00          83.90
##                                                               developed technologies       1      0.00          83.90      0.00          83.90
##                                                                 developer experience       1      0.00          83.90      0.00          83.90
##                                                                  developer profiling       1      0.00          83.91      0.00          83.91
##                                                                       developer role       1      0.00          83.91      0.00          83.91
##                                                              developing applications       1      0.00          83.91      0.00          83.91
##                                                           developing data dashboards       1      0.00          83.91      0.00          83.91
##                                               developing data mapping specifications       1      0.00          83.91      0.00          83.91
##                                                              developing excel macros       1      0.00          83.92      0.00          83.92
##                                                    developing learning methodologies       1      0.00          83.92      0.00          83.92
##                                                          developing machine learning       1      0.00          83.92      0.00          83.92
##                                               developing machine learning algorithms       1      0.00          83.92      0.00          83.92
##                                                   developing machine learning models       1      0.00          83.92      0.00          83.92
##                                                            developing new algorithms       1      0.00          83.93      0.00          83.93
##                                                                       developing web       1      0.00          83.93      0.00          83.93
##                                                                     developing world       1      0.00          83.93      0.00          83.93
##                                                                   development cycles       1      0.00          83.93      0.00          83.93
##                                                                  development defects       1      0.00          83.93      0.00          83.93
##                                                                  development efforts       1      0.00          83.93      0.00          83.93
##                                                              development environment       1      0.00          83.94      0.00          83.94
##                                                    development of advanced analytics       1      0.00          83.94      0.00          83.94
##                                      development of advanced artificial intelligence       1      0.00          83.94      0.00          83.94
##                                                             development of algorithm       1      0.00          83.94      0.00          83.94
##                                           development of analytical strategic models       1      0.00          83.94      0.00          83.94
##                                         development of business intelligence reports       1      0.00          83.95      0.00          83.95
##                                         development of complex parameterized reports       1      0.00          83.95      0.00          83.95
##                                               development of comprehensive solutions       1      0.00          83.95      0.00          83.95
##                                                       development of core algorithms       1      0.00          83.95      0.00          83.95
##                                                         development of custom models       1      0.00          83.95      0.00          83.95
##                                                            development of dashboards       1      0.00          83.96      0.00          83.96
##                                                                  development of data       1      0.00          83.96      0.00          83.96
##                                                   development of data analysis plans       1      0.00          83.96      0.00          83.96
##                                                development of data analysis products       1      0.00          83.96      0.00          83.96
##                                                        development of data analytics       1      0.00          83.96      0.00          83.96
##                                                         development of data insights       1      0.00          83.97      0.00          83.97
##                                                                development of domino       1      0.00          83.97      0.00          83.97
##                                                  development of high value solutions       1      0.00          83.97      0.00          83.97
##                                             development of incremental merchandising       1      0.00          83.97      0.00          83.97
##                                   development of innovative data analysis techniques       1      0.00          83.97      0.00          83.97
##                                           development of key artificial intelligence       1      0.00          83.97      0.00          83.97
##                                           development of key aspects of live objects       1      0.00          83.98      0.00          83.98
##                                                           development of key metrics       1      0.00          83.98      0.00          83.98
##                                                                 development of light       1      0.00          83.98      0.00          83.98
##                                                        development of major programs       1      0.00          83.98      0.00          83.98
##                                                    development of market entry plans       1      0.00          83.98      0.00          83.98
##                                                               development of methods       1      0.00          83.99      0.00          83.99
##                                                                development of models       1      0.00          83.99      0.00          83.99
##                                                        development of new algorithms       1      0.00          83.99      0.00          83.99
##                                                              development of new ones       1      0.00          83.99      0.00          83.99
##                                    development of new predictive modeling techniques       1      0.00          83.99      0.00          83.99
##                                                            development of new skills       1      0.00          84.00      0.00          84.00
##                                                          development of new theories       1      0.00          84.00      0.00          84.00
##                                                         development of new therapies       1      0.00          84.00      0.00          84.00
##                                    development of optimal machine learning solutions       1      0.00          84.00      0.00          84.00
##                                                                 development of patch       1      0.00          84.00      0.00          84.00
##                                              development of project status briefings       1      0.00          84.01      0.00          84.01
##                                                                 development of proof       1      0.00          84.01      0.00          84.01
##                                                            development of prototypes       1      0.00          84.01      0.00          84.01
##                                                      development of risk assessments       1      0.00          84.01      0.00          84.01
##                                                           development of statistical       1      0.00          84.01      0.00          84.01
##                                                    development of statistical models       1      0.00          84.01      0.00          84.01
##                                                   development of supporting routines       1      0.00          84.02      0.00          84.02
##                                                                 development of tools       1      0.00          84.02      0.00          84.02
##                                                                 development platform       1      0.00          84.02      0.00          84.02
##                                                                development platforms       1      0.00          84.02      0.00          84.02
##                                                                  development process       1      0.00          84.02      0.00          84.02
##                                                                development processes       1      0.00          84.03      0.00          84.03
##                                                                 development projects       1      0.00          84.03      0.00          84.03
##                                                                     development team       1      0.00          84.03      0.00          84.03
##                                                             development team members       1      0.00          84.03      0.00          84.03
##                                                                   deviation analysis       1      0.00          84.03      0.00          84.03
##                                                                     device econ team       1      0.00          84.04      0.00          84.04
##                                                                               devise       1      0.00          84.04      0.00          84.04
##                                                                     devise solutions       1      0.00          84.04      0.00          84.04
##                                                                    devise strategies       1      0.00          84.04      0.00          84.04
##                                                         devise testing methodologies       1      0.00          84.04      0.00          84.04
##                                                                                  dhs       1      0.00          84.05      0.00          84.05
##                                                                        dhs component       1      0.00          84.05      0.00          84.05
##                                                                           diagnostic       1      0.00          84.05      0.00          84.05
##                                                                     diagnostic error       1      0.00          84.05      0.00          84.05
##                                                                   diagnostic process       1      0.00          84.05      0.00          84.05
##                                                                          diagnostics       1      0.00          84.05      0.00          84.05
##                                                                 diagnostics analysis       1      0.00          84.06      0.00          84.06
##                                                                              diagram       1      0.00          84.06      0.00          84.06
##                                                                             diagrams       1      0.00          84.06      0.00          84.06
##                                                                                 dice       1      0.00          84.06      0.00          84.06
##                                                                                 dick       1      0.00          84.06      0.00          84.06
##                                                                           different·       1      0.00          84.07      0.00          84.07
##                                         different analytical problem classifications       1      0.00          84.07      0.00          84.07
##                                                                  different audiences       1      0.00          84.07      0.00          84.07
##                                                                different backgrounds       1      0.00          84.07      0.00          84.07
##                                                             different business lines       1      0.00          84.07      0.00          84.07
##                                                          different business outcomes       1      0.00          84.08      0.00          84.08
##                                                          different business problems       1      0.00          84.08      0.00          84.08
##                                                             different business units       1      0.00          84.08      0.00          84.08
##                                                                  different countries       1      0.00          84.08      0.00          84.08
##                                                      different database technologies       1      0.00          84.08      0.00          84.08
##                                                                 different department       1      0.00          84.09      0.00          84.09
##                                                   different disciplinary backgrounds       1      0.00          84.09      0.00          84.09
##                                                                  different divisions       1      0.00          84.09      0.00          84.09
##                                    different kind of financial services organization       1      0.00          84.09      0.00          84.09
##                                                        different levels of expertise       1      0.00          84.09      0.00          84.09
##                                                different machine learning techniques       1      0.00          84.09      0.00          84.09
##                                                                    different mediums       1      0.00          84.10      0.00          84.10
##                                                                     different nature       1      0.00          84.10      0.00          84.10
##                                                                      different pages       1      0.00          84.10      0.00          84.10
##                                                               different perspectives       1      0.00          84.10      0.00          84.10
##                                                            different query languages       1      0.00          84.10      0.00          84.10
##                                                           different solution options       1      0.00          84.11      0.00          84.11
##                                                                    different sources       1      0.00          84.11      0.00          84.11
##                                                                     different states       1      0.00          84.11      0.00          84.11
##                                                                  different strengths       1      0.00          84.11      0.00          84.11
##                                                                      different teams       1      0.00          84.11      0.00          84.11
##                                                             different toolslike java       1      0.00          84.12      0.00          84.12
##                                                               differential equations       1      0.00          84.12      0.00          84.12
##                                                   differentiated customer experience       1      0.00          84.12      0.00          84.12
##                                                                 difficult challenges       1      0.00          84.12      0.00          84.12
##                                                              difficult circumstances       1      0.00          84.12      0.00          84.12
##                                                                       digestible way       1      0.00          84.13      0.00          84.13
##                                                                              digital       1      0.00          84.13      0.00          84.13
##                                                                  digital accelerator       1      0.00          84.13      0.00          84.13
##                                                               digital analytics data       1      0.00          84.13      0.00          84.13
##                                                               digital analytics team       1      0.00          84.13      0.00          84.13
##                                                                        digital banks       1      0.00          84.13      0.00          84.13
##                                                                  digital battlefield       1      0.00          84.14      0.00          84.14
##                                                                     digital channels       1      0.00          84.14      0.00          84.14
##                                                               digital commerce space       1      0.00          84.14      0.00          84.14
##                                                             digital content creators       1      0.00          84.14      0.00          84.14
##                                                                   digital disruption       1      0.00          84.14      0.00          84.14
##                                                         digital engagement platforms       1      0.00          84.15      0.00          84.15
##                                                                digital entertainment       1      0.00          84.15      0.00          84.15
##                                                                   digital experience       1      0.00          84.15      0.00          84.15
##                                                                        digital focus       1      0.00          84.15      0.00          84.15
##                                                                        digital games       1      0.00          84.15      0.00          84.15
##                                                                  digital innovations       1      0.00          84.16      0.00          84.16
##                                                                     digital insights       1      0.00          84.16      0.00          84.16
##                                                                     digital journeys       1      0.00          84.16      0.00          84.16
##                                                       digital marketing optimization       1      0.00          84.16      0.00          84.16
##                                                                        digital media       1      0.00          84.16      0.00          84.16
##                                                                        digital point       1      0.00          84.17      0.00          84.17
##                                                                     digital services       1      0.00          84.17      0.00          84.17
##                                                                 digital technologies       1      0.00          84.17      0.00          84.17
##                                                                        digital video       1      0.00          84.17      0.00          84.17
##                                                            digital world of big data       1      0.00          84.17      0.00          84.17
##                                                                      digitalbehavior       1      0.00          84.17      0.00          84.17
##                                                           digitalization of ericsson       1      0.00          84.18      0.00          84.18
##                                                                              dignity       1      0.00          84.18      0.00          84.18
##                                                                                 dime       1      0.00          84.18      0.00          84.18
##                                                                  dimension reduction       1      0.00          84.18      0.00          84.18
##                                                                 dimensional modeling       1      0.00          84.18      0.00          84.18
##                                                                           dimensions       1      0.00          84.19      0.00          84.19
##                                                                  diminishing returns       1      0.00          84.19      0.00          84.19
##                                                                               dinner       1      0.00          84.19      0.00          84.19
##                                                                              dinners       1      0.00          84.19      0.00          84.19
##                                                               direct business impact       1      0.00          84.19      0.00          84.19
##                                                                    direct experience       1      0.00          84.20      0.00          84.20
##                                                                       direct manager       1      0.00          84.20      0.00          84.20
##                                                                 direct mission needs       1      0.00          84.20      0.00          84.20
##                                                                  direct new analyses       1      0.00          84.20      0.00          84.20
##                                                                      direct response       1      0.00          84.20      0.00          84.20
##                                                                        direct threat       1      0.00          84.21      0.00          84.21
##                                                                 direction of manager       1      0.00          84.21      0.00          84.21
##                                                     direction of technical resources       1      0.00          84.21      0.00          84.21
##                                                         director - consumer insights       1      0.00          84.21      0.00          84.21
##                                                    director of business intelligence       1      0.00          84.21      0.00          84.21
##                                                             director of data science       1      0.00          84.21      0.00          84.21
##                                                              director of engineering       1      0.00          84.22      0.00          84.22
##                                                                            directors       1      0.00          84.22      0.00          84.22
##                                                                     disabilities act       1      0.00          84.22      0.00          84.22
##                                                                 disabled individuals       1      0.00          84.22      0.00          84.22
##                                                                      disabled status       1      0.00          84.22      0.00          84.22
##                                                                     disabled veteran       1      0.00          84.23      0.00          84.23
##                                                               disadvantaged students       1      0.00          84.23      0.00          84.23
##                                                                          disapproval       1      0.00          84.23      0.00          84.23
##                                                                      disaster relief       1      0.00          84.23      0.00          84.23
##                                                                 discerning customers       1      0.00          84.23      0.00          84.23
##                                                            disciplined data approach       1      0.00          84.24      0.00          84.24
##                                                             disciplines of marketing       1      0.00          84.24      0.00          84.24
##                                                                         disclosure i       1      0.00          84.24      0.00          84.24
##                                                                      discoverability       1      0.00          84.24      0.00          84.24
##                                                               discovery contributors       1      0.00          84.24      0.00          84.24
##                                             discovery of new analytics methodologies       1      0.00          84.24      0.00          84.24
##                                                               discovery of solutions       1      0.00          84.25      0.00          84.25
##                                              discovery phase neurotechnology company       1      0.00          84.25      0.00          84.25
##                                                                        discrepancies       1      0.00          84.25      0.00          84.25
##                                                             discrete choice modeling       1      0.00          84.25      0.00          84.25
##                                                                           discretion       1      0.00          84.25      0.00          84.25
##                                                                  discretionary trips       1      0.00          84.26      0.00          84.26
##                                                                           discussion       1      0.00          84.26      0.00          84.26
##                                                               disease area questions       1      0.00          84.26      0.00          84.26
##                                                                   disease registries       1      0.00          84.26      0.00          84.26
##                                                                     disease registry       1      0.00          84.26      0.00          84.26
##                                                                       disparate data       1      0.00          84.27      0.00          84.27
##                                                                  disparate data sets       1      0.00          84.27      0.00          84.27
##                                                            disparate digital systems       1      0.00          84.27      0.00          84.27
##                                           disparate quantitative information sources       1      0.00          84.27      0.00          84.27
##                                                                    disparate sources       1      0.00          84.27      0.00          84.27
##                                                                   display techniques       1      0.00          84.28      0.00          84.28
##                                                              disproportionate impact       1      0.00          84.28      0.00          84.28
##                                                                           disruption       1      0.00          84.28      0.00          84.28
##                                                                   disruptive impacts       1      0.00          84.28      0.00          84.28
##                                                                disruptive innovation       1      0.00          84.28      0.00          84.28
##                                                                        dissemination       1      0.00          84.28      0.00          84.28
##                                                            dissemination of big data       1      0.00          84.29      0.00          84.29
##                                                     dissemination of success stories       1      0.00          84.29      0.00          84.29
##                                                                             distance       1      0.00          84.29      0.00          84.29
##                                                                    distinct projects       1      0.00          84.29      0.00          84.29
##                                                      distinctive shopping experience       1      0.00          84.29      0.00          84.29
##                                                              distinguishing benefits       1      0.00          84.30      0.00          84.30
##                                                                    distributed cloud       1      0.00          84.30      0.00          84.30
##                                                   distributed computing environments       1      0.00          84.30      0.00          84.30
##                                                      distributed computing platforms       1      0.00          84.30      0.00          84.30
##                                                        distributed computing systems       1      0.00          84.30      0.00          84.30
##                                                            distributed customer base       1      0.00          84.31      0.00          84.31
##                                                             distributed data systems       1      0.00          84.31      0.00          84.31
##                                                        distributed data technologies       1      0.00          84.31      0.00          84.31
##                                                                 distributed database       1      0.00          84.31      0.00          84.31
##                                                distributed development architectures       1      0.00          84.31      0.00          84.31
##                                                              distributed environment       1      0.00          84.32      0.00          84.32
##                                                                   distributed hadoop       1      0.00          84.32      0.00          84.32
##                                                                 distributed querying       1      0.00          84.32      0.00          84.32
##                                                                    distributed tools       1      0.00          84.32      0.00          84.32
##                                                                           divergence       1      0.00          84.32      0.00          84.32
##                                                                 divergent data types       1      0.00          84.32      0.00          84.32
##                                                                             diverse·       1      0.00          84.33      0.00          84.33
##                                                               diverse business needs       1      0.00          84.33      0.00          84.33
##                                                          diverse community of people       1      0.00          84.33      0.00          84.33
##                                                                     diverse cultures       1      0.00          84.33      0.00          84.33
##                                                                         diverse data       1      0.00          84.33      0.00          84.33
##                                                                   diverse data types       1      0.00          84.34      0.00          84.34
##                                                               diverse data warehouse       1      0.00          84.34      0.00          84.34
##                                                             diverse functional areas       1      0.00          84.34      0.00          84.34
##                                                   diverse group of business partners       1      0.00          84.34      0.00          84.34
##                                                                     diverse insights       1      0.00          84.34      0.00          84.34
##                                                                        diverse needs       1      0.00          84.35      0.00          84.35
##                                                                  diverse perspective       1      0.00          84.35      0.00          84.35
##                                       diverse portfolio of high technology solutions       1      0.00          84.35      0.00          84.35
##                                                     diverse portfolio of proprietary       1      0.00          84.35      0.00          84.35
##                                                                diverse professionals       1      0.00          84.35      0.00          84.35
##                                                         diverse range of data skills       1      0.00          84.36      0.00          84.36
##                                                             diverse range of nuclear       1      0.00          84.36      0.00          84.36
##                                                            diverse set of challenges       1      0.00          84.36      0.00          84.36
##                                                                 diverse set of ideas       1      0.00          84.36      0.00          84.36
##                                                                diverse set of models       1      0.00          84.36      0.00          84.36
##                                                                       diverse skills       1      0.00          84.36      0.00          84.36
##                                                                      diverse systems       1      0.00          84.37      0.00          84.37
##                                                                  diverse team amazon       1      0.00          84.37      0.00          84.37
##                                                                diverse team of peers       1      0.00          84.37      0.00          84.37
##                                                                    diverse teammates       1      0.00          84.37      0.00          84.37
##                                                              diverse teams of people       1      0.00          84.37      0.00          84.37
##                                                        diverse technical backgrounds       1      0.00          84.38      0.00          84.38
##                                                                    diverse workplace       1      0.00          84.38      0.00          84.38
##                                                           diversified global fortune       1      0.00          84.38      0.00          84.38
##                                    diversified portfolio of energy related companies       1      0.00          84.38      0.00          84.38
##                                                                diversified utilities       1      0.00          84.38      0.00          84.38
##                                                           diversity fuels innovation       1      0.00          84.39      0.00          84.39
##                                                                 diversity of culture       1      0.00          84.39      0.00          84.39
##                                                            diversity of perspectives       1      0.00          84.39      0.00          84.39
##                                                                    diversity of race       1      0.00          84.39      0.00          84.39
##                                                                  diversity statement       1      0.00          84.39      0.00          84.39
##                                                                diversityinc magazine       1      0.00          84.40      0.00          84.40
##                                                                               diving       1      0.00          84.40      0.00          84.40
##                                                                 division information       1      0.00          84.40      0.00          84.40
##                                                      division of activision blizzard       1      0.00          84.40      0.00          84.40
##                                                                    division of webmd       1      0.00          84.40      0.00          84.40
##                                                        division specific information       1      0.00          84.40      0.00          84.40
##                                                                            divisions       1      0.00          84.41      0.00          84.41
##                                                                                dixie       1      0.00          84.41      0.00          84.41
##                                                                                  dlm       1      0.00          84.41      0.00          84.41
##                                                                                  dmx       1      0.00          84.41      0.00          84.41
##                                                                                   do       1      0.00          84.41      0.00          84.41
##                                                                   doc2vec algorithms       1      0.00          84.42      0.00          84.42
##                                                                      doctoral degree       1      0.00          84.42      0.00          84.42
##                                                               doctors match patients       1      0.00          84.42      0.00          84.42
##                                                              document cloud business       1      0.00          84.42      0.00          84.42
##                                                  document existing predictive models       1      0.00          84.42      0.00          84.42
##                                                                     document imaging       1      0.00          84.43      0.00          84.43
##                                            document information-based decision logic       1      0.00          84.43      0.00          84.43
##                                                     document lab-specific processing       1      0.00          84.43      0.00          84.43
##                                                               document model process       1      0.00          84.43      0.00          84.43
##                                                                      document stores       1      0.00          84.43      0.00          84.43
##                                                              document technical work       1      0.00          84.44      0.00          84.44
##                                               documentation of business applications       1      0.00          84.44      0.00          84.44
##                                                                documentation process       1      0.00          84.44      0.00          84.44
##                                                                  documented analyses       1      0.00          84.44      0.00          84.44
##                                                   documents development requirements       1      0.00          84.44      0.00          84.44
##                                                                     dod data sources       1      0.00          84.44      0.00          84.44
##                                                                     dod data systems       1      0.00          84.45      0.00          84.45
##                                                             dod focused data science       1      0.00          84.45      0.00          84.45
##                                                               dod security clearance       1      0.00          84.45      0.00          84.45
##                                                                    dod supply chains       1      0.00          84.45      0.00          84.45
##                                                                                  doe       1      0.00          84.45      0.00          84.45
##                                                               dog-friendly workplace       1      0.00          84.46      0.00          84.46
##                                                                                doitt       1      0.00          84.46      0.00          84.46
##                                                                      dollar industry       1      0.00          84.46      0.00          84.46
##                                                                              dollars       1      0.00          84.46      0.00          84.46
##                                                                                  dom       1      0.00          84.46      0.00          84.46
##                                                          domain-relevant internships       1      0.00          84.47      0.00          84.47
##                                                                    domain experience       1      0.00          84.47      0.00          84.47
##                                                                        domain expert       1      0.00          84.47      0.00          84.47
##                                              domain knowledge of comparable products       1      0.00          84.47      0.00          84.47
##                                                                  domain of expertise       1      0.00          84.47      0.00          84.47
##                                                                  domain requirements       1      0.00          84.48      0.00          84.48
##                                                                    domain standpoint       1      0.00          84.48      0.00          84.48
##                                                                              domains       1      0.00          84.48      0.00          84.48
##                                                                domains of cu boulder       1      0.00          84.48      0.00          84.48
##                                                                 domains of operation       1      0.00          84.48      0.00          84.48
##                                                          domestic partnership status       1      0.00          84.48      0.00          84.48
##                                                                     dominant species       1      0.00          84.49      0.00          84.49
##                                                                       don experience       1      0.00          84.49      0.00          84.49
##                                                                                 done       1      0.00          84.49      0.00          84.49
##                                                                                 door       1      0.00          84.49      0.00          84.49
##                                                                                doubt       1      0.00          84.49      0.00          84.49
##                                                                           douglas rd       1      0.00          84.50      0.00          84.50
##                                                              downstream applications       1      0.00          84.50      0.00          84.50
##                                                      downstream impacts of decisions       1      0.00          84.50      0.00          84.50
##                                                        downtown chicago headquarters       1      0.00          84.50      0.00          84.50
##                                                                      downtown denver       1      0.00          84.50      0.00          84.50
##                                                                            downvotes       1      0.00          84.51      0.00          84.51
##                                                                      dozen languages       1      0.00          84.51      0.00          84.51
##                                                                     dreaded message·       1      0.00          84.51      0.00          84.51
##                                                                                dream       1      0.00          84.51      0.00          84.51
##                                                                                dress       1      0.00          84.51      0.00          84.51
##                                                                           dress code       1      0.00          84.52      0.00          84.52
##                                                                         drew bagnell       1      0.00          84.52      0.00          84.52
##                                                                                drink       1      0.00          84.52      0.00          84.52
##                                                                        drive actions       1      0.00          84.52      0.00          84.52
##                                                                  drive conversations       1      0.00          84.52      0.00          84.52
##                                                                    drive development       1      0.00          84.52      0.00          84.52
##                                                                   drive developments       1      0.00          84.53      0.00          84.53
##                                                                     drive efficiency       1      0.00          84.53      0.00          84.53
##                                                                    drive exploration       1      0.00          84.53      0.00          84.53
##                                                                        drive insight       1      0.00          84.53      0.00          84.53
##                                                                       drive insights       1      0.00          84.53      0.00          84.53
##                                                                       drive outcomes       1      0.00          84.54      0.00          84.54
##                                                                        drive roadmap       1      0.00          84.54      0.00          84.54
##                                                                  driven brands focus       1      0.00          84.54      0.00          84.54
##                                                                   driven development       1      0.00          84.54      0.00          84.54
##                                                                    driven individual       1      0.00          84.54      0.00          84.54
##                                                                      driven products       1      0.00          84.55      0.00          84.55
##                                                                               driver       1      0.00          84.55      0.00          84.55
##                                                                      driver behavior       1      0.00          84.55      0.00          84.55
##                                                               driver richer insights       1      0.00          84.55      0.00          84.55
##                                                           drivers of warranty claims       1      0.00          84.55      0.00          84.55
##                                                                        drives change       1      0.00          84.56      0.00          84.56
##                                                                        dropdown menu       1      0.00          84.56      0.00          84.56
##                                                                                 drug       1      0.00          84.56      0.00          84.56
##                                                                 drug-free work place       1      0.00          84.56      0.00          84.56
##                                                                     drug development       1      0.00          84.56      0.00          84.56
##                                                                            ds models       1      0.00          84.56      0.00          84.56
##                                                                         ds solutions       1      0.00          84.57      0.00          84.57
##                                                                                  dsa       1      0.00          84.57      0.00          84.57
##                                                                                 dset       1      0.00          84.57      0.00          84.57
##                                                               dsp oriented libraries       1      0.00          84.57      0.00          84.57
##                                                                           dte energy       1      0.00          84.57      0.00          84.57
##                                                                         duty studios       1      0.00          84.58      0.00          84.58
##                                                                           dvcm9y19vk       1      0.00          84.58      0.00          84.58
##                                                            dynamic adaptive learning       1      0.00          84.58      0.00          84.58
##                                                                     dynamic business       1      0.00          84.58      0.00          84.58
##                                                                 dynamic data sources       1      0.00          84.58      0.00          84.58
##                                                                 dynamic organization       1      0.00          84.59      0.00          84.59
##                                                                         dynamic pace       1      0.00          84.59      0.00          84.59
##                                                    dynamic predictive analytics team       1      0.00          84.59      0.00          84.59
##                                                                    dynamic solutions       1      0.00          84.59      0.00          84.59
##                                                                         dynamic team       1      0.00          84.59      0.00          84.59
##                                                                             dynamics       1      0.00          84.60      0.00          84.60
##                                                                  e-mail subject line       1      0.00          84.60      0.00          84.60
##                                                                                  e4a       1      0.00          84.60      0.00          84.60
##                                                                      eagan-minnesota       1      0.00          84.60      0.00          84.60
##                                                                         early access       1      0.00          84.60      0.00          84.60
##                                                                      early customers       1      0.00          84.60      0.00          84.60
##                                                                      early detection       1      0.00          84.61      0.00          84.61
##                                                     early detection of system events       1      0.00          84.61      0.00          84.61
##                                                                       early employee       1      0.00          84.61      0.00          84.61
##                                                                        early stage r       1      0.00          84.61      0.00          84.61
##                                                                  early stage startup       1      0.00          84.61      0.00          84.61
##                                                       early stage technology startup       1      0.00          84.62      0.00          84.62
##                                                                           early team       1      0.00          84.62      0.00          84.62
##                                                                earth systems science       1      0.00          84.62      0.00          84.62
##                                                                                 ease       1      0.00          84.62      0.00          84.62
##                                                                       ease of access       1      0.00          84.62      0.00          84.62
##                                                                   east dakota avenue       1      0.00          84.63      0.00          84.63
##                                                                         east hanover       1      0.00          84.63      0.00          84.63
##                                                                   east monroe street       1      0.00          84.63      0.00          84.63
##                                                                         eastern time       1      0.00          84.63      0.00          84.63
##                                                                     easy consumption       1      0.00          84.63      0.00          84.63
##                                                                               ebay's       1      0.00          84.64      0.00          84.64
##                                                               ebay core product team       1      0.00          84.64      0.00          84.64
##                                                                        ebay payments       1      0.00          84.64      0.00          84.64
##                                                                                  ec2       1      0.00          84.64      0.00          84.64
##                                                                                  ecl       1      0.00          84.64      0.00          84.64
##                                                                              eclipse       1      0.00          84.64      0.00          84.64
##                                                                               ecolab       1      0.00          84.65      0.00          84.65
##                                                                      ecommerce group       1      0.00          84.65      0.00          84.65
##                                                         ecommerce product experience       1      0.00          84.65      0.00          84.65
##                                                                   ecommerce websites       1      0.00          84.65      0.00          84.65
##                                                               econometric frameworks       1      0.00          84.65      0.00          84.65
##                                                            econometric methodologies       1      0.00          84.66      0.00          84.66
##                                                        econometric modeling software       1      0.00          84.66      0.00          84.66
##                                                                   econometric models       1      0.00          84.66      0.00          84.66
##                                                                      econometricians       1      0.00          84.66      0.00          84.66
##                                                                    economic activity       1      0.00          84.66      0.00          84.66
##                                                                     economic freedom       1      0.00          84.67      0.00          84.67
##                                                               economic profitability       1      0.00          84.67      0.00          84.67
##                                                                    economic programs       1      0.00          84.67      0.00          84.67
##                                                                    economic research       1      0.00          84.67      0.00          84.67
##                                                                       economic value       1      0.00          84.67      0.00          84.67
##                                                                  economics of amazon       1      0.00          84.68      0.00          84.68
##                                                                            economist       1      0.00          84.68      0.00          84.68
##                                                                           economists       1      0.00          84.68      0.00          84.68
##                                                                                  ecs       1      0.00          84.68      0.00          84.68
##                                                       edge-compute design experience       1      0.00          84.68      0.00          84.68
##                                                           edge big data technologies       1      0.00          84.68      0.00          84.68
##                                                        edge machine learning methods       1      0.00          84.69      0.00          84.69
##                                                                   edge methodologies       1      0.00          84.69      0.00          84.69
##                                                                       edge solutions       1      0.00          84.69      0.00          84.69
##                                                     edge telecommunications products       1      0.00          84.69      0.00          84.69
##                                                                     edges algorithms       1      0.00          84.69      0.00          84.69
##                                                                               editor       1      0.00          84.70      0.00          84.70
##                                                                            editorial       1      0.00          84.70      0.00          84.70
##                                                                   education category       1      0.00          84.70      0.00          84.70
##                                                                      education level       1      0.00          84.70      0.00          84.70
##                                                                education requirement       1      0.00          84.70      0.00          84.70
##                                                                 education statistics       1      0.00          84.71      0.00          84.71
##                                                                   educational budget       1      0.00          84.71      0.00          84.71
##                                                                 educational datasets       1      0.00          84.71      0.00          84.71
##                                                               educational equivalent       1      0.00          84.71      0.00          84.71
##                                                            educational opportunities       1      0.00          84.71      0.00          84.71
##                                                           educational qualifications       1      0.00          84.72      0.00          84.72
##                                                    educational tuition reimbursement       1      0.00          84.72      0.00          84.72
##                                                                            educators       1      0.00          84.72      0.00          84.72
##                                                                                  edx       1      0.00          84.72      0.00          84.72
##                                                                           eeo rights       1      0.00          84.72      0.00          84.72
##                                                                 effect relationships       1      0.00          84.72      0.00          84.72
##                                                    effective allocation of resources       1      0.00          84.73      0.00          84.73
##                                                                 effective approaches       1      0.00          84.73      0.00          84.73
##                                              effective business intelligence designs       1      0.00          84.73      0.00          84.73
##                                                     effective business relationships       1      0.00          84.73      0.00          84.73
##                                                            effective data management       1      0.00          84.73      0.00          84.73
##                                              effective data visualization techniques       1      0.00          84.74      0.00          84.74
##                                                                   effective decision       1      0.00          84.74      0.00          84.74
##                                                            effective decision making       1      0.00          84.74      0.00          84.74
##                                                                effective human drugs       1      0.00          84.74      0.00          84.74
##                                                                 effective leadership       1      0.00          84.74      0.00          84.74
##                                                          effective predictive models       1      0.00          84.75      0.00          84.75
##                                                              effective presentations       1      0.00          84.75      0.00          84.75
##                                                effective project planning techniques       1      0.00          84.75      0.00          84.75
##                                                                  effective questions       1      0.00          84.75      0.00          84.75
##                                                                  effective solutions       1      0.00          84.75      0.00          84.75
##                                                     effective technology development       1      0.00          84.76      0.00          84.76
##                                                        effective treatment protocols       1      0.00          84.76      0.00          84.76
##                                                              effective understanding       1      0.00          84.76      0.00          84.76
##                                                          effective use of algorithms       1      0.00          84.76      0.00          84.76
##                                                  effective use of analytics software       1      0.00          84.76      0.00          84.76
##                                                          effective use of automation       1      0.00          84.76      0.00          84.76
##                                                               effective use of money       1      0.00          84.77      0.00          84.77
##                                                              effective visualization       1      0.00          84.77      0.00          84.77
##                                                      effective working relationships       1      0.00          84.77      0.00          84.77
##                                                                  effective workplace       1      0.00          84.77      0.00          84.77
##                                          effectiveness of machine learning solutions       1      0.00          84.77      0.00          84.77
##                                                                     effects modeling       1      0.00          84.78      0.00          84.78
##                                                       effects of different variables       1      0.00          84.78      0.00          84.78
##                                                           effects of ongoing changes       1      0.00          84.78      0.00          84.78
##                                                           effects of product changes       1      0.00          84.78      0.00          84.78
##                                                         efficacy of alternative data       1      0.00          84.78      0.00          84.78
##                                                                     efficiency gains       1      0.00          84.79      0.00          84.79
##                                                     efficiency of capital investment       1      0.00          84.79      0.00          84.79
##                                                                 efficient businesses       1      0.00          84.79      0.00          84.79
##                                                                       efficient code       1      0.00          84.79      0.00          84.79
##                                                          efficient data manipulation       1      0.00          84.79      0.00          84.79
##                                                             efficient data retrieval       1      0.00          84.80      0.00          84.80
##                                        efficient development of technology solutions       1      0.00          84.80      0.00          84.80
##                                                                  efficient execution       1      0.00          84.80      0.00          84.80
##                                                       efficient manager of workflows       1      0.00          84.80      0.00          84.80
##                                                                    efficient metrics       1      0.00          84.80      0.00          84.80
##                                                               efficient organization       1      0.00          84.80      0.00          84.80
##                                                                    efficient problem       1      0.00          84.81      0.00          84.81
##                                                                        efficient sas       1      0.00          84.81      0.00          84.81
##                                                             efficient semiconductors       1      0.00          84.81      0.00          84.81
##                                                                  efficient solutions       1      0.00          84.81      0.00          84.81
##                                                       efficient supply chain network       1      0.00          84.81      0.00          84.81
##                                                                              ehealth       1      0.00          84.82      0.00          84.82
##                                                                                 ehrs       1      0.00          84.82      0.00          84.82
##                                                                                 eitc       1      0.00          84.82      0.00          84.82
##                                                                          elastic map       1      0.00          84.82      0.00          84.82
##                                                                          elastic net       1      0.00          84.82      0.00          84.82
##                                                                         elastic nets       1      0.00          84.83      0.00          84.83
##                                                                       elastic search       1      0.00          84.83      0.00          84.83
##                                                        elastic search implementation       1      0.00          84.83      0.00          84.83
##                                                                        elastic stack       1      0.00          84.83      0.00          84.83
##                                                                                  elb       1      0.00          84.83      0.00          84.83
##                                                    electric power generation systems       1      0.00          84.84      0.00          84.84
##                                                                    electric vehicles       1      0.00          84.84      0.00          84.84
##                                                                  electrical engineer       1      0.00          84.84      0.00          84.84
##                                                               electrochromic product       1      0.00          84.84      0.00          84.84
##                                                               electronic application       1      0.00          84.84      0.00          84.84
##                                                       electronic health care records       1      0.00          84.84      0.00          84.84
##                                                             electronic health record       1      0.00          84.85      0.00          84.85
##                                                            electronic medical record       1      0.00          84.85      0.00          84.85
##                                                           electronic medical records       1      0.00          84.85      0.00          84.85
##                                                                  electronic payments       1      0.00          84.85      0.00          84.85
##                                                                    electronic resume       1      0.00          84.85      0.00          84.85
##                                                                     elegant strategy       1      0.00          84.86      0.00          84.86
##                                                                             elements       1      0.00          84.86      0.00          84.86
##                                                                            elevation       1      0.00          84.86      0.00          84.86
##                                                                            elevators       1      0.00          84.86      0.00          84.86
##                                                                          elite sport       1      0.00          84.86      0.00          84.86
##                                                                                 elmo       1      0.00          84.87      0.00          84.87
##                                                                             elsevier       1      0.00          84.87      0.00          84.87
##                                                     elsevier medical merged taxonomy       1      0.00          84.87      0.00          84.87
##                                                                      email addresses       1      0.00          84.87      0.00          84.87
##                                                                          embarcadero       1      0.00          84.87      0.00          84.87
##                                                      embedded computer architectures       1      0.00          84.88      0.00          84.88
##                                                 embedded innovative decision engines       1      0.00          84.88      0.00          84.88
##                                                           emc data science associate       1      0.00          84.88      0.00          84.88
##                                                                       emergency inds       1      0.00          84.88      0.00          84.88
##                                                  emergent data science methodologies       1      0.00          84.88      0.00          84.88
##                                                         emergent retail technologies       1      0.00          84.88      0.00          84.88
##                                                                emergent technologies       1      0.00          84.89      0.00          84.89
##                                             emerging advanced analytics technologies       1      0.00          84.89      0.00          84.89
##                                                                  emerging businesses       1      0.00          84.89      0.00          84.89
##                                                                     emerging markets       1      0.00          84.89      0.00          84.89
##                                                                    emerging products       1      0.00          84.89      0.00          84.89
##                                                emerging scalable computing platforms       1      0.00          84.90      0.00          84.90
##                                                                  emerging technology       1      0.00          84.90      0.00          84.90
##                                                                                emmet       1      0.00          84.90      0.00          84.90
##                                                                              emotion       1      0.00          84.90      0.00          84.90
##                                                                       empirical data       1      0.00          84.90      0.00          84.90
##                                                   empirical measure of effectiveness       1      0.00          84.91      0.00          84.91
##                                                            employee benefits package       1      0.00          84.91      0.00          84.91
##                                                           employee benefits programs       1      0.00          84.91      0.00          84.91
##                                                                 employee development       1      0.00          84.91      0.00          84.91
##                                                                  employee engagement       1      0.00          84.91      0.00          84.91
##                                                                 employee experiences       1      0.00          84.92      0.00          84.92
##                                                                      employee leaves       1      0.00          84.92      0.00          84.92
##                                                                employee organization       1      0.00          84.92      0.00          84.92
##                                           employee professional development programs       1      0.00          84.92      0.00          84.92
##                                                                employee self service       1      0.00          84.92      0.00          84.92
##                                                              employee status regular       1      0.00          84.92      0.00          84.92
##                                                                        employee type       1      0.00          84.93      0.00          84.93
##                                                                       employees love       1      0.00          84.93      0.00          84.93
##                                                     employer-funded health insurance       1      0.00          84.93      0.00          84.93
##                                                         employer-sponsored insurance       1      0.00          84.93      0.00          84.93
##                                                                employer contribution       1      0.00          84.93      0.00          84.93
##                                                                       employer match       1      0.00          84.94      0.00          84.94
##                                                                    employer matching       1      0.00          84.94      0.00          84.94
##                                                                  employment agencies       1      0.00          84.94      0.00          84.94
##                                                                    employment agency       1      0.00          84.94      0.00          84.94
##                                                               employment eligibility       1      0.00          84.94      0.00          84.94
##                                                                employment experience       1      0.00          84.95      0.00          84.95
##                                                             employment opportunities       1      0.00          84.95      0.00          84.95
##                                                                      employment page       1      0.00          84.95      0.00          84.95
##                                                                   employment process       1      0.00          84.95      0.00          84.95
##                                                              employment relationship       1      0.00          84.95      0.00          84.95
##                                                                     employment visas       1      0.00          84.96      0.00          84.96
##                                                                       empowered team       1      0.00          84.96      0.00          84.96
##                                                              empowering team members       1      0.00          84.96      0.00          84.96
##                                                                    enabled solutions       1      0.00          84.96      0.00          84.96
##                                                                               encino       1      0.00          84.96      0.00          84.96
##                                                     end-to-end algorithmic solutions       1      0.00          84.96      0.00          84.96
##                                                                  end-to-end analyses       1      0.00          84.97      0.00          84.97
##                                                             end-to-end data pipeline       1      0.00          84.97      0.00          84.97
##                                                    end-to-end data science solutions       1      0.00          84.97      0.00          84.97
##                                                               end-to-end development       1      0.00          84.97      0.00          84.97
##                                                end-to-end machine learning solutions       1      0.00          84.97      0.00          84.97
##                                                         end-to-end model development       1      0.00          84.98      0.00          84.98
##                                                         end-to-end ownership of work       1      0.00          84.98      0.00          84.98
##                                          end-to-end processes of product development       1      0.00          84.98      0.00          84.98
##                                                      end-to-end solution development       1      0.00          84.98      0.00          84.98
##                                         end-to-end support of marketing mix modeling       1      0.00          84.98      0.00          84.98
##                                                                end-user requirements       1      0.00          84.99      0.00          84.99
##                                                                         end customer       1      0.00          84.99      0.00          84.99
##                                                                        end customers       1      0.00          84.99      0.00          84.99
##                                                 end data capture of campaign results       1      0.00          84.99      0.00          84.99
##                                                                             end date       1      0.00          84.99      0.00          84.99
##                                                                      end development       1      0.00          85.00      0.00          85.00
##                                                                             end goal       1      0.00          85.00      0.00          85.00
##                                                                        end processes       1      0.00          85.00      0.00          85.00
##                                                             end reporting frameworks       1      0.00          85.00      0.00          85.00
##                                                                             endeavor       1      0.00          85.00      0.00          85.00
##                                                          endless variety of problems       1      0.00          85.00      0.00          85.00
##                                                                             energies       1      0.00          85.01      0.00          85.01
##                                                                        energy demand       1      0.00          85.01      0.00          85.01
##                                                                         energy grids       1      0.00          85.01      0.00          85.01
##                                                                    energy harvesting       1      0.00          85.01      0.00          85.01
##                                                                      energy industry       1      0.00          85.01      0.00          85.01
##                                                                  energy technologies       1      0.00          85.02      0.00          85.02
##                                                                     engaged visitors       1      0.00          85.02      0.00          85.02
##                                                                   engagement metrics       1      0.00          85.02      0.00          85.02
##                                 engagement metricsconducts deep statistical analysis       1      0.00          85.02      0.00          85.02
##                                                                engagement strategies       1      0.00          85.02      0.00          85.02
##                                                                          engagements       1      0.00          85.03      0.00          85.03
##                                                                     engaging parents       1      0.00          85.03      0.00          85.03
##                                                            engaging user experiences       1      0.00          85.03      0.00          85.03
##                                                                   engineering's role       1      0.00          85.03      0.00          85.03
##                                                      engineering alternative studies       1      0.00          85.03      0.00          85.03
##                                                    engineering analysis applications       1      0.00          85.04      0.00          85.04
##                                                               engineering colleagues       1      0.00          85.04      0.00          85.04
##                                                engineering culture values pragmatism       1      0.00          85.04      0.00          85.04
##                                                              engineering departments       1      0.00          85.04      0.00          85.04
##                                                                 engineering disciple       1      0.00          85.04      0.00          85.04
##                                                                engineering expertise       1      0.00          85.04      0.00          85.04
##                                                                 engineering features       1      0.00          85.05      0.00          85.05
##                                                             engineering improvements       1      0.00          85.05      0.00          85.05
##                                                                  engineering leaders       1      0.00          85.05      0.00          85.05
##                                                               engineering leadership       1      0.00          85.05      0.00          85.05
##                                                                engineering practices       1      0.00          85.05      0.00          85.05
##                                                                  engineering process       1      0.00          85.06      0.00          85.06
##                                                                 engineering projects       1      0.00          85.06      0.00          85.06
##                                                                  engineering puzzles       1      0.00          85.06      0.00          85.06
##                                                                engineering questions       1      0.00          85.06      0.00          85.06
##                                                           engineering related fields       1      0.00          85.06      0.00          85.06
##                                                             engineering requirements       1      0.00          85.07      0.00          85.07
##                                                            engineering research team       1      0.00          85.07      0.00          85.07
##                                                                 engineering sessions       1      0.00          85.07      0.00          85.07
##                                                                engineering solutions       1      0.00          85.07      0.00          85.07
##                                                                    engineering stack       1      0.00          85.07      0.00          85.07
##                                                                  engineering support       1      0.00          85.08      0.00          85.08
##                                                             engineering team pitches       1      0.00          85.08      0.00          85.08
##                                                         english communication skills       1      0.00          85.08      0.00          85.08
##                                                              enhanced cyber security       1      0.00          85.08      0.00          85.08
##                                                  enhanced data collection procedures       1      0.00          85.08      0.00          85.08
##                                                                    enhanced decision       1      0.00          85.08      0.00          85.08
##                                                                    enhanced software       1      0.00          85.09      0.00          85.09
##                                                                          enhancement       1      0.00          85.09      0.00          85.09
##                                                           enhancements opportunities       1      0.00          85.09      0.00          85.09
##                                                                      enjoyable lives       1      0.00          85.09      0.00          85.09
##                                                                             enmotion       1      0.00          85.09      0.00          85.09
##                                                                     enriching people       1      0.00          85.10      0.00          85.10
##                                                                   enriching students       1      0.00          85.10      0.00          85.10
##                                                                           enrichment       1      0.00          85.10      0.00          85.10
##                                                                  ensemble algorithms       1      0.00          85.10      0.00          85.10
##                                                                    ensemble modeling       1      0.00          85.10      0.00          85.10
##                                                                      ensemble models       1      0.00          85.11      0.00          85.11
##                                                          enterprise-level healthcare       1      0.00          85.11      0.00          85.11
##                                                    enterprise-scale database systems       1      0.00          85.11      0.00          85.11
##                                                                      enterprise-wide       1      0.00          85.11      0.00          85.11
##                                                                enterprise-wide level       1      0.00          85.11      0.00          85.11
##                                              enterprise advanced analytic approaches       1      0.00          85.12      0.00          85.12
##                                                      enterprise analytics department       1      0.00          85.12      0.00          85.12
##                                                       enterprise analytics solutions       1      0.00          85.12      0.00          85.12
##                                                            enterprise analytics team       1      0.00          85.12      0.00          85.12
##                                                      enterprise application software       1      0.00          85.12      0.00          85.12
##                                                                enterprise architects       1      0.00          85.12      0.00          85.12
##                                                         enterprise core competencies       1      0.00          85.13      0.00          85.13
##                                                    enterprise data integration tasks       1      0.00          85.13      0.00          85.13
##                                                      enterprise data science program       1      0.00          85.13      0.00          85.13
##                                                        enterprise data sciences team       1      0.00          85.13      0.00          85.13
##                                                     enterprise database environments       1      0.00          85.13      0.00          85.13
##                                                               enterprise engineering       1      0.00          85.14      0.00          85.14
##                                                          enterprise functional areas       1      0.00          85.14      0.00          85.14
##                                                    enterprise information management       1      0.00          85.14      0.00          85.14
##                                                               enterprise investments       1      0.00          85.14      0.00          85.14
##                                                                     enterprise linux       1      0.00          85.14      0.00          85.14
##                                                       enterprise reporting platforms       1      0.00          85.15      0.00          85.15
##                                                                  enterprise software       1      0.00          85.15      0.00          85.15
##                                                        enterprise storage experience       1      0.00          85.15      0.00          85.15
##                                                     enterprise strategic initiatives       1      0.00          85.15      0.00          85.15
##                                                                   enterprise systems       1      0.00          85.15      0.00          85.15
##                                                    enterprise technology initiatives       1      0.00          85.16      0.00          85.16
##                                                                   entertainment apps       1      0.00          85.16      0.00          85.16
##                                                          entertainment business unit       1      0.00          85.16      0.00          85.16
##                                                           entertainment organization       1      0.00          85.16      0.00          85.16
##                                                              enthusiastic co-workers       1      0.00          85.16      0.00          85.16
##                                                             enthusiastic individuals       1      0.00          85.16      0.00          85.16
##                                                        enthusiastic work environment       1      0.00          85.17      0.00          85.17
##                                                            entire analytical process       1      0.00          85.17      0.00          85.17
##                                                                        entire buying       1      0.00          85.17      0.00          85.17
##                                                                   entire corporation       1      0.00          85.17      0.00          85.17
##                                                       entire decision-making process       1      0.00          85.17      0.00          85.17
##                                                           entire end-to-end solution       1      0.00          85.18      0.00          85.18
##                       entire infrastructure planning lifecycle - capacity experience       1      0.00          85.18      0.00          85.18
##                                                                    entire life cycle       1      0.00          85.18      0.00          85.18
##                                                                 entire organizations       1      0.00          85.18      0.00          85.18
##                                                             entire spectrum of data·       1      0.00          85.18      0.00          85.18
##                                                             entire suite of products       1      0.00          85.19      0.00          85.19
##                                                                        entity values       1      0.00          85.19      0.00          85.19
##                                                                 entrepreneur mindset       1      0.00          85.19      0.00          85.19
##                                                             entrepreneurial approach       1      0.00          85.19      0.00          85.19
##                                                          entrepreneurial environment       1      0.00          85.19      0.00          85.19
##                                                         entrepreneurial environments       1      0.00          85.20      0.00          85.20
##                                                             entrepreneurial mind-set       1      0.00          85.20      0.00          85.20
##                                                        entrepreneurial opportunities       1      0.00          85.20      0.00          85.20
##                                                            entrepreneurial scientist       1      0.00          85.20      0.00          85.20
##                                                               entrepreneurial swager       1      0.00          85.20      0.00          85.20
##                                                                                entry       1      0.00          85.20      0.00          85.20
##                                                            environment of innovation       1      0.00          85.21      0.00          85.21
##                                                              environment of learning       1      0.00          85.21      0.00          85.21
##                                                         environmental sustainability       1      0.00          85.21      0.00          85.21
##                                                                                envoy       1      0.00          85.21      0.00          85.21
##                                                                          eo employer       1      0.00          85.21      0.00          85.21
##                                                                         eo employer·       1      0.00          85.22      0.00          85.22
##                                                                                 eoe·       1      0.00          85.22      0.00          85.22
##                                                                       eoe minorities       1      0.00          85.22      0.00          85.22
##                                                       epic electronic medical record       1      0.00          85.22      0.00          85.22
##                                                       epic entertainment experiences       1      0.00          85.22      0.00          85.22
##                                                   epicenter of business intelligence       1      0.00          85.23      0.00          85.23
##                                                                       episodic needs       1      0.00          85.23      0.00          85.23
##                                        equal opportunity affirmative action employer       1      0.00          85.23      0.00          85.23
##                                    equal opportunity affirmative action employer - f       1      0.00          85.23      0.00          85.23
##                                                equal opportunity employer minorities       1      0.00          85.23      0.00          85.23
##                                            equal opportunity employer of individuals       1      0.00          85.24      0.00          85.24
##                                                          equal opportunity workplace       1      0.00          85.24      0.00          85.24
##                                                                          equal voice       1      0.00          85.24      0.00          85.24
##                                                            equalopportunity employer       1      0.00          85.24      0.00          85.24
##                                                          equinox consulting partners       1      0.00          85.24      0.00          85.24
##                                                                     equipment uptime       1      0.00          85.24      0.00          85.24
##                                                                      equitable basis       1      0.00          85.25      0.00          85.25
##                                                                   equity derivatives       1      0.00          85.25      0.00          85.25
##                                                                        equity grants       1      0.00          85.25      0.00          85.25
##                                                                equity incentive plan       1      0.00          85.25      0.00          85.25
##                                                                        equity market       1      0.00          85.25      0.00          85.25
##                                                                       equity package       1      0.00          85.26      0.00          85.26
##                                                                           equivalent       1      0.00          85.26      0.00          85.26
##                                                                equivalent background       1      0.00          85.26      0.00          85.26
##                                   equivalent combination of transferrable experience       1      0.00          85.26      0.00          85.26
##                                                                     equivalent field       1      0.00          85.26      0.00          85.26
##                                                      equivalent programming language       1      0.00          85.27      0.00          85.27
##                                                       equivalent relevant experience       1      0.00          85.27      0.00          85.27
##                                                          equivalent technical degree       1      0.00          85.27      0.00          85.27
##                                                           equivalent technical field       1      0.00          85.27      0.00          85.27
##                                                             equivalent understanding       1      0.00          85.27      0.00          85.27
##                                                                          equivalents       1      0.00          85.28      0.00          85.28
##                                                                             ericsson       1      0.00          85.28      0.00          85.28
##                                                                  ericsson businesses       1      0.00          85.28      0.00          85.28
##                                                                    ericsson employee       1      0.00          85.28      0.00          85.28
##                                                                    ericsson overview       1      0.00          85.28      0.00          85.28
##                                                                               erlang       1      0.00          85.28      0.00          85.28
##                                                                                error       1      0.00          85.29      0.00          85.29
##                                                                               errors       1      0.00          85.29      0.00          85.29
##                                                                       erwin modeller       1      0.00          85.29      0.00          85.29
##                                                                           es20190907       1      0.00          85.29      0.00          85.29
##                                                             escalating vacation time       1      0.00          85.29      0.00          85.29
##                                                                           escalators       1      0.00          85.30      0.00          85.30
##                                                                        esg investing       1      0.00          85.30      0.00          85.30
##                                                                       esg principles       1      0.00          85.30      0.00          85.30
##                                                                         esri arc-gis       1      0.00          85.30      0.00          85.30
##                                                                          esri arcgis       1      0.00          85.30      0.00          85.30
##                                                                 essential job duties       1      0.00          85.31      0.00          85.31
##                                                              essential prerequisites       1      0.00          85.31      0.00          85.31
##                                                           essential qualification vs       1      0.00          85.31      0.00          85.31
##                                                          established growing company       1      0.00          85.31      0.00          85.31
##                                                               established objectives       1      0.00          85.31      0.00          85.31
##                                                     established quantitative methods       1      0.00          85.32      0.00          85.32
##                                                                  established targets       1      0.00          85.32      0.00          85.32
##                                                               established timeframes       1      0.00          85.32      0.00          85.32
##                                                                  estate transactions       1      0.00          85.32      0.00          85.32
##                                                                   esteemed customers       1      0.00          85.32      0.00          85.32
##                                                   estimate of aggregate driving risk       1      0.00          85.32      0.00          85.32
##                                                                      ethical company       1      0.00          85.33      0.00          85.33
##                                                         ethical investment decisions       1      0.00          85.33      0.00          85.33
##                                                                               ethics       1      0.00          85.33      0.00          85.33
##                                                                 ethisphere institute       1      0.00          85.33      0.00          85.33
##                                                                        ethnic origin       1      0.00          85.33      0.00          85.33
##                                                                             etl jobs       1      0.00          85.34      0.00          85.34
##                                                                    etl methodologies       1      0.00          85.34      0.00          85.34
##                                                                        etl pipelines       1      0.00          85.34      0.00          85.34
##                                                                          etl queries       1      0.00          85.34      0.00          85.34
##                                                                        etl scripting       1      0.00          85.34      0.00          85.34
##                                                                            etl tasks       1      0.00          85.35      0.00          85.35
##                                                                                 etls       1      0.00          85.35      0.00          85.35
##                                                                eu equality directive       1      0.00          85.35      0.00          85.35
##                                                                              eureka·       1      0.00          85.35      0.00          85.35
##                                                            evaluating program impact       1      0.00          85.35      0.00          85.35
##                                                                 evaluation data sets       1      0.00          85.35      0.00          85.35
##                                                         evaluation design approaches       1      0.00          85.36      0.00          85.36
##                                                                evaluation frameworks       1      0.00          85.36      0.00          85.36
##                                                                   evaluation of cots       1      0.00          85.36      0.00          85.36
##                                                  evaluation of selected technologies       1      0.00          85.36      0.00          85.36
##                                                             evaluation of sml models       1      0.00          85.36      0.00          85.36
##                                                                          evaluations       1      0.00          85.37      0.00          85.37
##                                                                           evaluators       1      0.00          85.37      0.00          85.37
##                                                                                 evdo       1      0.00          85.37      0.00          85.37
##                                                                             evenings       1      0.00          85.37      0.00          85.37
##                                                                                event       1      0.00          85.37      0.00          85.37
##                                                                       event analysis       1      0.00          85.38      0.00          85.38
##                                                                        event streams       1      0.00          85.38      0.00          85.38
##                                                          everyday business processes       1      0.00          85.38      0.00          85.38
##                                                                 everyday cancer care       1      0.00          85.38      0.00          85.38
##                                                                        everyday here       1      0.00          85.38      0.00          85.38
##                                                                             everyone       1      0.00          85.39      0.00          85.39
##                                                                             evidence       1      0.00          85.39      0.00          85.39
##                                                             evidence-based decisions       1      0.00          85.39      0.00          85.39
##                                    evidence-based understanding of customer behavior       1      0.00          85.39      0.00          85.39
##                                                       evidence generation strategies       1      0.00          85.39      0.00          85.39
##                                                            evidence of effectiveness       1      0.00          85.39      0.00          85.39
##                                                    evolution of tv brand advertising       1      0.00          85.40      0.00          85.40
##                                                 evolutionary algorithm methodologies       1      0.00          85.40      0.00          85.40
##                                                        evolving cloud infrastructure       1      0.00          85.40      0.00          85.40
##                                                               evolving customer base       1      0.00          85.40      0.00          85.40
##                                                       evolving cyber threat spectrum       1      0.00          85.40      0.00          85.40
##                                                                 evolving environment       1      0.00          85.41      0.00          85.41
##                                                                       evolving field       1      0.00          85.41      0.00          85.41
##                                              evolving landscape of clinical oncology       1      0.00          85.41      0.00          85.41
##                                                              evolving prioritization       1      0.00          85.41      0.00          85.41
##                                                                     evolving process       1      0.00          85.41      0.00          85.41
##                                                            evolving technology needs       1      0.00          85.42      0.00          85.42
##                                                            evolving work environment       1      0.00          85.42      0.00          85.42
##                                                evolving workforce planning solutions       1      0.00          85.42      0.00          85.42
##                                                                                  ex·       1      0.00          85.42      0.00          85.42
##                                                                         ex - angular       1      0.00          85.42      0.00          85.42
##                                                                  ex - bash scripting       1      0.00          85.43      0.00          85.43
##                                                                          ex - github       1      0.00          85.43      0.00          85.43
##                                                                          ex - oracle       1      0.00          85.43      0.00          85.43
##                                                                              exadata       1      0.00          85.43      0.00          85.43
##                                                                          examination       1      0.00          85.43      0.00          85.43
##                                                               example areas of focus       1      0.00          85.43      0.00          85.43
##                                                                      example project       1      0.00          85.44      0.00          85.44
##                                                      examples of project assignments       1      0.00          85.44      0.00          85.44
##                                                                 examples of projects       1      0.00          85.44      0.00          85.44
##                                                                    examples of usage       1      0.00          85.44      0.00          85.44
##                                                            examples of work products       1      0.00          85.44      0.00          85.44
##                                                                      excel documents       1      0.00          85.45      0.00          85.45
##                                                                   excella consulting       1      0.00          85.45      0.00          85.45
##                                                             excellent commumnication       1      0.00          85.45      0.00          85.45
##                                            excellent creative problem-solving skills       1      0.00          85.45      0.00          85.45
##                                                   excellent critical thinking skills       1      0.00          85.45      0.00          85.45
##                                                    excellent customer service skills       1      0.00          85.46      0.00          85.46
##                                                           excellent customer support       1      0.00          85.46      0.00          85.46
##                                                excellent data driven business acumen       1      0.00          85.46      0.00          85.46
##                                                         excellent data visualization       1      0.00          85.46      0.00          85.46
##                                                           excellent debugging skills       1      0.00          85.46      0.00          85.46
##                                                                  excellent developer       1      0.00          85.47      0.00          85.47
##                                                                  excellent education       1      0.00          85.47      0.00          85.47
##                                                    excellent general business acumen       1      0.00          85.47      0.00          85.47
##                                                            excellent health coverage       1      0.00          85.47      0.00          85.47
##                                                                 excellent healthcare       1      0.00          85.47      0.00          85.47
##                             excellent knowledge of major machine learning algorithms       1      0.00          85.47      0.00          85.47
##                                                                   excellent location       1      0.00          85.48      0.00          85.48
##                                                         excellent oral communication       1      0.00          85.48      0.00          85.48
##                                                        excellent pattern recognition       1      0.00          85.48      0.00          85.48
##                                                                   excellent planning       1      0.00          85.48      0.00          85.48
##                                                               excellent presentation       1      0.00          85.48      0.00          85.48
##                                                     excellent problem-solving skills       1      0.00          85.49      0.00          85.49
##                                                                   excellent products       1      0.00          85.49      0.00          85.49
##                                                      excellent quantitative modeling       1      0.00          85.49      0.00          85.49
##                                                        excellent quantitative skills       1      0.00          85.49      0.00          85.49
##                                                                        excellent sql       1      0.00          85.49      0.00          85.49
##                                                      excellent statistical intuition       1      0.00          85.50      0.00          85.50
##                                                         excellent statistical skills       1      0.00          85.50      0.00          85.50
##                                                                   excellent teamwork       1      0.00          85.50      0.00          85.50
##                                                            excellent time management       1      0.00          85.50      0.00          85.50
##                                                              excellent understanding       1      0.00          85.50      0.00          85.50
##                                                       excellent verbal communication       1      0.00          85.51      0.00          85.51
##                                                             excellent writing skills       1      0.00          85.51      0.00          85.51
##                                                                            exception       1      0.00          85.51      0.00          85.51
##                                                       exceptional analytical ability       1      0.00          85.51      0.00          85.51
##                                                        exceptional analytical skills       1      0.00          85.51      0.00          85.51
##                                                               exceptional candidates       1      0.00          85.51      0.00          85.51
##                                                               exceptional commitment       1      0.00          85.52      0.00          85.52
##                                                                exceptional curiosity       1      0.00          85.52      0.00          85.52
##                                                      exceptional customer experience       1      0.00          85.52      0.00          85.52
##                                                                exceptional employees       1      0.00          85.52      0.00          85.52
##                                                   exceptional learning opportunities       1      0.00          85.52      0.00          85.52
##                                                          exceptional life experience       1      0.00          85.53      0.00          85.53
##                                                         exceptional medical benefits       1      0.00          85.53      0.00          85.53
##                                                              exceptional opportunity       1      0.00          85.53      0.00          85.53
##                                                                   exceptional people       1      0.00          85.53      0.00          85.53
##                                                                     exceptional role       1      0.00          85.53      0.00          85.53
##                                                                exceptional standards       1      0.00          85.54      0.00          85.54
##                                                                     exceptional team       1      0.00          85.54      0.00          85.54
##                             exceptional understanding of machine learning algorithms       1      0.00          85.54      0.00          85.54
##                                                                 exceptional vehicles       1      0.00          85.54      0.00          85.54
##                                                                   exceptional verbal       1      0.00          85.54      0.00          85.54
##                                                         exceptional work environment       1      0.00          85.55      0.00          85.55
##                                                                           exceptions       1      0.00          85.55      0.00          85.55
##                                                                       exchange rates       1      0.00          85.55      0.00          85.55
##                                                                      exciting career       1      0.00          85.55      0.00          85.55
##                                                        exciting career opportunities       1      0.00          85.55      0.00          85.55
##                                                          exciting career opportunity       1      0.00          85.55      0.00          85.55
##                                                                      exciting fields       1      0.00          85.56      0.00          85.56
##                                                       exciting full-time opportunity       1      0.00          85.56      0.00          85.56
##                                                                    exciting industry       1      0.00          85.56      0.00          85.56
##                                                            exciting machine learning       1      0.00          85.56      0.00          85.56
##                                                                      exciting market       1      0.00          85.56      0.00          85.56
##                                                             exciting new opportunity       1      0.00          85.57      0.00          85.57
##                                                         exciting new set of products       1      0.00          85.57      0.00          85.57
##                                                                    exciting new ways       1      0.00          85.57      0.00          85.57
##                                                                    exciting new work       1      0.00          85.57      0.00          85.57
##                                                           exciting product offerings       1      0.00          85.57      0.00          85.57
##                                                                     exciting project       1      0.00          85.58      0.00          85.58
##                                                                    exciting services       1      0.00          85.58      0.00          85.58
##                                                                        exciting time       1      0.00          85.58      0.00          85.58
##                                                                       exciting times       1      0.00          85.58      0.00          85.58
##                                                                        exciting work       1      0.00          85.58      0.00          85.58
##                                                                execution feasibility       1      0.00          85.59      0.00          85.59
##                                                              execution of activision       1      0.00          85.59      0.00          85.59
##                                               execution of complex research projects       1      0.00          85.59      0.00          85.59
##                                                       execution of integration tests       1      0.00          85.59      0.00          85.59
##                                                            executive level audiences       1      0.00          85.59      0.00          85.59
##                                                           executive level management       1      0.00          85.59      0.00          85.59
##                                                  executive level presentation skills       1      0.00          85.60      0.00          85.60
##                                                       exemplary relationship builder       1      0.00          85.60      0.00          85.60
##                                                                   exercises judgment       1      0.00          85.60      0.00          85.60
##                                                                 exicting opportunity       1      0.00          85.60      0.00          85.60
##                                                                            existence       1      0.00          85.60      0.00          85.60
##                                                          existing analytical methods       1      0.00          85.61      0.00          85.61
##                                                                 existing bao clients       1      0.00          85.61      0.00          85.61
##                                                                existing bi reporting       1      0.00          85.61      0.00          85.61
##                                                         existing business challenges       1      0.00          85.61      0.00          85.61
##                                                      existing business opportunities       1      0.00          85.61      0.00          85.61
##                                                           existing business problems       1      0.00          85.62      0.00          85.62
##                                                            existing business systems       1      0.00          85.62      0.00          85.62
##                                                                  existing challenges       1      0.00          85.62      0.00          85.62
##                                                       existing computational methods       1      0.00          85.62      0.00          85.62
##                                                    existing data acquisition systems       1      0.00          85.62      0.00          85.62
##                                                  existing data collection procedures       1      0.00          85.63      0.00          85.63
##                                                                  existing data types       1      0.00          85.63      0.00          85.63
##                                                             existing data warehouses       1      0.00          85.63      0.00          85.63
##                                               existing incident management platforms       1      0.00          85.63      0.00          85.63
##                                                               existing model quality       1      0.00          85.63      0.00          85.63
##                                                                  existing operations       1      0.00          85.63      0.00          85.63
##                                                                    existing position       1      0.00          85.64      0.00          85.64
##                                                                    existing profiles       1      0.00          85.64      0.00          85.64
##                                                          existing quantitative model       1      0.00          85.64      0.00          85.64
##                                                                   existing resources       1      0.00          85.64      0.00          85.64
##                                                                    existing software       1      0.00          85.64      0.00          85.64
##                                                          existing statistical models       1      0.00          85.65      0.00          85.65
##                                           existing suites of machine learning models       1      0.00          85.65      0.00          85.65
##                                                              existing support system       1      0.00          85.65      0.00          85.65
##                                                                     existing systems       1      0.00          85.65      0.00          85.65
##                                                                        existing tool       1      0.00          85.65      0.00          85.65
##                                                                       existing tools       1      0.00          85.66      0.00          85.66
##                                                                       exogenous data       1      0.00          85.66      0.00          85.66
##                                                              expanded analytics team       1      0.00          85.66      0.00          85.66
##                                                               expansion of real-time       1      0.00          85.66      0.00          85.66
##                                                                  expectations people       1      0.00          85.66      0.00          85.66
##                                                               expected qualification       1      0.00          85.67      0.00          85.67
##                                                                      expected skills       1      0.00          85.67      0.00          85.67
##                                                                      expected travel       1      0.00          85.67      0.00          85.67
##                                                                     expenditure data       1      0.00          85.67      0.00          85.67
##                                                                         expenditures       1      0.00          85.67      0.00          85.67
##                                                                expense reimbursement       1      0.00          85.67      0.00          85.67
##                                                                             expenses       1      0.00          85.68      0.00          85.68
##                                                                  expensive processes       1      0.00          85.68      0.00          85.68
##                                                                       experience aws       1      0.00          85.68      0.00          85.68
##                                                                   experience desired       1      0.00          85.68      0.00          85.68
##                                                                experience equivalent       1      0.00          85.68      0.00          85.68
##                                                                    experience levels       1      0.00          85.69      0.00          85.69
##                                     experience of modern machine learning techniques       1      0.00          85.69      0.00          85.69
##                                              experience parallelized data pipelining       1      0.00          85.69      0.00          85.69
##                                                           experience personalization       1      0.00          85.69      0.00          85.69
##                                                               experience prototyping       1      0.00          85.69      0.00          85.69
##                                                             experience qualification       1      0.00          85.70      0.00          85.70
##                                                 experience rapid professional growth       1      0.00          85.70      0.00          85.70
##                                                       experience search architecture       1      0.00          85.70      0.00          85.70
##                                                                    experience splunk       1      0.00          85.70      0.00          85.70
##                                                      experience statistical software       1      0.00          85.70      0.00          85.70
##                                                           experience training models       1      0.00          85.71      0.00          85.71
##                                                               experienced candidates       1      0.00          85.71      0.00          85.71
##                                                        experienced data science team       1      0.00          85.71      0.00          85.71
##                                                               experienced leadership       1      0.00          85.71      0.00          85.71
##                                                          experienced leadership team       1      0.00          85.71      0.00          85.71
##                                                         experienced sales executive·       1      0.00          85.71      0.00          85.71
##                                                                experiences excellent       1      0.00          85.72      0.00          85.72
##                                                                    experimental data       1      0.00          85.72      0.00          85.72
##                                                       experimental design approaches       1      0.00          85.72      0.00          85.72
##                                                        experimental design expertise       1      0.00          85.72      0.00          85.72
##                                                                 experimental designs       1      0.00          85.72      0.00          85.72
##                                                        experimental research studies       1      0.00          85.73      0.00          85.73
##                                                  experimental test design experience       1      0.00          85.73      0.00          85.73
##                                                                 experimental testing       1      0.00          85.73      0.00          85.73
##                                                                     experimentalists       1      0.00          85.73      0.00          85.73
##                                                             experimentation platform       1      0.00          85.73      0.00          85.73
##                                                             expert-level proficiency       1      0.00          85.74      0.00          85.74
##                                                                       expert ability       1      0.00          85.74      0.00          85.74
##                                                                  expert capabilities       1      0.00          85.74      0.00          85.74
##                                                        expert cross-functional teams       1      0.00          85.74      0.00          85.74
##                                                                    expert experience       1      0.00          85.74      0.00          85.74
##                                                 expert knowledge of analytical tools       1      0.00          85.75      0.00          85.75
##                                                              expert knowledge of sas       1      0.00          85.75      0.00          85.75
##                                                                         expert level       1      0.00          85.75      0.00          85.75
##                                                           expert level coding skills       1      0.00          85.75      0.00          85.75
##                                                             expert level programming       1      0.00          85.75      0.00          85.75
##                                                                   expert proficiency       1      0.00          85.75      0.00          85.75
##                                                                    expert programmer       1      0.00          85.76      0.00          85.76
##                                                                     expert solutions       1      0.00          85.76      0.00          85.76
##                                                          expert statistical guidance       1      0.00          85.76      0.00          85.76
##                                                     expert statistical methodologies       1      0.00          85.76      0.00          85.76
##                                                                          expert team       1      0.00          85.76      0.00          85.76
##                                                           expertise machine learning       1      0.00          85.77      0.00          85.77
##                                                 expertise of rice university faculty       1      0.00          85.77      0.00          85.77
##                                                              experts measure success       1      0.00          85.77      0.00          85.77
##                                                                         explanations       1      0.00          85.77      0.00          85.77
##                                                            explanatory data analyses       1      0.00          85.77      0.00          85.77
##                                                                    explicit feedback       1      0.00          85.78      0.00          85.78
##                                                                          exploration       1      0.00          85.78      0.00          85.78
##                                                exploratory data analysis methodology       1      0.00          85.78      0.00          85.78
##                                                      exploratory data analysis tools       1      0.00          85.78      0.00          85.78
##                                                             exploratory data anlysis       1      0.00          85.78      0.00          85.78
##                                               exploratory machine learning use cases       1      0.00          85.79      0.00          85.79
##                                                                 exploratory research       1      0.00          85.79      0.00          85.79
##                                                               exploratory techniques       1      0.00          85.79      0.00          85.79
##                                                           export control regulations       1      0.00          85.79      0.00          85.79
##                                                                        express ideas       1      0.00          85.79      0.00          85.79
##                                                                      expresses ideas       1      0.00          85.79      0.00          85.79
##                                                              extended company's data       1      0.00          85.80      0.00          85.80
##                                                                       extended hours       1      0.00          85.80      0.00          85.80
##                                                                  extended leave bank       1      0.00          85.80      0.00          85.80
##                                          extensive business recommendation deep dive       1      0.00          85.80      0.00          85.80
##                                            extensive hands-on experience workingwith       1      0.00          85.80      0.00          85.80
##                                                    extensive knowledge of statistics       1      0.00          85.81      0.00          85.81
##                                           extensive knowledge of workforce analytics       1      0.00          85.81      0.00          85.81
##                                                                     extensive report       1      0.00          85.81      0.00          85.81
##                                                                   extensive training       1      0.00          85.81      0.00          85.81
##                                                                               extent       1      0.00          85.81      0.00          85.81
##                                                                    external contacts       1      0.00          85.82      0.00          85.82
##                                                               external data relevant       1      0.00          85.82      0.00          85.82
##                                                    external data science communities       1      0.00          85.82      0.00          85.82
##                                                          external data science teams       1      0.00          85.82      0.00          85.82
##                                                                   external ecosystem       1      0.00          85.82      0.00          85.82
##                                                                      external hiring       1      0.00          85.83      0.00          85.83
##                                                         external pre-hire assessment       1      0.00          85.83      0.00          85.83
##                                                                   external reporting       1      0.00          85.83      0.00          85.83
##                                                                   external resources       1      0.00          85.83      0.00          85.83
##                                                                  external scientists       1      0.00          85.83      0.00          85.83
##                                  external stakeholders of managed networks solutions       1      0.00          85.83      0.00          85.83
##                                                                   external use cases       1      0.00          85.84      0.00          85.84
##                                                                     external vendors       1      0.00          85.84      0.00          85.84
##                                                                         extra credit       1      0.00          85.84      0.00          85.84
##                                                                         extract data       1      0.00          85.84      0.00          85.84
##                                                                     extract insights       1      0.00          85.84      0.00          85.84
##                                                                       extracted data       1      0.00          85.85      0.00          85.85
##                                                                extracted information       1      0.00          85.85      0.00          85.85
##                                                       extracting medical information       1      0.00          85.85      0.00          85.85
##                                                                  extracting patterns       1      0.00          85.85      0.00          85.85
##                                                                           extraction       1      0.00          85.85      0.00          85.85
##                                                                 extraction of useful       1      0.00          85.86      0.00          85.86
##                                                                      extraction text       1      0.00          85.86      0.00          85.86
##                                                        extractive text summarization       1      0.00          85.86      0.00          85.86
##                                                                             extracts       1      0.00          85.86      0.00          85.86
##                                                                  extraordinary minds       1      0.00          85.86      0.00          85.86
##                                                               extraordinary products       1      0.00          85.87      0.00          85.87
##                                                                       extrapolations       1      0.00          85.87      0.00          85.87
##                                                                        extreme pride       1      0.00          85.87      0.00          85.87
##                                                  exxonmobil global services company·       1      0.00          85.87      0.00          85.87
##                                                                                 eyes       1      0.00          85.87      0.00          85.87
##                                                                                ezoic       1      0.00          85.87      0.00          85.87
##                                                                                 faas       1      0.00          85.88      0.00          85.88
##                                                                                 fabs       1      0.00          85.88      0.00          85.88
##                                                              face-to-face experience       1      0.00          85.88      0.00          85.88
##                                                                      face interviews       1      0.00          85.88      0.00          85.88
##                                                                         facilitation       1      0.00          85.88      0.00          85.88
##                                                                facilities management       1      0.00          85.89      0.00          85.89
##                                                                     facility designs       1      0.00          85.89      0.00          85.89
##                                                                    facility location       1      0.00          85.89      0.00          85.89
##                                                                            factories       1      0.00          85.89      0.00          85.89
##                                                                              failure       1      0.00          85.89      0.00          85.89
##                                                                             failures       1      0.00          85.90      0.00          85.90
##                                                               fair chance initiative       1      0.00          85.90      0.00          85.90
##                                                            fair credit reporting act       1      0.00          85.90      0.00          85.90
##                                                                fair financial access       1      0.00          85.90      0.00          85.90
##                                               fair price of fixed income instruments       1      0.00          85.90      0.00          85.90
##                                                                            fairness·       1      0.00          85.91      0.00          85.91
##                                                                fairwarning solutions       1      0.00          85.91      0.00          85.91
##                                                                false discovery rates       1      0.00          85.91      0.00          85.91
##                                                                      familial status       1      0.00          85.91      0.00          85.91
##                                                                    familiarity numpy       1      0.00          85.91      0.00          85.91
##                                                              family-friendly company       1      0.00          85.91      0.00          85.91
##                                                                      family benefits       1      0.00          85.92      0.00          85.92
##                                                                        family events       1      0.00          85.92      0.00          85.92
##                                                                       family farmers       1      0.00          85.92      0.00          85.92
##                                                        family health insurance plans       1      0.00          85.92      0.00          85.92
##                                                                         family leave       1      0.00          85.92      0.00          85.92
##                                                               family of applications       1      0.00          85.93      0.00          85.93
##                                                                       famous masters       1      0.00          85.93      0.00          85.93
##                                                                              fargate       1      0.00          85.93      0.00          85.93
##                                                                              farmers       1      0.00          85.93      0.00          85.93
##                                                                  fascinating stories       1      0.00          85.93      0.00          85.93
##                                                                      fashion apparel       1      0.00          85.94      0.00          85.94
##                                                                  fashion merchandise       1      0.00          85.94      0.00          85.94
##                                                              fashion minded customer       1      0.00          85.94      0.00          85.94
##                                   fast-growing big data predictive analytics startup       1      0.00          85.94      0.00          85.94
##                                                                 fast-growing company       1      0.00          85.94      0.00          85.94
##                                                                 fast-growing startup       1      0.00          85.95      0.00          85.95
##                                     fast-growing team of like-minded data scientists       1      0.00          85.95      0.00          85.95
##                                                              fast-moving environment       1      0.00          85.95      0.00          85.95
##                                                      fast-paced business environment       1      0.00          85.95      0.00          85.95
##                                                                      fast-paced days       1      0.00          85.95      0.00          85.95
##                                     fast-paced infrastructure capacity planning team       1      0.00          85.95      0.00          85.95
##                                                      fast-paced start-up environment       1      0.00          85.96      0.00          85.96
##                                                                 fast-paced workplace       1      0.00          85.96      0.00          85.96
##                                                                         fast growing       1      0.00          85.96      0.00          85.96
##                                                            fast growing dynamic team       1      0.00          85.96      0.00          85.96
##                                                                            fast lane       1      0.00          85.96      0.00          85.96
##                                                                      faster decision       1      0.00          85.97      0.00          85.97
##                                                                      faster delivery       1      0.00          85.97      0.00          85.97
##                                                            fastest growing companies       1      0.00          85.97      0.00          85.97
##                                                                               faults       1      0.00          85.97      0.00          85.97
##                                                                       favorite thing       1      0.00          85.97      0.00          85.97
##                                                                    fearless attitude       1      0.00          85.98      0.00          85.98
##                                                                         fearlessness       1      0.00          85.98      0.00          85.98
##                                                                          feasibility       1      0.00          85.98      0.00          85.98
##                                                      feasibility of critical studies       1      0.00          85.98      0.00          85.98
##                                                           feature-driven environment       1      0.00          85.98      0.00          85.98
##                                                                     feature creation       1      0.00          85.99      0.00          85.99
##                                                                   feature definition       1      0.00          85.99      0.00          85.99
##                                                                  feature development       1      0.00          85.99      0.00          85.99
##                                                         feature development projects       1      0.00          85.99      0.00          85.99
##                                                               feature identification       1      0.00          85.99      0.00          85.99
##                                                                      feature scaling       1      0.00          85.99      0.00          85.99
##                                                                    featured products       1      0.00          86.00      0.00          86.00
##                                                      federal aviation administration       1      0.00          86.00      0.00          86.00
##                                              federal civilian solutions mission area       1      0.00          86.00      0.00          86.00
##                                                                   federal consulting       1      0.00          86.00      0.00          86.00
##                                                                     federal contract       1      0.00          86.00      0.00          86.00
##                                                federal deposit insurance corporation       1      0.00          86.01      0.00          86.01
##                                                  federal employee of military member       1      0.00          86.01      0.00          86.01
##                                                                    federal employees       1      0.00          86.01      0.00          86.01
##                                                                     federal holidays       1      0.00          86.01      0.00          86.01
##                                                                          federal law       1      0.00          86.01      0.00          86.01
##                                                             federal law requirements       1      0.00          86.02      0.00          86.02
##                                                                         federal laws       1      0.00          86.02      0.00          86.02
##                                                                  federal regulations       1      0.00          86.02      0.00          86.02
##                                                                      federal service       1      0.00          86.02      0.00          86.02
##                                                                       fee agreements       1      0.00          86.02      0.00          86.02
##                                                                                 feed       1      0.00          86.03      0.00          86.03
##                                                              feedback loop protocols       1      0.00          86.03      0.00          86.03
##                                                                                 feet       1      0.00          86.03      0.00          86.03
##                                                                      fellow managers       1      0.00          86.03      0.00          86.03
##                                                                    fellow scientists       1      0.00          86.03      0.00          86.03
##                                                            fellow software engineers       1      0.00          86.03      0.00          86.03
##                                                                                fepoc       1      0.00          86.04      0.00          86.04
##                                                                                fewer       1      0.00          86.04      0.00          86.04
##                                                                 fidelity investments       1      0.00          86.04      0.00          86.04
##                                                                         field agents       1      0.00          86.04      0.00          86.04
##                                                            field of computer science       1      0.00          86.04      0.00          86.04
##                                                              field of data analytics       1      0.00          86.05      0.00          86.05
##                                                                   field of expertise       1      0.00          86.05      0.00          86.05
##                                                                       field of voice       1      0.00          86.05      0.00          86.05
##                                                       fielding data mining solutions       1      0.00          86.05      0.00          86.05
##                                                               fields of data science       1      0.00          86.05      0.00          86.05
##                                                        fields of operations research       1      0.00          86.06      0.00          86.06
##                                                                                 file       1      0.00          86.06      0.00          86.06
##                                                                         file formats       1      0.00          86.06      0.00          86.06
##                                                                         file storage       1      0.00          86.06      0.00          86.06
##                                                                                 film       1      0.00          86.06      0.00          86.06
##                                                                           filmmakers       1      0.00          86.07      0.00          86.07
##                                                               final model deployment       1      0.00          86.07      0.00          86.07
##                                                                              finalis       1      0.00          86.07      0.00          86.07
##                                                                   finance background       1      0.00          86.07      0.00          86.07
##                                                                 finance organization       1      0.00          86.07      0.00          86.07
##                                                                        finance teams       1      0.00          86.07      0.00          86.07
##                                                                             finances       1      0.00          86.08      0.00          86.08
##                                                                   financial analysis       1      0.00          86.08      0.00          86.08
##                                                                    financial balance       1      0.00          86.08      0.00          86.08
##                                                                financial empowerment       1      0.00          86.08      0.00          86.08
##                                                                financial flexibility       1      0.00          86.08      0.00          86.08
##                                                                   financial forecast       1      0.00          86.09      0.00          86.09
##                                                                    financial freedom       1      0.00          86.09      0.00          86.09
##                                                           financial impact of issues       1      0.00          86.09      0.00          86.09
##                                                                    financial impacts       1      0.00          86.09      0.00          86.09
##                                                                   financial industry       1      0.00          86.09      0.00          86.09
##                                                            financial industry models       1      0.00          86.10      0.00          86.10
##                                                                financial marketplace       1      0.00          86.10      0.00          86.10
##                                                        financial modeling techniques       1      0.00          86.10      0.00          86.10
##                                                                financial performance       1      0.00          86.10      0.00          86.10
##                     financial pioneered real-time online insurance quotes comparison       1      0.00          86.10      0.00          86.10
##                                                                      financial plans       1      0.00          86.11      0.00          86.11
##                                                                   financial products       1      0.00          86.11      0.00          86.11
##                                                                     financial sector       1      0.00          86.11      0.00          86.11
##                                                           financial service industry       1      0.00          86.11      0.00          86.11
##                                                        financial services background       1      0.00          86.11      0.00          86.11
##                                                         financial services divisions       1      0.00          86.11      0.00          86.11
##                                                               financial services sup       1      0.00          86.12      0.00          86.12
##                                                                   financial spectrum       1      0.00          86.12      0.00          86.12
##                                                        financial strength prediction       1      0.00          86.12      0.00          86.12
##                                                         financial technology company       1      0.00          86.12      0.00          86.12
##                                                                           financials       1      0.00          86.12      0.00          86.12
##                                                                           financing·       1      0.00          86.13      0.00          86.13
##                                                               finastra opportunities       1      0.00          86.13      0.00          86.13
##                                                                      finding answers       1      0.00          86.13      0.00          86.13
##                                                               fine tune algorithms t       1      0.00          86.13      0.00          86.13
##                                                      fine tune deep learning modules       1      0.00          86.13      0.00          86.13
##                                                           fine tuning of data models       1      0.00          86.14      0.00          86.14
##                                                                        finest luxury       1      0.00          86.14      0.00          86.14
##                                           finest prepaid tuition assistance programs       1      0.00          86.14      0.00          86.14
##                                                                               finger       1      0.00          86.14      0.00          86.14
##                                                                               finish       1      0.00          86.14      0.00          86.14
##                                                                                 fire       1      0.00          86.15      0.00          86.15
##                                                                    firm requirements       1      0.00          86.15      0.00          86.15
##                                                                                firms       1      0.00          86.15      0.00          86.15
##                                                                first-hand experience       1      0.00          86.15      0.00          86.15
##                                                                      firstchief data       1      0.00          86.15      0.00          86.15
##                                                                                  fit       1      0.00          86.15      0.00          86.15
##                                                                              fitness       1      0.00          86.16      0.00          86.16
##                                                                    fitness discounts       1      0.00          86.16      0.00          86.16
##                                                                fitness reimbursement       1      0.00          86.16      0.00          86.16
##                                                                             fits-all       1      0.00          86.16      0.00          86.16
##                                                                   fitting techniques       1      0.00          86.16      0.00          86.16
##                                                                        fixed effects       1      0.00          86.17      0.00          86.17
##                                                                fixed income business       1      0.00          86.17      0.00          86.17
##                                                                                fixes       1      0.00          86.17      0.00          86.17
##                                                                       fixing defects       1      0.00          86.17      0.00          86.17
##                                                                           fl - tampa       1      0.00          86.17      0.00          86.17
##                                                                      flagship brands       1      0.00          86.18      0.00          86.18
##                                                                    flagship products       1      0.00          86.18      0.00          86.18
##                                                                flashy television ads       1      0.00          86.18      0.00          86.18
##                                                                      flask framework       1      0.00          86.18      0.00          86.18
##                                                                       flat csv files       1      0.00          86.18      0.00          86.18
##                                                                             flatiron       1      0.00          86.19      0.00          86.19
##                                                                      flatiron health       1      0.00          86.19      0.00          86.19
##                                                                  fleet planning team       1      0.00          86.19      0.00          86.19
##                                                                               fleets       1      0.00          86.19      0.00          86.19
##                                                                 flexible data models       1      0.00          86.19      0.00          86.19
##                                                                 flexible environment       1      0.00          86.19      0.00          86.19
##                                                                     flexible mindset       1      0.00          86.20      0.00          86.20
##                                                                   flexible paid time       1      0.00          86.20      0.00          86.20
##                                                                         flexible pto       1      0.00          86.20      0.00          86.20
##                                                                    flexible pto plan       1      0.00          86.20      0.00          86.20
##                                                                    flexible schedule       1      0.00          86.20      0.00          86.20
##                                                                   flexible schedules       1      0.00          86.21      0.00          86.21
##                                                                  flexible scheduling       1      0.00          86.21      0.00          86.21
##                                                    flexible spending account options       1      0.00          86.21      0.00          86.21
##                                                                    flexible vacation       1      0.00          86.21      0.00          86.21
##                                                             flexible vacation policy       1      0.00          86.21      0.00          86.21
##                                                                  flexible work hours       1      0.00          86.22      0.00          86.22
##                                                              flexible work schedules       1      0.00          86.22      0.00          86.22
##                                                               flexible working hours       1      0.00          86.22      0.00          86.22
##                                                            flexible working schedule       1      0.00          86.22      0.00          86.22
##                                                                    floating holidays       1      0.00          86.22      0.00          86.22
##                                                                              florida       1      0.00          86.23      0.00          86.23
##                                                      flourishing engineering culture       1      0.00          86.23      0.00          86.23
##                                                                   flow path modeling       1      0.00          86.23      0.00          86.23
##                                                                    fluid environment       1      0.00          86.23      0.00          86.23
##                                                                                  fly       1      0.00          86.23      0.00          86.23
##                                                                                  fmi       1      0.00          86.23      0.00          86.23
##                                                                                  fmv       1      0.00          86.24      0.00          86.24
##                                                                          focus areas       1      0.00          86.24      0.00          86.24
##                                                              focused social sciences       1      0.00          86.24      0.00          86.24
##                                                                                folks       1      0.00          86.24      0.00          86.24
##                                                                               follow       1      0.00          86.24      0.00          86.24
##                                                                       follow-through       1      0.00          86.25      0.00          86.25
##                                                                            follow-up       1      0.00          86.25      0.00          86.25
##                                                                  following accolades       1      0.00          86.25      0.00          86.25
##                                                       following analytical practices       1      0.00          86.25      0.00          86.25
##                                                              following architectures       1      0.00          86.25      0.00          86.25
##                                                     following areas of concentration       1      0.00          86.26      0.00          86.26
##                                                                 following background       1      0.00          86.26      0.00          86.26
##                                                                   following benefits       1      0.00          86.26      0.00          86.26
##                                                               following competencies       1      0.00          86.26      0.00          86.26
##                                                          following core competencies       1      0.00          86.26      0.00          86.26
##                                                                   following criteria       1      0.00          86.27      0.00          86.27
##                                                                       following data       1      0.00          86.27      0.00          86.27
##                                                     following data analysis software       1      0.00          86.27      0.00          86.27
##                                    following data center supportability technologies       1      0.00          86.27      0.00          86.27
##                                                                  following documents       1      0.00          86.27      0.00          86.27
##                                                                    following domains       1      0.00          86.27      0.00          86.27
##                                                                 following experience       1      0.00          86.28      0.00          86.28
##                                                                following information       1      0.00          86.28      0.00          86.28
##                                                                  following knowledge       1      0.00          86.28      0.00          86.28
##                                                             following labor category       1      0.00          86.28      0.00          86.28
##                                                     following minimum qualifications       1      0.00          86.28      0.00          86.28
##                                                                   following question       1      0.00          86.29      0.00          86.29
##                                                        following scientist qualities       1      0.00          86.29      0.00          86.29
##                                                                  following skill set       1      0.00          86.29      0.00          86.29
##                                                                     following skills       1      0.00          86.29      0.00          86.29
##                                                                      following tasks       1      0.00          86.29      0.00          86.29
##                                                                 following techniques       1      0.00          86.30      0.00          86.30
##                                                               following technologies       1      0.00          86.30      0.00          86.30
##                                                                      following tools       1      0.00          86.30      0.00          86.30
##                                                                    following website       1      0.00          86.30      0.00          86.30
##                                                                     food ingredients       1      0.00          86.30      0.00          86.30
##                                                                         food wastage       1      0.00          86.31      0.00          86.31
##                                                                          foodservice       1      0.00          86.31      0.00          86.31
##                                                                                force       1      0.00          86.31      0.00          86.31
##                                                                   ford motor company       1      0.00          86.31      0.00          86.31
##                                               forecast growth of core business kpi's       1      0.00          86.31      0.00          86.31
##                                                                  forecasting changes       1      0.00          86.31      0.00          86.31
##                                                                  forecasting engines       1      0.00          86.32      0.00          86.32
##                                                 forefront of artificial intelligence       1      0.00          86.32      0.00          86.32
##                                                              forefront of technology       1      0.00          86.32      0.00          86.32
##                                                                    foreign education       1      0.00          86.32      0.00          86.32
##                                                                   foreign equivalent       1      0.00          86.32      0.00          86.32
##                                                                     foreign exchange       1      0.00          86.33      0.00          86.33
##                                                                       forensic tools       1      0.00          86.33      0.00          86.33
##                                                                         forged wheel       1      0.00          86.33      0.00          86.33
##                                                                       forinformation       1      0.00          86.33      0.00          86.33
##                                                          form of company sponsorship       1      0.00          86.33      0.00          86.33
##                                                                    form partnerships       1      0.00          86.34      0.00          86.34
##                                                         formal data science training       1      0.00          86.34      0.00          86.34
##                                                  formal supervisory responsibilities       1      0.00          86.34      0.00          86.34
##                                                               formatting date string       1      0.00          86.34      0.00          86.34
##                                                                   forms of fictional       1      0.00          86.34      0.00          86.34
##                                                                             formulas       1      0.00          86.35      0.00          86.35
##                                                                  formulated problems       1      0.00          86.35      0.00          86.35
##                                                         formulating business metrics       1      0.00          86.35      0.00          86.35
##                                                                       forrester wave       1      0.00          86.35      0.00          86.35
##                                                               forthcoming sportsbook       1      0.00          86.35      0.00          86.35
##                                                                fortune's great place       1      0.00          86.35      0.00          86.35
##                                                                                forum       1      0.00          86.36      0.00          86.36
##                                                             forward-looking insights       1      0.00          86.36      0.00          86.36
##                                                            forward-thinking business       1      0.00          86.36      0.00          86.36
##                                                          forward-thinking candidates       1      0.00          86.36      0.00          86.36
##                                                          forward-thinking innovators       1      0.00          86.36      0.00          86.36
##                                                       forward-thinking organizations       1      0.00          86.37      0.00          86.37
##                                                                      forward resumes       1      0.00          86.37      0.00          86.37
##                                                                    forward solutions       1      0.00          86.37      0.00          86.37
##                                                         forward thinking environment       1      0.00          86.37      0.00          86.37
##                                                                                 foss       1      0.00          86.37      0.00          86.37
##                                                                               fossil       1      0.00          86.38      0.00          86.38
##                                                         fossil's global headquarters       1      0.00          86.38      0.00          86.38
##                                                                  fossil group brands       1      0.00          86.38      0.00          86.38
##                                                                      foster equality       1      0.00          86.38      0.00          86.38
##                                                                    foster innovation       1      0.00          86.38      0.00          86.38
##                                                                      foster learning       1      0.00          86.39      0.00          86.39
##                                                        foundation medicine employees       1      0.00          86.39      0.00          86.39
##                                                            foundational competencies       1      0.00          86.39      0.00          86.39
##                                                               foundational component       1      0.00          86.39      0.00          86.39
##                                                                  foundational member       1      0.00          86.39      0.00          86.39
##                                                                  foundational skills       1      0.00          86.39      0.00          86.39
##                                                               foundational standards       1      0.00          86.40      0.00          86.40
##                                                     foundational statistics concepts       1      0.00          86.40      0.00          86.40
##                                                                       foundationcore       1      0.00          86.40      0.00          86.40
##                                        founding member of google's self-driving team       1      0.00          86.40      0.00          86.40
##                                                                     founding members       1      0.00          86.40      0.00          86.40
##                                                                        founding team       1      0.00          86.41      0.00          86.41
##                                                        four-year high school diploma       1      0.00          86.41      0.00          86.41
##                                                                                 fpga       1      0.00          86.41      0.00          86.41
##                                                                       fpt industrial       1      0.00          86.41      0.00          86.41
##                                                                       frame problems       1      0.00          86.41      0.00          86.41
##                                                            frame strategic solutions       1      0.00          86.42      0.00          86.42
##                                                                               frames       1      0.00          86.42      0.00          86.42
##                                                            frames business scenarios       1      0.00          86.42      0.00          86.42
##                                                                           framingham       1      0.00          86.42      0.00          86.42
##                                                                                fraud       1      0.00          86.42      0.00          86.42
##                                                           fraud detection experience       1      0.00          86.42      0.00          86.42
##                                                          fraud prevention technology       1      0.00          86.43      0.00          86.43
##                                                                           fraudsters       1      0.00          86.43      0.00          86.43
##                                                   fraudulent electronic transactions       1      0.00          86.43      0.00          86.43
##                                                          fraudulent web transactions       1      0.00          86.43      0.00          86.43
##                                                                       fredericksburg       1      0.00          86.43      0.00          86.43
##                                                                       free beverages       1      0.00          86.44      0.00          86.44
##                                                    free commuter benefits - caltrain       1      0.00          86.44      0.00          86.44
##                                                          free fabfitfun subscription       1      0.00          86.44      0.00          86.44
##                                                                  free healthy snacks       1      0.00          86.44      0.00          86.44
##                                                                            free look       1      0.00          86.44      0.00          86.44
##                                                                         free lunches       1      0.00          86.45      0.00          86.45
##                                                                         free parking       1      0.00          86.45      0.00          86.45
##                                                         free unlimited cloud storage       1      0.00          86.45      0.00          86.45
##                                                    freestanding emergency department       1      0.00          86.45      0.00          86.45
##                                                               frequent communication       1      0.00          86.45      0.00          86.45
##                                                                     frequent contact       1      0.00          86.46      0.00          86.46
##                                                            frequent customer contact       1      0.00          86.46      0.00          86.46
##                                                               frequent interruptions       1      0.00          86.46      0.00          86.46
##                                                                          frequentist       1      0.00          86.46      0.00          86.46
##                                                               frequentist statistics       1      0.00          86.46      0.00          86.46
##                                                                               friday       1      0.00          86.46      0.00          86.46
##                                                             friendly group of people       1      0.00          86.47      0.00          86.47
##                                                                front-end integration       1      0.00          86.47      0.00          86.47
##                                              front-end js data visualization library       1      0.00          86.47      0.00          86.47
##                                                                             frontier       1      0.00          86.47      0.00          86.47
##                                                    frontier data analytic techniques       1      0.00          86.47      0.00          86.47
##                                                      frontier technologies of crypto       1      0.00          86.48      0.00          86.48
##                                                              fsg related disciplines       1      0.00          86.48      0.00          86.48
##                                                                         ft challenge       1      0.00          86.48      0.00          86.48
##                                                                                  fte       1      0.00          86.48      0.00          86.48
##                                                    fuel cell technology toautomation       1      0.00          86.48      0.00          86.48
##                                                                      fuel innovation       1      0.00          86.49      0.00          86.49
##                                                                    fulfilling career       1      0.00          86.49      0.00          86.49
##                                                         fulfillment center processes       1      0.00          86.49      0.00          86.49
##                                                                  fulfillment centers       1      0.00          86.49      0.00          86.49
##                                                                    fulfillment costs       1      0.00          86.49      0.00          86.49
##                                                                  fulfillment systems       1      0.00          86.50      0.00          86.50
##                                                                    full-time faculty       1      0.00          86.50      0.00          86.50
##                                                                      fun environment       1      0.00          86.50      0.00          86.50
##                                                                           fun events       1      0.00          86.50      0.00          86.50
##                                                                           fun people       1      0.00          86.50      0.00          86.50
##                                                                              fun way       1      0.00          86.50      0.00          86.50
##                                                                     function leaders       1      0.00          86.51      0.00          86.51
##                                                                functional allocation       1      0.00          86.51      0.00          86.51
##                                                                     functional areas       1      0.00          86.51      0.00          86.51
##                                                                 functional data sets       1      0.00          86.51      0.00          86.51
##                                                               functional equivalence       1      0.00          86.51      0.00          86.51
##                                        functional knowledge of version control tools       1      0.00          86.52      0.00          86.52
##                                                                   functional leaders       1      0.00          86.52      0.00          86.52
##                                                        functional learning solutions       1      0.00          86.52      0.00          86.52
##                                                     functional needs of system users       1      0.00          86.52      0.00          86.52
##                                                               functional programming       1      0.00          86.52      0.00          86.52
##                                                     functional programming languages       1      0.00          86.53      0.00          86.53
##                                                             functional relationships       1      0.00          86.53      0.00          86.53
##                                                    functional subject matter experts       1      0.00          86.53      0.00          86.53
##                                                    functional working knowledge of r       1      0.00          86.53      0.00          86.53
##                                                        functioning piece of software       1      0.00          86.53      0.00          86.53
##                                                                                 fund       1      0.00          86.54      0.00          86.54
##                                                                    funda pl4 desired       1      0.00          86.54      0.00          86.54
##                                                               fundamental data types       1      0.00          86.54      0.00          86.54
##                                                                 fundamental insights       1      0.00          86.54      0.00          86.54
##                                                                 fundamental research       1      0.00          86.54      0.00          86.54
##                                                            fundamental understanding       1      0.00          86.54      0.00          86.54
##                                                                   funded startup co-       1      0.00          86.55      0.00          86.55
##                                                                  fundraising results       1      0.00          86.55      0.00          86.55
##                                                                             furthera       1      0.00          86.55      0.00          86.55
##                                                                          furtherance       1      0.00          86.55      0.00          86.55
##                                                                               fusion       1      0.00          86.55      0.00          86.55
##                                                                    fusion of machine       1      0.00          86.56      0.00          86.56
##                                                                      future analysis       1      0.00          86.56      0.00          86.56
##                                                              future analytical needs       1      0.00          86.56      0.00          86.56
##                                                                future business needs       1      0.00          86.56      0.00          86.56
##                                                         future capacity requirements       1      0.00          86.56      0.00          86.56
##                                                           future company performance       1      0.00          86.57      0.00          86.57
##                                                                 future data analysis       1      0.00          86.57      0.00          86.57
##                                                                  future data storage       1      0.00          86.57      0.00          86.57
##                                                                     future direction       1      0.00          86.57      0.00          86.57
##                                                                        future events       1      0.00          86.57      0.00          86.57
##                                                                           future hpc       1      0.00          86.58      0.00          86.58
##                                                                 future modifications       1      0.00          86.58      0.00          86.58
##                                                                      future networks       1      0.00          86.58      0.00          86.58
##                                                                         future of ai       1      0.00          86.58      0.00          86.58
##                                                         future of behavioral nudging       1      0.00          86.58      0.00          86.58
##                                                                     future of cadent       1      0.00          86.58      0.00          86.58
##                                                      future of complex manufacturing       1      0.00          86.59      0.00          86.59
##                                                                   future of customer       1      0.00          86.59      0.00          86.59
##                                                                    future of digital       1      0.00          86.59      0.00          86.59
##                                                        future of digital experiences       1      0.00          86.59      0.00          86.59
##                                                                    future of finance       1      0.00          86.59      0.00          86.59
##                                                            future of global commerce       1      0.00          86.60      0.00          86.60
##                                                          future of product economics       1      0.00          86.60      0.00          86.60
##                                                          future organizational needs       1      0.00          86.60      0.00          86.60
##                                                                      future outcomes       1      0.00          86.60      0.00          86.60
##                                                                   future performance       1      0.00          86.60      0.00          86.60
##                                                          future performance of users       1      0.00          86.61      0.00          86.61
##                                                                 future possibilities       1      0.00          86.61      0.00          86.61
##                                                        future research opportunities       1      0.00          86.61      0.00          86.61
##                                                                   future sponsorship       1      0.00          86.61      0.00          86.61
##                                                         future testing opportunities       1      0.00          86.61      0.00          86.61
##                                                                              futures       1      0.00          86.62      0.00          86.62
##                                                                           g-networks       1      0.00          86.62      0.00          86.62
##                                                                        g lte network       1      0.00          86.62      0.00          86.62
##                                                                            g network       1      0.00          86.62      0.00          86.62
##                                                                               g wifi       1      0.00          86.62      0.00          86.62
##                                                                               ga-ems       1      0.00          86.62      0.00          86.62
##                                                                                 gaap       1      0.00          86.63      0.00          86.63
##                                                                         gaithersburg       1      0.00          86.63      0.00          86.63
##                                                         gallup great workplace award       1      0.00          86.63      0.00          86.63
##                                                                         game's rules       1      0.00          86.63      0.00          86.63
##                                                                          game design       1      0.00          86.63      0.00          86.63
##                                                                      game developers       1      0.00          86.64      0.00          86.64
##                                                                     game development       1      0.00          86.64      0.00          86.64
##                                                                       game economies       1      0.00          86.64      0.00          86.64
##                                                                         game of golf       1      0.00          86.64      0.00          86.64
##                                                                      game publishers       1      0.00          86.64      0.00          86.64
##                                                                       gamer behavior       1      0.00          86.65      0.00          86.65
##                                                                      gamers' mindset       1      0.00          86.65      0.00          86.65
##                                                                                games       1      0.00          86.65      0.00          86.65
##                                                                     gaming processes       1      0.00          86.65      0.00          86.65
##                                                                                  gan       1      0.00          86.65      0.00          86.65
##                                                                              gartner       1      0.00          86.66      0.00          86.66
##                                                                                  gas       1      0.00          86.66      0.00          86.66
##                                                                      gas consumption       1      0.00          86.66      0.00          86.66
##                                                                         gas industry       1      0.00          86.66      0.00          86.66
##                                                                           gas prices       1      0.00          86.66      0.00          86.66
##                                                                           gas sector       1      0.00          86.66      0.00          86.66
##                                                                          gas service       1      0.00          86.67      0.00          86.67
##                                                                          gas storage       1      0.00          86.67      0.00          86.67
##                                                                       gateway cities       1      0.00          86.67      0.00          86.67
##                                                                       gathering data       1      0.00          86.67      0.00          86.67
##                                                                                 gays       1      0.00          86.67      0.00          86.67
##                                                                                  gdi       1      0.00          86.68      0.00          86.68
##                                                                                 gdia       1      0.00          86.68      0.00          86.68
##                                                                   gdit professionals       1      0.00          86.68      0.00          86.68
##                                                                                 gdms       1      0.00          86.68      0.00          86.68
##                                                                       ged equivalent       1      0.00          86.68      0.00          86.68
##                                                                                  gee       1      0.00          86.69      0.00          86.69
##                                                                                 geha       1      0.00          86.69      0.00          86.69
##                                                                    gender identities       1      0.00          86.69      0.00          86.69
##                                                               genentech careers page       1      0.00          86.69      0.00          86.69
##                                              general atomics electromagnetic systems       1      0.00          86.69      0.00          86.69
##                                                              general auditors office       1      0.00          86.70      0.00          86.70
##                                                         general business periodicals       1      0.00          86.70      0.00          86.70
##                                                         general data-focused testing       1      0.00          86.70      0.00          86.70
##                                                    general data platform engineering       1      0.00          86.70      0.00          86.70
##                                              general dynamics information technology       1      0.00          86.70      0.00          86.70
##                                           general dynamics mission systems employees       1      0.00          86.70      0.00          86.70
##                                                              general ledger activity       1      0.00          86.71      0.00          86.71
##                                                  general machine learning techniques       1      0.00          86.71      0.00          86.71
##                                                                  general mathematics       1      0.00          86.71      0.00          86.71
##                                                        general motors data scientist       1      0.00          86.71      0.00          86.71
##                                                                     general movement       1      0.00          86.71      0.00          86.71
##                                                       general programming experience       1      0.00          86.72      0.00          86.72
##                                                general purpose programming languages       1      0.00          86.72      0.00          86.72
##                                                   general quality control principles       1      0.00          86.72      0.00          86.72
##                                                                 general requirements       1      0.00          86.72      0.00          86.72
##                                                            general research purposes       1      0.00          86.72      0.00          86.72
##                                                             general responsibilities       1      0.00          86.73      0.00          86.73
##                                                      general services administration       1      0.00          86.73      0.00          86.73
##                                                                       general skills       1      0.00          86.73      0.00          86.73
##                                                            general staff performance       1      0.00          86.73      0.00          86.73
##                                                                      general summary       1      0.00          86.73      0.00          86.73
##                                        general understanding of multi-int operations       1      0.00          86.74      0.00          86.74
##                                                                          general use       1      0.00          86.74      0.00          86.74
##                                                             generalized linear model       1      0.00          86.74      0.00          86.74
##                                                                        generalmotors       1      0.00          86.74      0.00          86.74
##                                                        generaration product features       1      0.00          86.74      0.00          86.74
##                                                                      generated tasks       1      0.00          86.74      0.00          86.74
##                                                           generation computer vision       1      0.00          86.75      0.00          86.75
##                                                   generation decisions support tools       1      0.00          86.75      0.00          86.75
##                                                       generation digital consultancy       1      0.00          86.75      0.00          86.75
##                                                   generation of business information       1      0.00          86.75      0.00          86.75
##                                                         generation of data analytics       1      0.00          86.75      0.00          86.75
##                                       generation of emerging disruptive technologies       1      0.00          86.76      0.00          86.76
##                                                                   generation of fast       1      0.00          86.76      0.00          86.76
##                                                               generation of products       1      0.00          86.76      0.00          86.76
##                                                         generation payments strategy       1      0.00          86.76      0.00          86.76
##                                                                   generation product       1      0.00          86.76      0.00          86.76
##                                                                  generation products       1      0.00          86.77      0.00          86.77
##                                                              generation requirements       1      0.00          86.77      0.00          86.77
##                                                                generation sequencing       1      0.00          86.77      0.00          86.77
##                                                        generation smart applications       1      0.00          86.77      0.00          86.77
##                                                           generous annual leave plan       1      0.00          86.77      0.00          86.77
##                                                            generous benefits package       1      0.00          86.78      0.00          86.78
##                                                              generous parental leave       1      0.00          86.78      0.00          86.78
##                                                                         generous pay       1      0.00          86.78      0.00          86.78
##                                                                         generous pto       1      0.00          86.78      0.00          86.78
##                                                            generous referral program       1      0.00          86.78      0.00          86.78
##                                                         generous retirement benefits       1      0.00          86.78      0.00          86.78
##                                                     generous retirement savings plan       1      0.00          86.79      0.00          86.79
##                                                                   genetic algorithms       1      0.00          86.79      0.00          86.79
##                                                                               genome       1      0.00          86.79      0.00          86.79
##                                                                        genomics team       1      0.00          86.79      0.00          86.79
##                                                                    geo-location data       1      0.00          86.79      0.00          86.79
##                                                             geo-location information       1      0.00          86.80      0.00          86.80
##                                                                   geo-spatial models       1      0.00          86.80      0.00          86.80
##                                                                             geo data       1      0.00          86.80      0.00          86.80
##                                                              geographical boundaries       1      0.00          86.80      0.00          86.80
##                                                                          geographies       1      0.00          86.80      0.00          86.80
##                                                                            geography       1      0.00          86.81      0.00          86.81
##                                                                               geoint       1      0.00          86.81      0.00          86.81
##                                                                    geoint background       1      0.00          86.81      0.00          86.81
##                                                                  geoint exploitation       1      0.00          86.81      0.00          86.81
##                                                                georgetown waterfront       1      0.00          86.81      0.00          86.81
##                                                                      georgia-pacific       1      0.00          86.82      0.00          86.82
##                                                       geospatial information systems       1      0.00          86.82      0.00          86.82
##                                                             geospatial methodologies       1      0.00          86.82      0.00          86.82
##                                                      geospatial software development       1      0.00          86.82      0.00          86.82
##                                                                                ggobi       1      0.00          86.82      0.00          86.82
##                                                                                  gis       1      0.00          86.82      0.00          86.82
##                                                                          gis-related       1      0.00          86.83      0.00          86.83
##                                                                      gis application       1      0.00          86.83      0.00          86.83
##                                                                          gis systems       1      0.00          86.83      0.00          86.83
##                                                            git-based version control       1      0.00          86.83      0.00          86.83
##                                                                              git-hub       1      0.00          86.83      0.00          86.83
##                                                                         git workflow       1      0.00          86.84      0.00          86.84
##                                                                  github repositories       1      0.00          86.84      0.00          86.84
##                                                                               gitlab       1      0.00          86.84      0.00          86.84
##                                                                      given challenge       1      0.00          86.84      0.00          86.84
##                                                                            given day       1      0.00          86.84      0.00          86.84
##                                                                  given opportunities       1      0.00          86.85      0.00          86.85
##                                                                                glare       1      0.00          86.85      0.00          86.85
##                                                                           glassdoor·       1      0.00          86.85      0.00          86.85
##                                                                global ai accelerator       1      0.00          86.85      0.00          86.85
##                                                                     global analytics       1      0.00          86.85      0.00          86.85
##                                                    global banking data strategy team       1      0.00          86.86      0.00          86.86
##                                                                      global business       1      0.00          86.86      0.00          86.86
##                                                          global business environment       1      0.00          86.86      0.00          86.86
##                                                                        global center       1      0.00          86.86      0.00          86.86
##                                                                     global companies       1      0.00          86.86      0.00          86.86
##                                                               global consumer brands       1      0.00          86.86      0.00          86.86
##                                               global continuous improvement director       1      0.00          86.87      0.00          86.87
##                                               global customer experience initiatives       1      0.00          86.87      0.00          86.87
##                                                                 global data insights       1      0.00          86.87      0.00          86.87
##                                                       global ecommerce growth agenda       1      0.00          86.87      0.00          86.87
##                                                                       global economy       1      0.00          86.87      0.00          86.87
##                                                                       global finance       1      0.00          86.88      0.00          86.88
##                                                         global financial institution       1      0.00          86.88      0.00          86.88
##                                                               global fintech leaders       1      0.00          86.88      0.00          86.88
##                                                             global healthcare leader       1      0.00          86.88      0.00          86.88
##                                                                   global initiatives       1      0.00          86.88      0.00          86.88
##                                                             global knowledge sharing       1      0.00          86.89      0.00          86.89
##                                                                     global landscape       1      0.00          86.89      0.00          86.89
##                                                                 global market leader       1      0.00          86.89      0.00          86.89
##                                                                   global perspective       1      0.00          86.89      0.00          86.89
##                                                                    global powerhouse       1      0.00          86.89      0.00          86.89
##                                                                 global public health       1      0.00          86.90      0.00          86.90
##                                                           global satellite locations       1      0.00          86.90      0.00          86.90
##                                                               global search standard       1      0.00          86.90      0.00          86.90
##                                                                           global set       1      0.00          86.90      0.00          86.90
##                                                                          global team       1      0.00          86.90      0.00          86.90
##                                                               global technology team       1      0.00          86.90      0.00          86.90
##                                                   global workforce planning function       1      0.00          86.91      0.00          86.91
##                                                                                   gm       1      0.00          86.91      0.00          86.91
##                                                                                 gmae       1      0.00          86.91      0.00          86.91
##                                                                                  gnu       1      0.00          86.91      0.00          86.91
##                                                       goal of driving product impact       1      0.00          86.91      0.00          86.91
##                                                                                 goat       1      0.00          86.92      0.00          86.92
##                                                                               golang       1      0.00          86.92      0.00          86.92
##                                                                golden state warriors       1      0.00          86.92      0.00          86.92
##                                                          golf's premier professional       1      0.00          86.92      0.00          86.92
##                                                                              golfers       1      0.00          86.92      0.00          86.92
##                                                                       good borrowers       1      0.00          86.93      0.00          86.93
##                                                                   good communication       1      0.00          86.93      0.00          86.93
##                                                               good critical thinking       1      0.00          86.93      0.00          86.93
##                                                                     good engineering       1      0.00          86.93      0.00          86.93
##                                                                         good example       1      0.00          86.93      0.00          86.93
##                                                                             good eye       1      0.00          86.94      0.00          86.94
##                                                                             good fit       1      0.00          86.94      0.00          86.94
##                                                                             good gym       1      0.00          86.94      0.00          86.94
##                                                             good hands-on experience       1      0.00          86.94      0.00          86.94
##                                                                       good judgement       1      0.00          86.94      0.00          86.94
##                                                                       good knowledge       1      0.00          86.94      0.00          86.94
##                                                   good knowledge of image processing       1      0.00          86.95      0.00          86.95
##                                                               good leadership skills       1      0.00          86.95      0.00          86.95
##                                                                       good listening       1      0.00          86.95      0.00          86.95
##                                                                            good math       1      0.00          86.95      0.00          86.95
##                                                                         good moments       1      0.00          86.95      0.00          86.95
##                                                                       good practices       1      0.00          86.96      0.00          86.96
##                                                                    good presentation       1      0.00          86.96      0.00          86.96
##                                                                         good problem       1      0.00          86.96      0.00          86.96
##                                                                     good proficiency       1      0.00          86.96      0.00          86.96
##                                                              good programming skills       1      0.00          86.96      0.00          86.96
##                                                       good project management skills       1      0.00          86.97      0.00          86.97
##                                                                     good publication       1      0.00          86.97      0.00          86.97
##                                                                good sense of urgency       1      0.00          86.97      0.00          86.97
##                                                                          good things       1      0.00          86.97      0.00          86.97
##                                                          good time management skills       1      0.00          86.97      0.00          86.97
##                                                          good understanding of cloud       1      0.00          86.98      0.00          86.98
##                                                  good understanding of deep learning       1      0.00          86.98      0.00          86.98
##                                            good understanding of experimental design       1      0.00          86.98      0.00          86.98
##                                                            good understanding of rwd       1      0.00          86.98      0.00          86.98
##                                    good understanding of various statistical methods       1      0.00          86.98      0.00          86.98
##                                                                 goodness of clusters       1      0.00          86.98      0.00          86.98
##                                                               google scholar profile       1      0.00          86.99      0.00          86.99
##                                                                         google suite       1      0.00          86.99      0.00          86.99
##                                                                               gordon       1      0.00          86.99      0.00          86.99
##                                                                        gordon ramsay       1      0.00          86.99      0.00          86.99
##                                                                           gots tools       1      0.00          86.99      0.00          86.99
##                                                                 governance functions       1      0.00          87.00      0.00          87.00
##                                                  government background investigation       1      0.00          87.00      0.00          87.00
##                                                                    government client       1      0.00          87.00      0.00          87.00
##                                                                government consulting       1      0.00          87.00      0.00          87.00
##                                     government public trust level security clearance       1      0.00          87.00      0.00          87.00
##                                                        government security screening       1      0.00          87.01      0.00          87.01
##                                                                  government services       1      0.00          87.01      0.00          87.01
##                                                     government suitability clearance       1      0.00          87.01      0.00          87.01
##                                                             governmental regulations       1      0.00          87.01      0.00          87.01
##                                                           gpu programming techniques       1      0.00          87.01      0.00          87.01
##                                                               gracenote connectivity       1      0.00          87.02      0.00          87.02
##                                                                             gradient       1      0.00          87.02      0.00          87.02
##                                                      gradient boosted decision trees       1      0.00          87.02      0.00          87.02
##                                                               gradient boosted trees       1      0.00          87.02      0.00          87.02
##                                                                             graduate       1      0.00          87.02      0.00          87.02
##                                                           graduate level course work       1      0.00          87.02      0.00          87.02
##                                                            graduate level coursework       1      0.00          87.03      0.00          87.03
##                                                           graduate software engineer       1      0.00          87.03      0.00          87.03
##                                                             graduate student working       1      0.00          87.03      0.00          87.03
##                                                                     graduate studies       1      0.00          87.03      0.00          87.03
##                                                                             grainger       1      0.00          87.03      0.00          87.03
##                                                          granular feature extraction       1      0.00          87.04      0.00          87.04
##                                                                                graph       1      0.00          87.04      0.00          87.04
##                                                                       graph database       1      0.00          87.04      0.00          87.04
##                                                                     graph processing       1      0.00          87.04      0.00          87.04
##                                                            graphical analysis skills       1      0.00          87.04      0.00          87.04
##                                                                     graphical models       1      0.00          87.05      0.00          87.05
##                                                                       grasps reasons       1      0.00          87.05      0.00          87.05
##                                                          great data analytics skills       1      0.00          87.05      0.00          87.05
##                                                                great data scientists       1      0.00          87.05      0.00          87.05
##                                                             great data visualization       1      0.00          87.05      0.00          87.05
##                                                                         great energy       1      0.00          87.06      0.00          87.06
##                                                                           great food       1      0.00          87.06      0.00          87.06
##                                                                          great games       1      0.00          87.06      0.00          87.06
##                                                                       great judgment       1      0.00          87.06      0.00          87.06
##                                                                       great position       1      0.00          87.06      0.00          87.06
##                                                                        great quality       1      0.00          87.06      0.00          87.06
##                                                                         great snacks       1      0.00          87.07      0.00          87.07
##                                                                      great teammates       1      0.00          87.07      0.00          87.07
##                                                                        great things·       1      0.00          87.07      0.00          87.07
##                                                                           great time       1      0.00          87.07      0.00          87.07
##                                                                          great value       1      0.00          87.07      0.00          87.07
##                                                                        great watches       1      0.00          87.08      0.00          87.08
##                                                              great work life balance       1      0.00          87.08      0.00          87.08
##                                                                great working culture       1      0.00          87.08      0.00          87.08
##                                                             great writing experience       1      0.00          87.08      0.00          87.08
##                                                                       greater access       1      0.00          87.08      0.00          87.08
##                                                                  greater denver area       1      0.00          87.09      0.00          87.09
##                                                                   greater efficiency       1      0.00          87.09      0.00          87.09
##                                                                greater functionality       1      0.00          87.09      0.00          87.09
##                                                                       greater health       1      0.00          87.09      0.00          87.09
##                                                                      greater meaning       1      0.00          87.09      0.00          87.09
##                                                                        greater value       1      0.00          87.10      0.00          87.10
##                                                                       greatest asset       1      0.00          87.10      0.00          87.10
##                                                               greatest opportunities       1      0.00          87.10      0.00          87.10
##                                                    green building products available       1      0.00          87.10      0.00          87.10
##                                                           green generation portfolio       1      0.00          87.10      0.00          87.10
##                                                                         green street       1      0.00          87.10      0.00          87.10
##                                                                green street advisors       1      0.00          87.11      0.00          87.11
##                                                                greener energy future       1      0.00          87.11      0.00          87.11
##                                                                            greenzone       1      0.00          87.11      0.00          87.11
##                                                                            greetings       1      0.00          87.11      0.00          87.11
##                                                                             greylock       1      0.00          87.11      0.00          87.11
##                                                                           gridsearch       1      0.00          87.12      0.00          87.12
##                                                                       gritty resolve       1      0.00          87.12      0.00          87.12
##                                                         ground-breaking technologies       1      0.00          87.12      0.00          87.12
##                                                               ground-breaking titles       1      0.00          87.12      0.00          87.12
##                                                             ground-truth experiments       1      0.00          87.12      0.00          87.12
##                                                          groundbreaking applications       1      0.00          87.13      0.00          87.13
##                                                     groundbreaking research findings       1      0.00          87.13      0.00          87.13
##                                                               groundbreaking studies       1      0.00          87.13      0.00          87.13
##                                                                           groundwork       1      0.00          87.13      0.00          87.13
##                                                                       groundwork you       1      0.00          87.13      0.00          87.13
##                                                                   group of companies       1      0.00          87.14      0.00          87.14
##                                                           group of self-starters who       1      0.00          87.14      0.00          87.14
##                                                  group of world-class data engineers       1      0.00          87.14      0.00          87.14
##                                                                         group theory       1      0.00          87.14      0.00          87.14
##                                                        grouped summary style formats       1      0.00          87.14      0.00          87.14
##                                                                   groups of managers       1      0.00          87.14      0.00          87.14
##                                                            groups of neuroscientists       1      0.00          87.15      0.00          87.15
##                                                                  growing albuquerque       1      0.00          87.15      0.00          87.15
##                                                   growing basketball operations team       1      0.00          87.15      0.00          87.15
##                                                   growing business intelligence team       1      0.00          87.15      0.00          87.15
##                                                                      growing captech       1      0.00          87.15      0.00          87.15
##                                                            growing cloud environment       1      0.00          87.16      0.00          87.16
##                                                                    growing companies       1      0.00          87.16      0.00          87.16
##                                                          growing core media business       1      0.00          87.16      0.00          87.16
##                                                                growing customer base       1      0.00          87.16      0.00          87.16
##                                                          growing data driven culture       1      0.00          87.16      0.00          87.16
##                                                  growing data science knowledge base       1      0.00          87.17      0.00          87.17
##                                                              growing fintech company       1      0.00          87.17      0.00          87.17
##                                                                     growing industry       1      0.00          87.17      0.00          87.17
##                                                             growing mortgage lenders       1      0.00          87.17      0.00          87.17
##                                                                         growing need       1      0.00          87.17      0.00          87.17
##                                                                 growing organization       1      0.00          87.18      0.00          87.18
##                                                                     growing practice       1      0.00          87.18      0.00          87.18
##                                                               growing saas companies       1      0.00          87.18      0.00          87.18
##                                                                       growing sports       1      0.00          87.18      0.00          87.18
##                                                                      growing startup       1      0.00          87.18      0.00          87.18
##                                                    growing team of analytics experts       1      0.00          87.18      0.00          87.18
##                                                       growing team of data wranglers       1      0.00          87.19      0.00          87.19
##                                                   growing team of market researchers       1      0.00          87.19      0.00          87.19
##                                                         growing technology companies       1      0.00          87.19      0.00          87.19
##                                                          growing worldwide community       1      0.00          87.19      0.00          87.19
##                                                                     growth analytics       1      0.00          87.19      0.00          87.19
##                                                                     growth impacting       1      0.00          87.20      0.00          87.20
##                                                                    growth investment       1      0.00          87.20      0.00          87.20
##                                                                       growth metrics       1      0.00          87.20      0.00          87.20
##                                             growth of mobile subscription businesses       1      0.00          87.20      0.00          87.20
##                                                                                   gs       1      0.00          87.20      0.00          87.20
##                                                                         gsa schedule       1      0.00          87.21      0.00          87.21
##                                                                                  gsm       1      0.00          87.21      0.00          87.21
##                                                                            guarantee       1      0.00          87.21      0.00          87.21
##                                                                                guard       1      0.00          87.21      0.00          87.21
##                                                                                guest       1      0.00          87.21      0.00          87.21
##                                                         guest hospitality experience       1      0.00          87.22      0.00          87.22
##                                                               guidance of management       1      0.00          87.22      0.00          87.22
##                                                                                guide       1      0.00          87.22      0.00          87.22
##                                                                     guide developers       1      0.00          87.22      0.00          87.22
##                                                                     guide directions       1      0.00          87.22      0.00          87.22
##                                                                 guide job activities       1      0.00          87.22      0.00          87.22
##                                                                            guiding r       1      0.00          87.23      0.00          87.23
##                                                              gun-control legislation       1      0.00          87.23      0.00          87.23
##                                                                         gypsum board       1      0.00          87.23      0.00          87.23
##                                                                                  h20       1      0.00          87.23      0.00          87.23
##                                                                                  h2o       1      0.00          87.23      0.00          87.23
##                                                                           hackathons       1      0.00          87.24      0.00          87.24
##                                                                                 hado       1      0.00          87.24      0.00          87.24
##                                                        hadoop analytics environments       1      0.00          87.24      0.00          87.24
##                                                                     hadoop ecosystem       1      0.00          87.24      0.00          87.24
##                                                                    hadoop experience       1      0.00          87.24      0.00          87.24
##                                                                     hadoop framework       1      0.00          87.25      0.00          87.25
##                                                                          hadoop hive       1      0.00          87.25      0.00          87.25
##                                                                         hadoop spark       1      0.00          87.25      0.00          87.25
##                                                                                 hana       1      0.00          87.25      0.00          87.25
##                                                               hana broader portfolio       1      0.00          87.25      0.00          87.25
##                                                                  hana cloud strategy       1      0.00          87.26      0.00          87.26
##                                                               hana product offerings       1      0.00          87.26      0.00          87.26
##                                                                            hana unit       1      0.00          87.26      0.00          87.26
##                                                                             handbags       1      0.00          87.26      0.00          87.26
##                                                                              handful       1      0.00          87.26      0.00          87.26
##                                                                             handicap       1      0.00          87.26      0.00          87.26
##                                                                        handing noise       1      0.00          87.27      0.00          87.27
##                                                                               handle       1      0.00          87.27      0.00          87.27
##                                                                     handle ambiguity       1      0.00          87.27      0.00          87.27
##                                                                          handle data       1      0.00          87.27      0.00          87.27
##                                                             handling large data sets       1      0.00          87.27      0.00          87.27
##                                             handling of healthcare relevant datasets       1      0.00          87.28      0.00          87.28
##                                                                             handover       1      0.00          87.28      0.00          87.28
##                                                           hands-on advanced analysis       1      0.00          87.28      0.00          87.28
##                                  hands-on analysis of large volumes of web analytics       1      0.00          87.28      0.00          87.28
##                                                                  hands-on assistance       1      0.00          87.28      0.00          87.28
##                                                                  hands-on collection       1      0.00          87.29      0.00          87.29
##                                                              hands-on data scientist       1      0.00          87.29      0.00          87.29
##                          hands-on experience leading product development initiatives       1      0.00          87.29      0.00          87.29
##                                                                    hands-on function       1      0.00          87.29      0.00          87.29
##                                                                    hands-on learning       1      0.00          87.29      0.00          87.29
##                                                       hands-on senior data scientist       1      0.00          87.30      0.00          87.30
##                                                        hands-on software engineering       1      0.00          87.30      0.00          87.30
##                                                                  hands-on technology       1      0.00          87.30      0.00          87.30
##                                                                        happy clients       1      0.00          87.30      0.00          87.30
##                                                                           harassment       1      0.00          87.30      0.00          87.30
##                                                             hard-working individuals       1      0.00          87.30      0.00          87.30
##                                                                            hard data       1      0.00          87.31      0.00          87.31
##                                                                         hard problem       1      0.00          87.31      0.00          87.31
##                                                                        hard sciences       1      0.00          87.31      0.00          87.31
##                                                              hard technical problems       1      0.00          87.31      0.00          87.31
##                                                                        harden models       1      0.00          87.31      0.00          87.31
##                                                                hardware technologies       1      0.00          87.32      0.00          87.32
##                                                                  hardworking problem       1      0.00          87.32      0.00          87.32
##                                                                      harnessing data       1      0.00          87.32      0.00          87.32
##                                                                         harris corpo       1      0.00          87.32      0.00          87.32
##                                                                    harris ehs policy       1      0.00          87.32      0.00          87.32
##                                                                  harris ehs programs       1      0.00          87.33      0.00          87.33
##                                                      harvard business review article       1      0.00          87.33      0.00          87.33
##                                                                                 hats       1      0.00          87.33      0.00          87.33
##                                                                                haves       1      0.00          87.33      0.00          87.33
##                                                                                 head       1      0.00          87.33      0.00          87.33
##                                                                 head of data science       1      0.00          87.34      0.00          87.34
##                                                                   headcount planning       1      0.00          87.34      0.00          87.34
##                                                                          headhunters       1      0.00          87.34      0.00          87.34
##                                                               health-policy analysts       1      0.00          87.34      0.00          87.34
##                                                             health-related questions       1      0.00          87.34      0.00          87.34
##                                                           health administrative data       1      0.00          87.34      0.00          87.34
##                                                                      health benefits       1      0.00          87.35      0.00          87.35
##                                                            health benefits - medical       1      0.00          87.35      0.00          87.35
##                                                               health care challenges       1      0.00          87.35      0.00          87.35
##                                                                    health care fraud       1      0.00          87.35      0.00          87.35
##                                                            health care organizations       1      0.00          87.35      0.00          87.35
##                                             health care programs research department       1      0.00          87.36      0.00          87.36
##                                                                        health center       1      0.00          87.36      0.00          87.36
##                                                                      health coverage       1      0.00          87.36      0.00          87.36
##                                                                          health data       1      0.00          87.36      0.00          87.36
##                                                    health economic outcomes research       1      0.00          87.36      0.00          87.36
##                                                                     health economics       1      0.00          87.37      0.00          87.37
##                                                            health economics concepts       1      0.00          87.37      0.00          87.37
##                                                                      health insurers       1      0.00          87.37      0.00          87.37
##                                                                    health management       1      0.00          87.37      0.00          87.37
##                                                                 health of production       1      0.00          87.37      0.00          87.37
##                                                                      health sciences       1      0.00          87.38      0.00          87.38
##                                                              health sciences domains       1      0.00          87.38      0.00          87.38
##                                                                health sciences teams       1      0.00          87.38      0.00          87.38
##                                                                      health services       1      0.00          87.38      0.00          87.38
##                                                             health services research       1      0.00          87.38      0.00          87.38
##                                         health services research related disciplines       1      0.00          87.38      0.00          87.38
##                                                          health services researchers       1      0.00          87.39      0.00          87.39
##                                                           health system organization       1      0.00          87.39      0.00          87.39
##                                                                       health systems       1      0.00          87.39      0.00          87.39
##                                                         health technology assessment       1      0.00          87.39      0.00          87.39
##                                                                  healthcare analysis       1      0.00          87.39      0.00          87.39
##                                                                      healthcare data       1      0.00          87.40      0.00          87.40
##                                                                 healthcare databases       1      0.00          87.40      0.00          87.40
##                                                                  healthcare delivery       1      0.00          87.40      0.00          87.40
##                                                                 healthcare discovery       1      0.00          87.40      0.00          87.40
##                                                   healthcare experience - experience       1      0.00          87.40      0.00          87.40
##                                                                   healthcare problem       1      0.00          87.41      0.00          87.41
##                                                             healthcare professionals       1      0.00          87.41      0.00          87.41
##                                                                    healthcare sector       1      0.00          87.41      0.00          87.41
##                                                                          healthfirst       1      0.00          87.41      0.00          87.41
##                                                         healthier indoor environment       1      0.00          87.41      0.00          87.41
##                                                                      healthier lives       1      0.00          87.42      0.00          87.42
##                                                                 healthy environments       1      0.00          87.42      0.00          87.42
##                                                         healthy lifestyle gold award       1      0.00          87.42      0.00          87.42
##                                                                        healthy lives       1      0.00          87.42      0.00          87.42
##                                                              healthy mix of training       1      0.00          87.42      0.00          87.42
##                                                                   healthy skepticism       1      0.00          87.42      0.00          87.42
##                                                             healthy snacks available       1      0.00          87.43      0.00          87.43
##                                                                    healthy workplace       1      0.00          87.43      0.00          87.43
##                                                                       heap analytics       1      0.00          87.43      0.00          87.43
##                                                                    hearing abilities       1      0.00          87.43      0.00          87.43
##                                                                        heart disease       1      0.00          87.43      0.00          87.43
##                                                                         heart health       1      0.00          87.44      0.00          87.44
##                                                                 heart of los angeles       1      0.00          87.44      0.00          87.44
##                                                                   heart of questions       1      0.00          87.44      0.00          87.44
##                                                                      heart of reston       1      0.00          87.44      0.00          87.44
##                                                               heart of state college       1      0.00          87.44      0.00          87.44
##                                                                    heavy-duty trucks       1      0.00          87.45      0.00          87.45
##                                                                       heavy reliance       1      0.00          87.45      0.00          87.45
##                                                                       heavy workload       1      0.00          87.45      0.00          87.45
##                                                                       hefty problems       1      0.00          87.45      0.00          87.45
##                                                                               height       1      0.00          87.45      0.00          87.45
##                                                                         helen mirren       1      0.00          87.46      0.00          87.46
##                                                                                 heor       1      0.00          87.46      0.00          87.46
##                                                                                 here       1      0.00          87.46      0.00          87.46
##                                                        hidden business opportunities       1      0.00          87.46      0.00          87.46
##                                                                       hidden insight       1      0.00          87.46      0.00          87.46
##                                                                     hidden potential       1      0.00          87.46      0.00          87.46
##                                                                     hidden solutions       1      0.00          87.47      0.00          87.47
##                                                                  hierarchical models       1      0.00          87.47      0.00          87.47
##                                                                   high-cost patients       1      0.00          87.47      0.00          87.47
##                                                                high-dimensional data       1      0.00          87.47      0.00          87.47
##                                                                  high-growth startup       1      0.00          87.47      0.00          87.47
##                                                      high-growth startup environment       1      0.00          87.48      0.00          87.48
##                                                                          high-impact       1      0.00          87.48      0.00          87.48
##                                                                 high-impact insights       1      0.00          87.48      0.00          87.48
##                                                                 high-impact position       1      0.00          87.48      0.00          87.48
##                                                                  high-impact reports       1      0.00          87.48      0.00          87.48
##                                                                     high-impact role       1      0.00          87.49      0.00          87.49
##                                                                high-impact solutions       1      0.00          87.49      0.00          87.49
##                                              high-level architectural specifications       1      0.00          87.49      0.00          87.49
##                                                       high-level business objectives       1      0.00          87.49      0.00          87.49
##                                                            high-level controllership       1      0.00          87.49      0.00          87.49
##                                                           high-level of organization       1      0.00          87.50      0.00          87.50
##                                                      high-level project requirements       1      0.00          87.50      0.00          87.50
##                                                                 high-level summaries       1      0.00          87.50      0.00          87.50
##                                                           high-performance buildings       1      0.00          87.50      0.00          87.50
##                                                   high-performance computing systems       1      0.00          87.50      0.00          87.50
##                                           high-performance culture of accountability       1      0.00          87.50      0.00          87.50
##                                                      high-performance data streaming       1      0.00          87.51      0.00          87.51
##                                                  high-performance employment package       1      0.00          87.51      0.00          87.51
##                                                              high-performance energy       1      0.00          87.51      0.00          87.51
##                                                      high-performance semiconductors       1      0.00          87.51      0.00          87.51
##                                                   high-potential analytics scientist       1      0.00          87.51      0.00          87.51
##                                                                high-potential talent       1      0.00          87.52      0.00          87.52
##                                                                    high-profile team       1      0.00          87.52      0.00          87.52
##                                                           high-quality data analyses       1      0.00          87.52      0.00          87.52
##                                                     high-quality data drive insights       1      0.00          87.52      0.00          87.52
##                                                       high-quality information flows       1      0.00          87.52      0.00          87.52
##                                                                  high-quality manner       1      0.00          87.53      0.00          87.53
##                                                            high-ranking professional       1      0.00          87.53      0.00          87.53
##                                                                    high-risk systems       1      0.00          87.53      0.00          87.53
##                                          high-technology systems development ranging       1      0.00          87.53      0.00          87.53
##                                      high-throughput cloud processing of neural data       1      0.00          87.53      0.00          87.53
##                                                    high-value business activity data       1      0.00          87.53      0.00          87.53
##                                                                   high-velocity data       1      0.00          87.54      0.00          87.54
##                                                             high-visibility projects       1      0.00          87.54      0.00          87.54
##                                                           high availability services       1      0.00          87.54      0.00          87.54
##                                                           high comfortability coding       1      0.00          87.54      0.00          87.54
##                                                               high degree of comfort       1      0.00          87.54      0.00          87.54
##                                                           high degree of proficiency       1      0.00          87.55      0.00          87.55
##                                                        high degree of self awareness       1      0.00          87.55      0.00          87.55
##                                                      high degree of sql proficiency·       1      0.00          87.55      0.00          87.55
##                                                                  high degree ofvalue       1      0.00          87.55      0.00          87.55
##                                                             high dimensionality data       1      0.00          87.55      0.00          87.55
##                                                                    high energy level       1      0.00          87.56      0.00          87.56
##                                                         high energy work environment       1      0.00          87.56      0.00          87.56
##                                                                          high esteem       1      0.00          87.56      0.00          87.56
##                                                                        high exposure       1      0.00          87.56      0.00          87.56
##                                             high growth information security company       1      0.00          87.56      0.00          87.56
##                                                                          high impact       1      0.00          87.57      0.00          87.57
##                                                              high impact initiatives       1      0.00          87.57      0.00          87.57
##                                                                        high judgment       1      0.00          87.57      0.00          87.57
##                                                                high level dod client       1      0.00          87.57      0.00          87.57
##                                                                 high level of energy       1      0.00          87.57      0.00          87.57
##                                                              high level of expertise       1      0.00          87.57      0.00          87.57
##                                                 high level of intellectual curiosity       1      0.00          87.58      0.00          87.58
##                                                               high level of judgment       1      0.00          87.58      0.00          87.58
##                                                     high level of personal integrity       1      0.00          87.58      0.00          87.58
##                                                        high level of professionalism       1      0.00          87.58      0.00          87.58
##                                                            high level of proficiency       1      0.00          87.58      0.00          87.58
##                                                 high level of scientific achievement       1      0.00          87.59      0.00          87.59
##                                                                      high motivation       1      0.00          87.59      0.00          87.59
##                                                                          high output       1      0.00          87.59      0.00          87.59
##                                                                     high performance       1      0.00          87.59      0.00          87.59
##                                                                 high performing team       1      0.00          87.59      0.00          87.59
##                                                high power microwave systems modeling       1      0.00          87.60      0.00          87.60
##                                                                 high profile program       1      0.00          87.60      0.00          87.60
##                                                               high quality analytics       1      0.00          87.60      0.00          87.60
##                                                            high quality deliverables       1      0.00          87.60      0.00          87.60
##                                                           high quality documentation       1      0.00          87.60      0.00          87.60
##                                                                high quality outcomes       1      0.00          87.61      0.00          87.61
##                                                             high quality python code       1      0.00          87.61      0.00          87.61
##                                                 high quality rwd analytics solutions       1      0.00          87.61      0.00          87.61
##                                                                high quality software       1      0.00          87.61      0.00          87.61
##                                                          high risk business problems       1      0.00          87.61      0.00          87.61
##                                                                           high scale       1      0.00          87.61      0.00          87.61
##                                                                        high standard       1      0.00          87.62      0.00          87.62
##                                                             high technology products       1      0.00          87.62      0.00          87.62
##                                                                      high throughput       1      0.00          87.62      0.00          87.62
##                                                             high value opportunities       1      0.00          87.62      0.00          87.62
##                                                                          high volume       1      0.00          87.62      0.00          87.62
##                                                    high volume manufacturing setting       1      0.00          87.63      0.00          87.63
##                                                                 high volumes of data       1      0.00          87.63      0.00          87.63
##                                                                          higher-cost       1      0.00          87.63      0.00          87.63
##                                                                  higher-risk members       1      0.00          87.63      0.00          87.63
##                                                                     higher education       1      0.00          87.63      0.00          87.63
##                                                                   higher frequencies       1      0.00          87.64      0.00          87.64
##                                                                        higher holder       1      0.00          87.64      0.00          87.64
##                                                   higher level of security clearance       1      0.00          87.64      0.00          87.64
##                                                                       higher quality       1      0.00          87.64      0.00          87.64
##                                                            highest ethical standards       1      0.00          87.64      0.00          87.64
##                                               highest level of employee satisfaction       1      0.00          87.65      0.00          87.65
##                                                             highest level of service       1      0.00          87.65      0.00          87.65
##                                                        highest standards of accuracy       1      0.00          87.65      0.00          87.65
##                                                                            highlight       1      0.00          87.65      0.00          87.65
##                                                                 highquality software       1      0.00          87.65      0.00          87.65
##                                                                       highway safety       1      0.00          87.65      0.00          87.65
##                                                                                 hint       1      0.00          87.66      0.00          87.66
##                                                                                hipaa       1      0.00          87.66      0.00          87.66
##                                                                                 hire       1      0.00          87.66      0.00          87.66
##                                                                                hires       1      0.00          87.66      0.00          87.66
##                                                                   hiring environment       1      0.00          87.66      0.00          87.66
##                                                                         hiring level       1      0.00          87.67      0.00          87.67
##                                                                   hiring of veterans       1      0.00          87.67      0.00          87.67
##                                                                     hiring procedure       1      0.00          87.67      0.00          87.67
##                                                                   historical dataset       1      0.00          87.67      0.00          87.67
##                                                          historical member behaviors       1      0.00          87.67      0.00          87.67
##                                                              historical significance       1      0.00          87.68      0.00          87.68
##                                                        historical system performance       1      0.00          87.68      0.00          87.68
##                                                                   historical systems       1      0.00          87.68      0.00          87.68
##                                                                history of engagement       1      0.00          87.68      0.00          87.68
##                                                        history of strong performance       1      0.00          87.68      0.00          87.68
##                                                                                  hiv       1      0.00          87.69      0.00          87.69
##                                                                                  hld       1      0.00          87.69      0.00          87.69
##                                                                 hlm venture partners       1      0.00          87.69      0.00          87.69
##                                                                             holidays       1      0.00          87.69      0.00          87.69
##                                                                      holistic models       1      0.00          87.69      0.00          87.69
##                                                                   holistic solutions       1      0.00          87.69      0.00          87.69
##                                                           holistic views of customer       1      0.00          87.70      0.00          87.70
##                                                                       home-ownership       1      0.00          87.70      0.00          87.70
##                                                                          home buying       1      0.00          87.70      0.00          87.70
##                                                                               home d       1      0.00          87.70      0.00          87.70
##                                                                home fashion retailer       1      0.00          87.70      0.00          87.70
##                                                                   home health agency       1      0.00          87.71      0.00          87.71
##                                                              home insurance agencies       1      0.00          87.71      0.00          87.71
##                                                                          home office       1      0.00          87.71      0.00          87.71
##                                                                        home policies       1      0.00          87.71      0.00          87.71
##                                                                     home stress-free       1      0.00          87.71      0.00          87.71
##                                                                            homegoods       1      0.00          87.72      0.00          87.72
##                                                                           homeowners       1      0.00          87.72      0.00          87.72
##                                                                            homesense       1      0.00          87.72      0.00          87.72
##                                                                  honest conversation       1      0.00          87.72      0.00          87.72
##                                                                                 hope       1      0.00          87.72      0.00          87.72
##                                                          horizon healthcare services       1      0.00          87.73      0.00          87.73
##                                                                                 host       1      0.00          87.73      0.00          87.73
##                                                             host-based security logs       1      0.00          87.73      0.00          87.73
##                                                                         hosting firm       1      0.00          87.73      0.00          87.73
##                                                              hosts physician portals       1      0.00          87.73      0.00          87.73
##                                                                               hotels       1      0.00          87.73      0.00          87.73
##                                                                                 hour       1      0.00          87.74      0.00          87.74
##                                                               hourly worker projects       1      0.00          87.74      0.00          87.74
##                                                                               houses       1      0.00          87.74      0.00          87.74
##                                                               housing multiple teams       1      0.00          87.74      0.00          87.74
##                                                                                  hpc       1      0.00          87.74      0.00          87.74
##                                                                         hpda systems       1      0.00          87.75      0.00          87.75
##                                                                                  hpm       1      0.00          87.75      0.00          87.75
##                                                                                 hpsr       1      0.00          87.75      0.00          87.75
##                                                                                   hr       1      0.00          87.75      0.00          87.75
##                                                                           hr leaders       1      0.00          87.75      0.00          87.75
##                                                                     hr organizations       1      0.00          87.76      0.00          87.76
##                                                                    hr teams - better       1      0.00          87.76      0.00          87.76
##                                                                           hs diploma       1      0.00          87.76      0.00          87.76
##                                                                                  hta       1      0.00          87.76      0.00          87.76
##                                                                             hti labs       1      0.00          87.76      0.00          87.76
##                                                              hudson mx account teams       1      0.00          87.77      0.00          87.77
##                                                                   hudson mx benefits       1      0.00          87.77      0.00          87.77
##                                                                            huge plus       1      0.00          87.77      0.00          87.77
##                                                             huge variety of projects       1      0.00          87.77      0.00          87.77
##                                                           human-centered experiences       1      0.00          87.77      0.00          87.77
##                                                                         human brains       1      0.00          87.77      0.00          87.77
##                                                             human capital management       1      0.00          87.78      0.00          87.78
##                                                                      human cognition       1      0.00          87.78      0.00          87.78
##                                                                      human discovery       1      0.00          87.78      0.00          87.78
##                                                                      human existence       1      0.00          87.78      0.00          87.78
##                                                                        human factors       1      0.00          87.78      0.00          87.78
##                                                            human genetic information       1      0.00          87.79      0.00          87.79
##                                                                   human intelligence       1      0.00          87.79      0.00          87.79
##                                                           human machine interactions       1      0.00          87.79      0.00          87.79
##                                                                human rights campaign       1      0.00          87.79      0.00          87.79
##                                                                       human services       1      0.00          87.79      0.00          87.79
##                                                human trafficking prediction pipeline       1      0.00          87.80      0.00          87.80
##                                                              humanitarian assistance       1      0.00          87.80      0.00          87.80
##                                                                    humble aspiration       1      0.00          87.80      0.00          87.80
##                                                                             humility       1      0.00          87.80      0.00          87.80
##                                                             hungry - catered lunches       1      0.00          87.80      0.00          87.80
##                                                                    hybrid experience       1      0.00          87.81      0.00          87.81
##                                                                         hybrid skill       1      0.00          87.81      0.00          87.81
##                                                                              hygiene       1      0.00          87.81      0.00          87.81
##                                                                  hyper collaboration       1      0.00          87.81      0.00          87.81
##                                                    hypergiant data quality standards       1      0.00          87.81      0.00          87.81
##                                                                hyperparameter tuning       1      0.00          87.81      0.00          87.81
##                                                            hypothesis driven results       1      0.00          87.82      0.00          87.82
##                                                                hypothesis generation       1      0.00          87.82      0.00          87.82
##                                                                    hypothesis matrix       1      0.00          87.82      0.00          87.82
##                                                                       ian wong - ian       1      0.00          87.82      0.00          87.82
##                                                                           ibm cognos       1      0.00          87.82      0.00          87.82
##                                                                                  icd       1      0.00          87.83      0.00          87.83
##                                                                              iceberg       1      0.00          87.83      0.00          87.83
##                                                                                  icf       1      0.00          87.83      0.00          87.83
##                                                                        icf employees       1      0.00          87.83      0.00          87.83
##                                                                                 icml       1      0.00          87.83      0.00          87.83
##                                                                  iconic destinations       1      0.00          87.84      0.00          87.84
##                                                                            icx media       1      0.00          87.84      0.00          87.84
##                                                                  icx media's mission       1      0.00          87.84      0.00          87.84
##                                                                icx media application       1      0.00          87.84      0.00          87.84
##                                                                      idea of staging       1      0.00          87.84      0.00          87.84
##                                                       ideal candidate qualifications       1      0.00          87.85      0.00          87.85
##                                                                          ideal place       1      0.00          87.85      0.00          87.85
##                                                                         ideal player       1      0.00          87.85      0.00          87.85
##                                                                       ideal use case       1      0.00          87.85      0.00          87.85
##                                               identification of analytics approaches       1      0.00          87.85      0.00          87.85
##                                             identification of competitive advantages       1      0.00          87.85      0.00          87.85
##                                                         identification of data rules       1      0.00          87.86      0.00          87.86
##                                                           identification of patterns       1      0.00          87.86      0.00          87.86
##                                                                    identified issues       1      0.00          87.86      0.00          87.86
##                                                       identified population segments       1      0.00          87.86      0.00          87.86
##                                                                 identified variables       1      0.00          87.86      0.00          87.86
##                                                                   identity solutions       1      0.00          87.87      0.00          87.87
##                                                                                  idl       1      0.00          87.87      0.00          87.87
##                                                                                iherb       1      0.00          87.87      0.00          87.87
##                                                                    iiot technologies       1      0.00          87.87      0.00          87.87
##                                                                   il capability area       1      0.00          87.87      0.00          87.87
##                                                                  image-based meshing       1      0.00          87.88      0.00          87.88
##                                                                       image analysis       1      0.00          87.88      0.00          87.88
##                                                                         image assets       1      0.00          87.88      0.00          87.88
##                                                                     image simulation       1      0.00          87.88      0.00          87.88
##                                                                              imagery       1      0.00          87.88      0.00          87.88
##                                                                         imagery data       1      0.00          87.89      0.00          87.89
##                                                              imaginative use of data       1      0.00          87.89      0.00          87.89
##                                                              immediate-term projects       1      0.00          87.89      0.00          87.89
##                                                                immediate application       1      0.00          87.89      0.00          87.89
##                                                                       immediate need       1      0.00          87.89      0.00          87.89
##                                                                      immediate needs       1      0.00          87.89      0.00          87.89
##                                                              immediate opportunities       1      0.00          87.90      0.00          87.90
##                                                                immediate requirement       1      0.00          87.90      0.00          87.90
##                                                                      impact analysis       1      0.00          87.90      0.00          87.90
##                                                                         impact lives       1      0.00          87.90      0.00          87.90
##                                                                  impact of decisions       1      0.00          87.90      0.00          87.90
##                                                                impact of diagnostics       1      0.00          87.91      0.00          87.91
##                                                        impact of healthcare programs       1      0.00          87.91      0.00          87.91
##                                                                     impact of models       1      0.00          87.91      0.00          87.91
##                                                           impact of new technologies       1      0.00          87.91      0.00          87.91
##                                                                    impact of options       1      0.00          87.91      0.00          87.91
##                                                                     impact of sensor       1      0.00          87.92      0.00          87.92
##                                                             impact product decisions       1      0.00          87.92      0.00          87.92
##                                                                  impact productivity       1      0.00          87.92      0.00          87.92
##                                                           impact strategic decisions       1      0.00          87.92      0.00          87.92
##                                                                   impactful evidence       1      0.00          87.92      0.00          87.92
##                                                                       impactful jobs       1      0.00          87.93      0.00          87.93
##                                                                    impactful results       1      0.00          87.93      0.00          87.93
##                                              impacts of different parameter settings       1      0.00          87.93      0.00          87.93
##                                                 impacts of research computing policy       1      0.00          87.93      0.00          87.93
##                                                                  impending deadlines       1      0.00          87.93      0.00          87.93
##                                                                          imperatives       1      0.00          87.93      0.00          87.93
##                                                                       imperfect data       1      0.00          87.94      0.00          87.94
##                                                                  imperfect data sets       1      0.00          87.94      0.00          87.94
##                                                                imperfect information       1      0.00          87.94      0.00          87.94
##                                                                             implemen       1      0.00          87.94      0.00          87.94
##                                                         implementation documentation       1      0.00          87.94      0.00          87.94
##                                                         implementation of ai systems       1      0.00          87.95      0.00          87.95
##                                                         implementation of algorithms       1      0.00          87.95      0.00          87.95
##                                                    implementation of analytic models       1      0.00          87.95      0.00          87.95
##                                                         implementation of analytical       1      0.00          87.95      0.00          87.95
##                                                 implementation of automated indexing       1      0.00          87.95      0.00          87.95
##                                                     implementation of business plans       1      0.00          87.96      0.00          87.96
##                                                 implementation of business solutions       1      0.00          87.96      0.00          87.96
##                                   implementation of complex machine learning systems       1      0.00          87.96      0.00          87.96
##                                                         implementation of dashboards       1      0.00          87.96      0.00          87.96
##                                                implementation of data analysis plans       1      0.00          87.96      0.00          87.96
##                                                   implementation of data integration       1      0.00          87.97      0.00          87.97
##                                                        implementation of data models       1      0.00          87.97      0.00          87.97
##                                                implementation of data visualizations       1      0.00          87.97      0.00          87.97
##                                                            implementation of methods       1      0.00          87.97      0.00          87.97
##                                                             implementation of models       1      0.00          87.97      0.00          87.97
##                                                  implementation of new data analysis       1      0.00          87.97      0.00          87.97
##                                                            implementation of quality       1      0.00          87.98      0.00          87.98
##                                               implementation of search functionality       1      0.00          87.98      0.00          87.98
##                                              implementation of statistical solutions       1      0.00          87.98      0.00          87.98
##                                                  implementation of successful models       1      0.00          87.98      0.00          87.98
##                                                                implementation of tdm       1      0.00          87.98      0.00          87.98
##                                                                 implementation plans       1      0.00          87.99      0.00          87.99
##                                                            implementation techniques       1      0.00          87.99      0.00          87.99
##                                                                      implementations       1      0.00          87.99      0.00          87.99
##                                                                         implications       1      0.00          87.99      0.00          87.99
##                                                       implications of ongoing policy       1      0.00          87.99      0.00          87.99
##                                                                               import       1      0.00          88.00      0.00          88.00
##                                                          importance of communication       1      0.00          88.00      0.00          88.00
##                                                                      important asset       1      0.00          88.00      0.00          88.00
##                                                                   important business       1      0.00          88.00      0.00          88.00
##                                                           important business process       1      0.00          88.00      0.00          88.00
##                                                                 important challenges       1      0.00          88.01      0.00          88.01
##                                                                  important decisions       1      0.00          88.01      0.00          88.01
##                                                                       important exam       1      0.00          88.01      0.00          88.01
##                                                       important healthcare questions       1      0.00          88.01      0.00          88.01
##                                                               important improvements       1      0.00          88.01      0.00          88.01
##                                                                     important issues       1      0.00          88.01      0.00          88.01
##                                                                      important parts       1      0.00          88.02      0.00          88.02
##                                                                  important resources       1      0.00          88.02      0.00          88.02
##                                                                    important signals       1      0.00          88.02      0.00          88.02
##                                                                      important thing       1      0.00          88.02      0.00          88.02
##                                                                     important vision       1      0.00          88.02      0.00          88.02
##                                                                 important well-being       1      0.00          88.03      0.00          88.03
##                                                                       important work       1      0.00          88.03      0.00          88.03
##                                                                              improve       1      0.00          88.03      0.00          88.03
##                                                             improved decision making       1      0.00          88.03      0.00          88.03
##                                                                   improved decisions       1      0.00          88.03      0.00          88.03
##                                     improved natural language understanding accuracy       1      0.00          88.04      0.00          88.04
##                                                                    improved outcomes       1      0.00          88.04      0.00          88.04
##                                                             improved quality of care       1      0.00          88.04      0.00          88.04
##                                                          improvement of action plans       1      0.00          88.04      0.00          88.04
##                                                     improvement of business practice       1      0.00          88.04      0.00          88.04
##                                                     improvement of created platforms       1      0.00          88.05      0.00          88.05
##                                                  improvement of marketing techniques       1      0.00          88.05      0.00          88.05
##                                                 improvement of operational processes       1      0.00          88.05      0.00          88.05
##                                                      improvement of reporting server       1      0.00          88.05      0.00          88.05
##                                                      improvement of service delivery       1      0.00          88.05      0.00          88.05
##                                                            improvement opportunities       1      0.00          88.05      0.00          88.05
##                                                                    in-depth analyses       1      0.00          88.06      0.00          88.06
##                                                           in-depth analytics support       1      0.00          88.06      0.00          88.06
##                                                          in-depth business knowledge       1      0.00          88.06      0.00          88.06
##                                                                in-depth data science       1      0.00          88.06      0.00          88.06
##                                                                  in-depth experience       1      0.00          88.06      0.00          88.06
##                                                              in-depth investigations       1      0.00          88.07      0.00          88.07
##                                                      in-depth knowledge of databases       1      0.00          88.07      0.00          88.07
##                                    in-depth knowledge of various modeling algorithms       1      0.00          88.07      0.00          88.07
##                                                         in-depth logistics analytics       1      0.00          88.07      0.00          88.07
##                                                        in-depth statistical analyses       1      0.00          88.07      0.00          88.07
##                       in-depth understanding of amazon's current fulfillment network       1      0.00          88.08      0.00          88.08
##                                                                         in-house caf       1      0.00          88.08      0.00          88.08
##                                                                 in-house development       1      0.00          88.08      0.00          88.08
##                                                 in-house machine learning algorithms       1      0.00          88.08      0.00          88.08
##                                                 in-house neural network architecture       1      0.00          88.08      0.00          88.08
##                                                             in-house real-world data       1      0.00          88.09      0.00          88.09
##                                                                         in-house rwd       1      0.00          88.09      0.00          88.09
##                                                                                  in1       1      0.00          88.09      0.00          88.09
##                                                                            inability       1      0.00          88.09      0.00          88.09
##                                                                         inbound data       1      0.00          88.09      0.00          88.09
##                                                                                  inc       1      0.00          88.09      0.00          88.09
##                                                                           incentives       1      0.00          88.10      0.00          88.10
##                                                           incidence rate calculation       1      0.00          88.10      0.00          88.10
##                                                                             incident       1      0.00          88.10      0.00          88.10
##                                                              incident classification       1      0.00          88.10      0.00          88.10
##                                                                    incident features       1      0.00          88.10      0.00          88.10
##                                                                    incident modeling       1      0.00          88.11      0.00          88.11
##                                                          incident resolution recipes       1      0.00          88.11      0.00          88.11
##                                                                    inclusion program       1      0.00          88.11      0.00          88.11
##                                                                      inclusive brand       1      0.00          88.11      0.00          88.11
##                                                           inclusive work environment       1      0.00          88.11      0.00          88.11
##                                                             inclusive workplacewhere       1      0.00          88.12      0.00          88.12
##                                                                          inclusivity       1      0.00          88.12      0.00          88.12
##                                                                       income markets       1      0.00          88.12      0.00          88.12
##                                                                        incoming data       1      0.00          88.12      0.00          88.12
##                                                                     incoming request       1      0.00          88.12      0.00          88.12
##                                                                 incomplete data sets       1      0.00          88.13      0.00          88.13
##                                                                     incongruent data       1      0.00          88.13      0.00          88.13
##                                                               inconsistent data sets       1      0.00          88.13      0.00          88.13
##                                                                    incorporate input       1      0.00          88.13      0.00          88.13
##                                                      incorporation of new technology       1      0.00          88.13      0.00          88.13
##                                                                   increased accuracy       1      0.00          88.13      0.00          88.13
##                                                                    increased revenue       1      0.00          88.14      0.00          88.14
##                                                   increasing level of responsibility       1      0.00          88.14      0.00          88.14
##                                                          increasing responsibilities       1      0.00          88.14      0.00          88.14
##                                                                     increasing scope       1      0.00          88.14      0.00          88.14
##                                                                 incredible ingenuity       1      0.00          88.14      0.00          88.14
##                                                             incredible opportunities       1      0.00          88.15      0.00          88.15
##                                                               incredible opportunity       1      0.00          88.15      0.00          88.15
##                                                                      incredible team       1      0.00          88.15      0.00          88.15
##                                                             incremental improvements       1      0.00          88.15      0.00          88.15
##                                                                 incremental response       1      0.00          88.15      0.00          88.15
##                                                                  incremental revenue       1      0.00          88.16      0.00          88.16
##                                                                    incremental value       1      0.00          88.16      0.00          88.16
##                                                                       incrementality       1      0.00          88.16      0.00          88.16
##                                                                               indeed       1      0.00          88.16      0.00          88.16
##                                                                         independence       1      0.00          88.16      0.00          88.16
##                                                                 independent analysis       1      0.00          88.17      0.00          88.17
##                                                         independent content creators       1      0.00          88.17      0.00          88.17
##                                                                independent decisions       1      0.00          88.17      0.00          88.17
##                                                       independent group of companies       1      0.00          88.17      0.00          88.17
##                                                             independent lean startup       1      0.00          88.17      0.00          88.17
##                                                                 independent research       1      0.00          88.17      0.00          88.17
##                                                             independent self-starter       1      0.00          88.18      0.00          88.18
##                                                                independent variables       1      0.00          88.18      0.00          88.18
##                                                                       index ventures       1      0.00          88.18      0.00          88.18
##                                                                          indications       1      0.00          88.18      0.00          88.18
##                                                                indicators of science       1      0.00          88.18      0.00          88.18
##                                                                  individual's status       1      0.00          88.19      0.00          88.19
##                                                                 individual consumers       1      0.00          88.19      0.00          88.19
##                                                                      individual work       1      0.00          88.19      0.00          88.19
##                                                                     individual works       1      0.00          88.19      0.00          88.19
##                                                                    indoor experience       1      0.00          88.19      0.00          88.19
##                                                 industrial-organizational psychology       1      0.00          88.20      0.00          88.20
##                                                                 industrial analytics       1      0.00          88.20      0.00          88.20
##                                                                    industrial assets       1      0.00          88.20      0.00          88.20
##                                                 industrial organizational psychology       1      0.00          88.20      0.00          88.20
##                                                                  industrial problems       1      0.00          88.20      0.00          88.20
##                                               industry-leading environmental efforts       1      0.00          88.21      0.00          88.21
##                                                             industry-leading experts       1      0.00          88.21      0.00          88.21
##                                                industry-leading home valuation model       1      0.00          88.21      0.00          88.21
##                                                             industry-leading systems       1      0.00          88.21      0.00          88.21
##                                                                            industry·       1      0.00          88.21      0.00          88.21
##                                                      industry background preferences       1      0.00          88.21      0.00          88.21
##                                                               industry best practice       1      0.00          88.22      0.00          88.22
##                                                                     industry clients       1      0.00          88.22      0.00          88.22
##                                                              industry collaborations       1      0.00          88.22      0.00          88.22
##                                                                   industry customers       1      0.00          88.22      0.00          88.22
##                                                                 industry environment       1      0.00          88.22      0.00          88.22
##                                                         industry experience building       1      0.00          88.23      0.00          88.23
##                                                                     industry experts       1      0.00          88.23      0.00          88.23
##                                                  industry key performance indicators       1      0.00          88.23      0.00          88.23
##                                                               industry leading tools       1      0.00          88.23      0.00          88.23
##                                                                    industry problems       1      0.00          88.23      0.00          88.23
##                                         industry relevant key performance indicators       1      0.00          88.24      0.00          88.24
##                                                                        industry ripe       1      0.00          88.24      0.00          88.24
##                                                                   industry solutions       1      0.00          88.24      0.00          88.24
##                                                     industry standard big data tools       1      0.00          88.24      0.00          88.24
##                                                                    industry veterans       1      0.00          88.24      0.00          88.24
##                                                          infection control standards       1      0.00          88.25      0.00          88.25
##                                                             inference considerations       1      0.00          88.25      0.00          88.25
##                                                                       inference data       1      0.00          88.25      0.00          88.25
##                                                                  inference pipelines       1      0.00          88.25      0.00          88.25
##                                                                   inferential models       1      0.00          88.25      0.00          88.25
##                                                              inferential statistics·       1      0.00          88.25      0.00          88.25
##                                                                     influence change       1      0.00          88.26      0.00          88.26
##                                                                      influence cross       1      0.00          88.26      0.00          88.26
##                                                                      info technology       1      0.00          88.26      0.00          88.26
##                                                                            infocubes       1      0.00          88.26      0.00          88.26
##                                                                           infomatica       1      0.00          88.26      0.00          88.26
##                                                                        informal role       1      0.00          88.27      0.00          88.27
##                                                                    informal training       1      0.00          88.27      0.00          88.27
##                                                                     informatics team       1      0.00          88.27      0.00          88.27
##                                               information-driven marketing processes       1      0.00          88.27      0.00          88.27
##                                                               information accessible       1      0.00          88.27      0.00          88.27
##                                                                  information company       1      0.00          88.28      0.00          88.28
##                                                   information distribution standards       1      0.00          88.28      0.00          88.28
##                                                        information domain boundaries       1      0.00          88.28      0.00          88.28
##                                                                   information issues       1      0.00          88.28      0.00          88.28
##                                                         information management teams       1      0.00          88.28      0.00          88.28
##                                                                    information needs       1      0.00          88.29      0.00          88.29
##                                                      information technology division       1      0.00          88.29      0.00          88.29
##                                                      information technology industry       1      0.00          88.29      0.00          88.29
##                              information technology systems modernization management       1      0.00          88.29      0.00          88.29
##                                                                  information warfare       1      0.00          88.29      0.00          88.29
##                                                                 informative features       1      0.00          88.29      0.00          88.29
##                                                                  informative reports       1      0.00          88.30      0.00          88.30
##                                              informed data-driven business decisions       1      0.00          88.30      0.00          88.30
##                                                                  informed enrollment       1      0.00          88.30      0.00          88.30
##                                             informed executive-level decision making       1      0.00          88.30      0.00          88.30
##                                                                           infoscitex       1      0.00          88.30      0.00          88.30
##                                                           infrastructure constraints       1      0.00          88.31      0.00          88.31
##                                                  infrastructure service data sources       1      0.00          88.31      0.00          88.31
##                                                              infrastructure services       1      0.00          88.31      0.00          88.31
##                                                              infrastructure software       1      0.00          88.31      0.00          88.31
##                                                               infrastructure support       1      0.00          88.31      0.00          88.31
##                                                                  infrastructure team       1      0.00          88.32      0.00          88.32
##                                                 infrastructure web services platform       1      0.00          88.32      0.00          88.32
##                                                                  ingenious solutions       1      0.00          88.32      0.00          88.32
##                                                                            ingestion       1      0.00          88.32      0.00          88.32
##                                                                     ingestion of new       1      0.00          88.32      0.00          88.32
##                                                               ingestion technologies       1      0.00          88.33      0.00          88.33
##                                                                            ingetting       1      0.00          88.33      0.00          88.33
##                                                                     initial analysis       1      0.00          88.33      0.00          88.33
##                                                                      initial capture       1      0.00          88.33      0.00          88.33
##                                                                       initial design       1      0.00          88.33      0.00          88.33
##                                                                   initial evaluation       1      0.00          88.33      0.00          88.33
##                                                                        initial model       1      0.00          88.34      0.00          88.34
##                                                                 initial requirements       1      0.00          88.34      0.00          88.34
##                                                                  initialized capital       1      0.00          88.34      0.00          88.34
##                                                          initiate defect fix process       1      0.00          88.34      0.00          88.34
##                                                                  initiate strategies       1      0.00          88.34      0.00          88.34
##                                                                   initiative of data       1      0.00          88.35      0.00          88.35
##                                                                                  inn       1      0.00          88.35      0.00          88.35
##                                                                           innovating       1      0.00          88.35      0.00          88.35
##                                                                     innovation group       1      0.00          88.35      0.00          88.35
##                                                             innovation opportunities       1      0.00          88.35      0.00          88.35
##                                                                   innovation partner       1      0.00          88.36      0.00          88.36
##                                                                innovation technology       1      0.00          88.36      0.00          88.36
##                                          innovative aluminum transportation products       1      0.00          88.36      0.00          88.36
##                                                     innovative analytical approaches       1      0.00          88.36      0.00          88.36
##                                                       innovative analytics solutions       1      0.00          88.36      0.00          88.36
##                                                                  innovative approach       1      0.00          88.37      0.00          88.37
##                                                        innovative business decisions       1      0.00          88.37      0.00          88.37
##                                                        innovative business solutions       1      0.00          88.37      0.00          88.37
##                                                              innovative capabilities       1      0.00          88.37      0.00          88.37
##                                                       innovative data-driven methods       1      0.00          88.37      0.00          88.37
##                                                               innovative data models       1      0.00          88.37      0.00          88.37
##                                                    innovative data science solutions       1      0.00          88.38      0.00          88.38
##                                                   innovative data science techniques       1      0.00          88.38      0.00          88.38
##                                                            innovative data scientist       1      0.00          88.38      0.00          88.38
##                                                       innovative education companies       1      0.00          88.38      0.00          88.38
##                                                               innovative environment       1      0.00          88.38      0.00          88.38
##                                                                     innovative ideas       1      0.00          88.39      0.00          88.39
##                                                           innovative industry leader       1      0.00          88.39      0.00          88.39
##                                                              innovative job training       1      0.00          88.39      0.00          88.39
##                                                             innovative methodologies       1      0.00          88.39      0.00          88.39
##                                                        innovative microbiome science       1      0.00          88.39      0.00          88.39
##                                                               innovative mri methods       1      0.00          88.40      0.00          88.40
##                                                                   innovative patents       1      0.00          88.40      0.00          88.40
##                                                                innovative processing       1      0.00          88.40      0.00          88.40
##                                              innovative product growth opportunities       1      0.00          88.40      0.00          88.40
##                                                     innovative senior data scientist       1      0.00          88.40      0.00          88.40
##                                                                  innovative services       1      0.00          88.41      0.00          88.41
##                                                        innovative solutions provider       1      0.00          88.41      0.00          88.41
##                                                                   innovative systems       1      0.00          88.41      0.00          88.41
##                                                                     input parameters       1      0.00          88.41      0.00          88.41
##                                                                      inquiring minds       1      0.00          88.41      0.00          88.41
##                                                                     inquisitive mind       1      0.00          88.41      0.00          88.41
##                                                            inscom mi bde-theater igd       1      0.00          88.42      0.00          88.42
##                                                         inscopix's neurotechnologies       1      0.00          88.42      0.00          88.42
##                                                                      inscopix nvista       1      0.00          88.42      0.00          88.42
##                                                    insider threat analytic personnel       1      0.00          88.42      0.00          88.42
##                                                          insider threat capabilities       1      0.00          88.42      0.00          88.42
##                                                               insider threat program       1      0.00          88.43      0.00          88.43
##                                                          insight-driven organization       1      0.00          88.43      0.00          88.43
##                                                                      insight engines       1      0.00          88.43      0.00          88.43
##                                                                insight opportunities       1      0.00          88.43      0.00          88.43
##                                                       insightful business narratives       1      0.00          88.43      0.00          88.43
##                                                    insightful visualizations of data       1      0.00          88.44      0.00          88.44
##                                                                   insights available       1      0.00          88.44      0.00          88.44
##                                                              insights data scientist       1      0.00          88.44      0.00          88.44
##                                                                       insights group       1      0.00          88.44      0.00          88.44
##                                                                 insights impact ebay       1      0.00          88.44      0.00          88.44
##                                                          insights inherent utcs best       1      0.00          88.45      0.00          88.45
##                                                                inspired overachiever       1      0.00          88.45      0.00          88.45
##                                                                inspiring environment       1      0.00          88.45      0.00          88.45
##                                                                            instagram       1      0.00          88.45      0.00          88.45
##                                                                  installation issues       1      0.00          88.45      0.00          88.45
##                                                                             instance       1      0.00          88.45      0.00          88.45
##                                                                              instant       1      0.00          88.46      0.00          88.46
##                                                                            instincts       1      0.00          88.46      0.00          88.46
##                                                                            institute       1      0.00          88.46      0.00          88.46
##                                                       institute of cognitive science       1      0.00          88.46      0.00          88.46
##                                                                           institutes       1      0.00          88.46      0.00          88.46
##                                                 institutional analytics capabilities       1      0.00          88.47      0.00          88.47
##                                                                institutional clients       1      0.00          88.47      0.00          88.47
##                                                                instructor experience       1      0.00          88.47      0.00          88.47
##                                                             instrumentation products       1      0.00          88.47      0.00          88.47
##                                                                            insurance       1      0.00          88.47      0.00          88.47
##                                                                insurance broker base       1      0.00          88.48      0.00          88.48
##                                                                    insurance brokers       1      0.00          88.48      0.00          88.48
##                                                                     insurance claims       1      0.00          88.48      0.00          88.48
##                                                           insurance claims databases       1      0.00          88.48      0.00          88.48
##                                                                      insurance needs       1      0.00          88.48      0.00          88.48
##                                                                  insurance offerings       1      0.00          88.49      0.00          88.49
##                                                           insurance risk predictions       1      0.00          88.49      0.00          88.49
##                                                                   insurance shoppers       1      0.00          88.49      0.00          88.49
##                                                                             int data       1      0.00          88.49      0.00          88.49
##                                                                     integral element       1      0.00          88.49      0.00          88.49
##                                                                      integral leader       1      0.00          88.49      0.00          88.49
##                                                  integrated academic delivery system       1      0.00          88.50      0.00          88.50
##                                                 integrated application of risk asses       1      0.00          88.50      0.00          88.50
##                                                               integrated consultancy       1      0.00          88.50      0.00          88.50
##                                                               integrated data models       1      0.00          88.50      0.00          88.50
##                                                        integrated digital experience       1      0.00          88.50      0.00          88.50
##                                                                 integrated knowledge       1      0.00          88.51      0.00          88.51
##                                                                        integrated rf       1      0.00          88.51      0.00          88.51
##                                                          integrated system solutions       1      0.00          88.51      0.00          88.51
##                                                        integrated vertical solutions       1      0.00          88.51      0.00          88.51
##                                                               integrating principles       1      0.00          88.51      0.00          88.51
##                                                                   integration issues       1      0.00          88.52      0.00          88.52
##                                                                  integration of data       1      0.00          88.52      0.00          88.52
##                                                 integration of marketing performance       1      0.00          88.52      0.00          88.52
##                                                        integration of new processing       1      0.00          88.52      0.00          88.52
##                                                                    integration teams       1      0.00          88.52      0.00          88.52
##                                                                         integrations       1      0.00          88.53      0.00          88.53
##                                                                    integrations role       1      0.00          88.53      0.00          88.53
##                                                      intellectual property portfolio       1      0.00          88.53      0.00          88.53
##                                                                   intellectual rigor       1      0.00          88.53      0.00          88.53
##                                                                intelligence agencies       1      0.00          88.53      0.00          88.53
##                                                                intelligence analysts       1      0.00          88.53      0.00          88.53
##                                                             intelligence communities       1      0.00          88.54      0.00          88.54
##                                                               intelligence databases       1      0.00          88.54      0.00          88.54
##                                                                  intelligence issues       1      0.00          88.54      0.00          88.54
##                                                                intelligence officers       1      0.00          88.54      0.00          88.54
##                                                                intelligence problems       1      0.00          88.54      0.00          88.54
##                                                           intelligence professionals       1      0.00          88.55      0.00          88.55
##                                                               intelligence questions       1      0.00          88.55      0.00          88.55
##                                                                intelligence services       1      0.00          88.55      0.00          88.55
##                                                                intelligent analytics       1      0.00          88.55      0.00          88.55
##                                                             intelligent applications       1      0.00          88.55      0.00          88.55
##                                                                   intelligent search       1      0.00          88.56      0.00          88.56
##                                                                 intelligent services       1      0.00          88.56      0.00          88.56
##                                                                             intellij       1      0.00          88.56      0.00          88.56
##                                                                   intensive products       1      0.00          88.56      0.00          88.56
##                                                                      intensive steps       1      0.00          88.56      0.00          88.56
##                                                                               intent       1      0.00          88.57      0.00          88.57
##                                                         intent of discovering trends       1      0.00          88.57      0.00          88.57
##                                                         inter-institutional partners       1      0.00          88.57      0.00          88.57
##                                                                          interacting       1      0.00          88.57      0.00          88.57
##                                                                          interaction       1      0.00          88.57      0.00          88.57
##                                         interactive business intelligence dashboards       1      0.00          88.57      0.00          88.57
##                                                               interactive dashboards       1      0.00          88.58      0.00          88.58
##                                                            interactive data language       1      0.00          88.58      0.00          88.58
##                                                                    interactive media       1      0.00          88.58      0.00          88.58
##                                                                  interactive outputs       1      0.00          88.58      0.00          88.58
##                                                          interactive visual insights       1      0.00          88.58      0.00          88.58
##                                                            intercontinental exchange       1      0.00          88.59      0.00          88.59
##                                                      interdisciplinary project teams       1      0.00          88.59      0.00          88.59
##                                                           interdisciplinary projects       1      0.00          88.59      0.00          88.59
##                                                      interdisciplinary research team       1      0.00          88.59      0.00          88.59
##                                                 interdisciplinary team of scientists       1      0.00          88.59      0.00          88.59
##                                                            interesting opportunities       1      0.00          88.60      0.00          88.60
##                                                                 interesting projects       1      0.00          88.60      0.00          88.60
##                                                                   interesting trends       1      0.00          88.60      0.00          88.60
##                                                                  interface of design       1      0.00          88.60      0.00          88.60
##                                                                    interim clearance       1      0.00          88.60      0.00          88.60
##                                                                 intermediate ability       1      0.00          88.60      0.00          88.60
##                               intermediate demonstrated written communication skills       1      0.00          88.61      0.00          88.61
##                                                                intermediate payments       1      0.00          88.61      0.00          88.61
##                                                  intermediate programming experience       1      0.00          88.61      0.00          88.61
##                                                intermountain neuroimaging consortium       1      0.00          88.61      0.00          88.61
##                                                     internal analytics platform team       1      0.00          88.61      0.00          88.61
##                                                              internal analytics team       1      0.00          88.62      0.00          88.62
##                                                                      internal audits       1      0.00          88.62      0.00          88.62
##                                                                    internal business       1      0.00          88.62      0.00          88.62
##                                                           internal business partners       1      0.00          88.62      0.00          88.62
##                                                       internal business stakeholders       1      0.00          88.62      0.00          88.62
##                                                              internal business teams       1      0.00          88.63      0.00          88.63
##                                                        internal data science toolbox       1      0.00          88.63      0.00          88.63
##                                                                internal data sources       1      0.00          88.63      0.00          88.63
##                                                                   internal databases       1      0.00          88.63      0.00          88.63
##                                                                 internal discussions       1      0.00          88.63      0.00          88.63
##                                                                      internal expert       1      0.00          88.64      0.00          88.64
##                                                                   internal learnings       1      0.00          88.64      0.00          88.64
##                                                                   internal marketing       1      0.00          88.64      0.00          88.64
##                                                                    internal mobility       1      0.00          88.64      0.00          88.64
##                                                                    internal products       1      0.00          88.64      0.00          88.64
##                                                                          internal qa       1      0.00          88.64      0.00          88.64
##                                                                           internal r       1      0.00          88.65      0.00          88.65
##                                                                   internal reporting       1      0.00          88.65      0.00          88.65
##                                                                   internal resources       1      0.00          88.65      0.00          88.65
##                                               internal review of software components       1      0.00          88.65      0.00          88.65
##                                                                  internal scientists       1      0.00          88.65      0.00          88.65
##                                                                    internal transfer       1      0.00          88.66      0.00          88.66
##                                                            internal web applications       1      0.00          88.66      0.00          88.66
##                                                               international agencies       1      0.00          88.66      0.00          88.66
##                                                                  international brand       1      0.00          88.66      0.00          88.66
##                                                              international clientele       1      0.00          88.66      0.00          88.66
##                                                                 international impact       1      0.00          88.67      0.00          88.67
##                                                                 international leader       1      0.00          88.67      0.00          88.67
##                                                               international meetings       1      0.00          88.67      0.00          88.67
##                                                       international rescue committee       1      0.00          88.67      0.00          88.67
##                                                                international traffic       1      0.00          88.67      0.00          88.67
##                                                                    internet explorer       1      0.00          88.68      0.00          88.68
##                                                           internet of things company       1      0.00          88.68      0.00          88.68
##                                                                   internet protocols       1      0.00          88.68      0.00          88.68
##                                                                       internet scale       1      0.00          88.68      0.00          88.68
##                                                            internet web transactions       1      0.00          88.68      0.00          88.68
##                                                                internship experience       1      0.00          88.68      0.00          88.68
##                                                                          internships       1      0.00          88.69      0.00          88.69
##                                                                     interoperability       1      0.00          88.69      0.00          88.69
##                                                    interoperable corporate solutions       1      0.00          88.69      0.00          88.69
##                                                          interpersonal communication       1      0.00          88.69      0.00          88.69
##                                                   interpersonal communication skills       1      0.00          88.69      0.00          88.69
##                                                          interpersonal effectiveness       1      0.00          88.70      0.00          88.70
##                                                                     interpretability       1      0.00          88.70      0.00          88.70
##                                                               interpretable modeling       1      0.00          88.70      0.00          88.70
##                                                  interpretation of analytics outputs       1      0.00          88.70      0.00          88.70
##                                                          interpretation of data sets       1      0.00          88.70      0.00          88.70
##                                                                      interpretations       1      0.00          88.71      0.00          88.71
##                                                   interpreting decision support data       1      0.00          88.71      0.00          88.71
##                                                             interpreting information       1      0.00          88.71      0.00          88.71
##                                                                 interpreting results       1      0.00          88.71      0.00          88.71
##                                                            interpreting segmentation       1      0.00          88.71      0.00          88.71
##                                                                   interrelationships       1      0.00          88.72      0.00          88.72
##                                                                         intersection       1      0.00          88.72      0.00          88.72
##                                                                intersection of media       1      0.00          88.72      0.00          88.72
##                                                             intersection of research       1      0.00          88.72      0.00          88.72
##                                                 intersection of rigorous engineering       1      0.00          88.72      0.00          88.72
##                                                      intersection of serious illness       1      0.00          88.72      0.00          88.72
##                                                               interval product teams       1      0.00          88.73      0.00          88.73
##                                                                        interventions       1      0.00          88.73      0.00          88.73
##                                                                            interview       1      0.00          88.73      0.00          88.73
##                                                                  interviewing skills       1      0.00          88.73      0.00          88.73
##                                                                   intimate knowledge       1      0.00          88.73      0.00          88.73
##                                                                 intractable problems       1      0.00          88.74      0.00          88.74
##                                                                          intricacies       1      0.00          88.74      0.00          88.74
##                                                                                intro       1      0.00          88.74      0.00          88.74
##                                                        intuitive data visualizations       1      0.00          88.74      0.00          88.74
##                                                                    intuitive fashion       1      0.00          88.74      0.00          88.74
##                                                              intuitive visualization       1      0.00          88.75      0.00          88.75
##                                                                            invention       1      0.00          88.75      0.00          88.75
##                                                              inventive new solutions       1      0.00          88.75      0.00          88.75
##                                                                        inventiveness       1      0.00          88.75      0.00          88.75
##                                                                       inventory data       1      0.00          88.75      0.00          88.75
##                                                                 inventory management       1      0.00          88.76      0.00          88.76
##                                                                   inventory modeling       1      0.00          88.76      0.00          88.76
##                                                                     inventory models       1      0.00          88.76      0.00          88.76
##                                                                   inventory planning       1      0.00          88.76      0.00          88.76
##                                                                        investigation       1      0.00          88.76      0.00          88.76
##                                                             investigational new drug       1      0.00          88.76      0.00          88.76
##                                                                        investigators       1      0.00          88.77      0.00          88.77
##                                                                   investment banking       1      0.00          88.77      0.00          88.77
##                                                                   investment choices       1      0.00          88.77      0.00          88.77
##                                                             investment opportunities       1      0.00          88.77      0.00          88.77
##                                                                      invisible light       1      0.00          88.77      0.00          88.77
##                                                                          invitations       1      0.00          88.78      0.00          88.78
##                                                                invited presentations       1      0.00          88.78      0.00          88.78
##                                                                      invited speaker       1      0.00          88.78      0.00          88.78
##                                                                          iot sensors       1      0.00          88.78      0.00          88.78
##                                                                                  ira       1      0.00          88.78      0.00          88.78
##                                                                                  isn       1      0.00          88.79      0.00          88.79
##                                                                                  iso       1      0.00          88.79      0.00          88.79
##                                                  iso standard - postgresql knowledge       1      0.00          88.79      0.00          88.79
##                                                                                  isr       1      0.00          88.79      0.00          88.79
##                                                                          issue areas       1      0.00          88.79      0.00          88.79
##                                                                     issue resolution       1      0.00          88.80      0.00          88.80
##                                                           issues of data acquisition       1      0.00          88.80      0.00          88.80
##                                                                                 itar       1      0.00          88.80      0.00          88.80
##                                                                                  itd       1      0.00          88.80      0.00          88.80
##                                                                      item level data       1      0.00          88.80      0.00          88.80
##                                                                  item qualifications       1      0.00          88.80      0.00          88.80
##                                                                                items       1      0.00          88.81      0.00          88.81
##                                                                  iterating solutions       1      0.00          88.81      0.00          88.81
##                                                                 iterative approaches       1      0.00          88.81      0.00          88.81
##                           iterative development of validated minimum viable solution       1      0.00          88.81      0.00          88.81
##                                                                iterative environment       1      0.00          88.81      0.00          88.81
##                                                                iterative exploration       1      0.00          88.82      0.00          88.82
##                                                                    iterative process       1      0.00          88.82      0.00          88.82
##                                                                  iterative processes       1      0.00          88.82      0.00          88.82
##                                                                       iterative work       1      0.00          88.82      0.00          88.82
##                                                                            ithaca ny       1      0.00          88.82      0.00          88.82
##                                                                    ivy league school       1      0.00          88.83      0.00          88.83
##                                                                                j0619       1      0.00          88.83      0.00          88.83
##                                                                  janitorial supplies       1      0.00          88.83      0.00          88.83
##                                                                janssen data sciences       1      0.00          88.83      0.00          88.83
##                                          janssen pharmaceutical companies of johnson       1      0.00          88.83      0.00          88.83
##                                                              janssen pharmaceuticals       1      0.00          88.84      0.00          88.84
##                                                                     janssen research       1      0.00          88.84      0.00          88.84
##                                                           java programming languages       1      0.00          88.84      0.00          88.84
##                                                                javascript experience       1      0.00          88.84      0.00          88.84
##                                                               javascript pl3 desired       1      0.00          88.84      0.00          88.84
##                                                                                jboss       1      0.00          88.84      0.00          88.84
##                                                             jbs usa corporate office       1      0.00          88.85      0.00          88.85
##                                                                                 jdbc       1      0.00          88.85      0.00          88.85
##                                                                                jdpac       1      0.00          88.85      0.00          88.85
##                                                                          jet engines       1      0.00          88.85      0.00          88.85
##                                                                                   jk       1      0.00          88.85      0.00          88.85
##                                                                           jmi equity       1      0.00          88.86      0.00          88.86
##                                                                                  jml       1      0.00          88.86      0.00          88.86
##                                                                       jnjdatascience       1      0.00          88.86      0.00          88.86
##                                                                   job-related duties       1      0.00          88.86      0.00          88.86
##                                                             job-related instructions       1      0.00          88.86      0.00          88.86
##                                                                       job close date       1      0.00          88.87      0.00          88.87
##                                                                    job data services       1      0.00          88.87      0.00          88.87
##                                                                       job dimensions       1      0.00          88.87      0.00          88.87
##                                                                     job expectations       1      0.00          88.87      0.00          88.87
##                                                                         job function       1      0.00          88.87      0.00          88.87
##                                                                      job information       1      0.00          88.88      0.00          88.88
##                                                                            job level       1      0.00          88.88      0.00          88.88
##                                                                  job location - city       1      0.00          88.88      0.00          88.88
##                                                                            job offer       1      0.00          88.88      0.00          88.88
##                                                                        job open date       1      0.00          88.88      0.00          88.88
##                                                                          job partner       1      0.00          88.88      0.00          88.88
##                                                                      job performance       1      0.00          88.89      0.00          88.89
##                                                                    job profile title       1      0.00          88.89      0.00          88.89
##                                                                   job qualifications       1      0.00          88.89      0.00          88.89
##                                                                  job recommendations       1      0.00          88.89      0.00          88.89
##                                                                         job research       1      0.00          88.89      0.00          88.89
##                                                                     job satisfaction       1      0.00          88.90      0.00          88.90
##                                                                          job segment       1      0.00          88.90      0.00          88.90
##                                                                   job specifications       1      0.00          88.90      0.00          88.90
##                                                                           job status       1      0.00          88.90      0.00          88.90
##                                                                    job type standard       1      0.00          88.90      0.00          88.90
##                                                                                 job)       1      0.00          88.91      0.00          88.91
##                                                                           jobs alias       1      0.00          88.91      0.00          88.91
##                                                                           john smith       1      0.00          88.91      0.00          88.91
##                                                        johnson's family of companies       1      0.00          88.91      0.00          88.91
##                                           joint distribution process analysis center       1      0.00          88.91      0.00          88.91
##                                                                      joint solutions       1      0.00          88.92      0.00          88.92
##                                                                        journal clubs       1      0.00          88.92      0.00          88.92
##                                                                             journals       1      0.00          88.92      0.00          88.92
##                                                                             judgment       1      0.00          88.92      0.00          88.92
##                                                                               junior       1      0.00          88.92      0.00          88.92
##                                                           junior data scientist role       1      0.00          88.92      0.00          88.92
##                                                                         junior staff       1      0.00          88.93      0.00          88.93
##                                                                            jury duty       1      0.00          88.93      0.00          88.93
##                                                                              justice       1      0.00          88.93      0.00          88.93
##                                                                  kaggle competitions       1      0.00          88.93      0.00          88.93
##                                                                     kansas city area       1      0.00          88.93      0.00          88.93
##                                                               kansas city metro area       1      0.00          88.94      0.00          88.94
##                                                        kansas city metropolitan area       1      0.00          88.94      0.00          88.94
##                                                                                karas       1      0.00          88.94      0.00          88.94
##                                                                 kcf leadership staff       1      0.00          88.94      0.00          88.94
##                                                        kcf smartdiagnostics platform       1      0.00          88.94      0.00          88.94
##                                                                     kcf technologies       1      0.00          88.95      0.00          88.95
##                                                                                  kdb       1      0.00          88.95      0.00          88.95
##                                                                                  kdd       1      0.00          88.95      0.00          88.95
##                                                                             keen eye       1      0.00          88.95      0.00          88.95
##                                                        keen functional understanding       1      0.00          88.95      0.00          88.95
##                                                                       keen intuition       1      0.00          88.96      0.00          88.96
##                                                                       keen knowledge       1      0.00          88.96      0.00          88.96
##                                                                             kenworth       1      0.00          88.96      0.00          88.96
##                                                                          key ability       1      0.00          88.96      0.00          88.96
##                                                                     key applications       1      0.00          88.96      0.00          88.96
##                                                                   key business areas       1      0.00          88.96      0.00          88.96
##                                                                key business partners       1      0.00          88.97      0.00          88.97
##                                                     key business performance metrics       1      0.00          88.97      0.00          88.97
##                                                               key business questions       1      0.00          88.97      0.00          88.97
##                                                            key business stakeholders       1      0.00          88.97      0.00          88.97
##                                                                       key competence       1      0.00          88.97      0.00          88.97
##                                                                        key component       1      0.00          88.98      0.00          88.98
##                                                                   key considerations       1      0.00          88.98      0.00          88.98
##                                                                         key customer       1      0.00          88.98      0.00          88.98
##                                                                  key data processing       1      0.00          88.98      0.00          88.98
##                                                                        key deadlines       1      0.00          88.98      0.00          88.98
##                                                                 key decision systems       1      0.00          88.99      0.00          88.99
##                                                        key employee lifecycle events       1      0.00          88.99      0.00          88.99
##                                                                        key functions       1      0.00          88.99      0.00          88.99
##                                                                       key indicators       1      0.00          88.99      0.00          88.99
##                                                                       key influences       1      0.00          88.99      0.00          88.99
##                                                                      key information       1      0.00          89.00      0.00          89.00
##                                                                      key initiatives       1      0.00          89.00      0.00          89.00
##                                                                        key interface       1      0.00          89.00      0.00          89.00
##                                                                    key job functions       1      0.00          89.00      0.00          89.00
##                                                             key job responsibilities       1      0.00          89.00      0.00          89.00
##                                                                        key learnings       1      0.00          89.00      0.00          89.00
##                                                                       key mechanisms       1      0.00          89.01      0.00          89.01
##                                                                 key metric forecasts       1      0.00          89.01      0.00          89.01
##                                                                key operating results       1      0.00          89.01      0.00          89.01
##                                                                        key positions       1      0.00          89.01      0.00          89.01
##                                                                         key problems       1      0.00          89.01      0.00          89.01
##                                                                key product decisions       1      0.00          89.02      0.00          89.02
##                                                                 key product features       1      0.00          89.02      0.00          89.02
##                                                                key strategy insights       1      0.00          89.02      0.00          89.02
##                                                                      key team member       1      0.00          89.02      0.00          89.02
##                                                                             keyboard       1      0.00          89.02      0.00          89.02
##                                                                 kind electromagnetic       1      0.00          89.03      0.00          89.03
##                                                                       kind neighbors       1      0.00          89.03      0.00          89.03
##                                                                    kind of adventure       1      0.00          89.03      0.00          89.03
##                                                kind of superpowers marvel characters       1      0.00          89.03      0.00          89.03
##                                                                  kind of wonder that       1      0.00          89.03      0.00          89.03
##                                                                         kind of work       1      0.00          89.04      0.00          89.04
##                                                                   kinds of insurance       1      0.00          89.04      0.00          89.04
##                                                                              kinesis       1      0.00          89.04      0.00          89.04
##                                                               kinesis data analytics       1      0.00          89.04      0.00          89.04
##                                                                             kinetica       1      0.00          89.04      0.00          89.04
##                                                            kinetix trading solutions       1      0.00          89.04      0.00          89.04
##                                                              kirtland air force base       1      0.00          89.05      0.00          89.05
##                                                                              kitchen       1      0.00          89.05      0.00          89.05
##                                                                     kmm technologies       1      0.00          89.05      0.00          89.05
##                                                                            kn method       1      0.00          89.05      0.00          89.05
##                                                                             kneeling       1      0.00          89.05      0.00          89.05
##                                                                              knowbe4       1      0.00          89.06      0.00          89.06
##                                                                    knowledge-sharing       1      0.00          89.06      0.00          89.06
##                                        knowledge artifacts of real business problems       1      0.00          89.06      0.00          89.06
##                                                                       knowledge base       1      0.00          89.06      0.00          89.06
##                                                                  knowledge discovery       1      0.00          89.06      0.00          89.06
##                                                                      knowledge graph       1      0.00          89.07      0.00          89.07
##                                                                      knowledge level       1      0.00          89.07      0.00          89.07
##                                                      knowledge management repository       1      0.00          89.07      0.00          89.07
##                                             knowledge of advanced modeling technique       1      0.00          89.07      0.00          89.07
##                                            knowledge of applied statistical concepts       1      0.00          89.07      0.00          89.07
##                                                        knowledge of aws technologies       1      0.00          89.08      0.00          89.08
##                                            knowledge of backend software development       1      0.00          89.08      0.00          89.08
##                                                     knowledge of bayesian statistics       1      0.00          89.08      0.00          89.08
##                                   knowledge of business intelligence reporting tools       1      0.00          89.08      0.00          89.08
##                                                     knowledge of business statistics       1      0.00          89.08      0.00          89.08
##                                                                     knowledge of c++       1      0.00          89.08      0.00          89.08
##                                                 knowledge of code versioning systems       1      0.00          89.09      0.00          89.09
##                                                            knowledge of code writing       1      0.00          89.09      0.00          89.09
##                                                              knowledge of conceptual       1      0.00          89.09      0.00          89.09
##                                                  knowledge of core datascience stack       1      0.00          89.09      0.00          89.09
##                                            knowledge of current data modelling tools       1      0.00          89.09      0.00          89.09
##                                                knowledge of data analysis techniques       1      0.00          89.10      0.00          89.10
##                                                           knowledge of data indexing       1      0.00          89.10      0.00          89.10
##                                                             knowledge of data mining       1      0.00          89.10      0.00          89.10
##                                                   knowledge of data processing tools       1      0.00          89.10      0.00          89.10
##                                                            knowledge of data science       1      0.00          89.10      0.00          89.10
##                                              knowledge of data science methodologies       1      0.00          89.11      0.00          89.11
##                                                            knowledge of data sources       1      0.00          89.11      0.00          89.11
##                                                           knowledge of data transfer       1      0.00          89.11      0.00          89.11
##                                           knowledge of data visualization techniques       1      0.00          89.11      0.00          89.11
##                                                 knowledge of database query language       1      0.00          89.11      0.00          89.11
##                                                               knowledge of databases       1      0.00          89.12      0.00          89.12
##                                                   knowledge of descriptive analytics       1      0.00          89.12      0.00          89.12
##                                                            knowledge of devops tools       1      0.00          89.12      0.00          89.12
##                                                         knowledge of dhis2 desirable       1      0.00          89.12      0.00          89.12
##                                                     knowledge of distributed systems       1      0.00          89.12      0.00          89.12
##                                         knowledge of feature selection methodologies       1      0.00          89.12      0.00          89.12
##                                                        knowledge of financial system       1      0.00          89.13      0.00          89.13
##                                        knowledge of frontier data science techniques       1      0.00          89.13      0.00          89.13
##                                                                    knowledge of golf       1      0.00          89.13      0.00          89.13
##                                                    knowledge of health care industry       1      0.00          89.13      0.00          89.13
##                                                                    knowledge of html       1      0.00          89.13      0.00          89.13
##                                                                   knowledge of linux       1      0.00          89.14      0.00          89.14
##                                             knowledge of machine learning approaches       1      0.00          89.14      0.00          89.14
##                                            knowledge of machine learning programming       1      0.00          89.14      0.00          89.14
##                                                                  knowledge of modern       1      0.00          89.14      0.00          89.14
##                                                      knowledge of modern data mining       1      0.00          89.14      0.00          89.14
##                                      knowledge of modern machine learning algorithms       1      0.00          89.15      0.00          89.15
##                                                        knowledge of modern practices       1      0.00          89.15      0.00          89.15
##                                                                 knowledge of mongodb       1      0.00          89.15      0.00          89.15
##                                             knowledge of natural language processing       1      0.00          89.15      0.00          89.15
##                                                        knowledge of network analysis       1      0.00          89.15      0.00          89.15
##                                                 knowledge of nih peer review process       1      0.00          89.16      0.00          89.16
##                                                     knowledge of operations research       1      0.00          89.16      0.00          89.16
##                                         knowledge of pepfar mer indicators desirable       1      0.00          89.16      0.00          89.16
##                                                             knowledge of probability       1      0.00          89.16      0.00          89.16
##                                                 knowledge of real-world data sources       1      0.00          89.16      0.00          89.16
##                                     knowledge of relevant data programming languages       1      0.00          89.16      0.00          89.16
##                                    knowledge of relevant national healthcare systems       1      0.00          89.17      0.00          89.17
##                                                       knowledge of social media data       1      0.00          89.17      0.00          89.17
##                                     knowledge of standard machine learning libraries       1      0.00          89.17      0.00          89.17
##                                                    knowledge of statistical datasets       1      0.00          89.17      0.00          89.17
##                                                        knowledge of systems analysis       1      0.00          89.17      0.00          89.17
##                                                                    knowledge of time       1      0.00          89.18      0.00          89.18
##                                                                    knowledge of unix       1      0.00          89.18      0.00          89.18
##                                           knowledge of various analytical approaches       1      0.00          89.18      0.00          89.18
##                                     knowledge of various machine learning techniques       1      0.00          89.18      0.00          89.18
##                                            knowledge of various programming software       1      0.00          89.18      0.00          89.18
##                                 knowledge of various statistical modeling techniques       1      0.00          89.19      0.00          89.19
##                                                                   knowledge platform       1      0.00          89.19      0.00          89.19
##                                                                    knowledge sharing       1      0.00          89.19      0.00          89.19
##                                                                     knowledge skills       1      0.00          89.19      0.00          89.19
##                                                                        knowledgebase       1      0.00          89.19      0.00          89.19
##                                                                            knoxville       1      0.00          89.20      0.00          89.20
##                                                                                  kpi       1      0.00          89.20      0.00          89.20
##                                                                      kpi improvement       1      0.00          89.20      0.00          89.20
##                                                                         krista bauer       1      0.00          89.20      0.00          89.20
##                                                                      ks headquarters       1      0.00          89.20      0.00          89.20
##                                                                                 ksas       1      0.00          89.20      0.00          89.20
##                                                                          kt sessions       1      0.00          89.21      0.00          89.21
##                                                                l3harris technologies       1      0.00          89.21      0.00          89.21
##                                                                                   la       1      0.00          89.21      0.00          89.21
##                                                                   labeling pipelines       1      0.00          89.21      0.00          89.21
##                                                                          labor costs       1      0.00          89.21      0.00          89.21
##                                                                   labor optimization       1      0.00          89.22      0.00          89.22
##                                                                laboratory procedures       1      0.00          89.22      0.00          89.22
##                                                                              labview       1      0.00          89.22      0.00          89.22
##                                                                              ladders       1      0.00          89.22      0.00          89.22
##                                                                                lagos       1      0.00          89.22      0.00          89.22
##                                                                                 land       1      0.00          89.23      0.00          89.23
##                                                     landmark clinicogenomic database       1      0.00          89.23      0.00          89.23
##                                                                   landmark locations       1      0.00          89.23      0.00          89.23
##                                                                            landmarks       1      0.00          89.23      0.00          89.23
##                                                         language modeling techniques       1      0.00          89.23      0.00          89.23
##                                                                      language skills       1      0.00          89.24      0.00          89.24
##                                                                     large-p datasets       1      0.00          89.24      0.00          89.24
##                                                        large-scale complex data sets       1      0.00          89.24      0.00          89.24
##                                                                     large-scale data       1      0.00          89.24      0.00          89.24
##                                                            large-scale data analysis       1      0.00          89.24      0.00          89.24
##                                                                large-scale data sets       1      0.00          89.24      0.00          89.24
##                                                         large-scale data warehousing       1      0.00          89.25      0.00          89.25
##                                                                 large-scale datasets       1      0.00          89.25      0.00          89.25
##                                                   large-scale decision support tools       1      0.00          89.25      0.00          89.25
##                                                                large-scale historian       1      0.00          89.25      0.00          89.25
##                                                           large-scale implementation       1      0.00          89.25      0.00          89.25
##                                                                 large-scale indexing       1      0.00          89.26      0.00          89.26
##                                                  large-scale machine-learning models       1      0.00          89.26      0.00          89.26
##                                                       large-scale parallel computing       1      0.00          89.26      0.00          89.26
##                                         large-scale search infrastructure experience       1      0.00          89.26      0.00          89.26
##                                                   large-scale software architectures       1      0.00          89.26      0.00          89.26
##                                                        large administrative datasets       1      0.00          89.27      0.00          89.27
##                                                          large amounts of structured       1      0.00          89.27      0.00          89.27
##                                                           large amounts of text data       1      0.00          89.27      0.00          89.27
##                                                  large business consulting community       1      0.00          89.27      0.00          89.27
##                                                                     large code bases       1      0.00          89.27      0.00          89.27
##                                                                   large corporations       1      0.00          89.28      0.00          89.28
##                                                               large data acquisition       1      0.00          89.28      0.00          89.28
##                                                                  large data analysis       1      0.00          89.28      0.00          89.28
##                                                   large data analytics project teams       1      0.00          89.28      0.00          89.28
##                                                        large data processing systems       1      0.00          89.28      0.00          89.28
##                                                                large data warehouses       1      0.00          89.28      0.00          89.28
##                                                             large dataset management       1      0.00          89.29      0.00          89.29
##                                                                    large dbt project       1      0.00          89.29      0.00          89.29
##                                                                             large ds       1      0.00          89.29      0.00          89.29
##                                                        large group of business users       1      0.00          89.29      0.00          89.29
##                                                                         large groups       1      0.00          89.29      0.00          89.29
##                                                                large hadoop clusters       1      0.00          89.30      0.00          89.30
##                                                            large health care systems       1      0.00          89.30      0.00          89.30
##                                                               large health data sets       1      0.00          89.30      0.00          89.30
##                                                               large industry players       1      0.00          89.30      0.00          89.30
##                                                                       large projects       1      0.00          89.30      0.00          89.30
##                                                        large projects of broad scope       1      0.00          89.31      0.00          89.31
##                                                                large radar data sets       1      0.00          89.31      0.00          89.31
##                                                           large relational databases       1      0.00          89.31      0.00          89.31
##                                                                  large research team       1      0.00          89.31      0.00          89.31
##                                                                          large scale       1      0.00          89.31      0.00          89.31
##                                                large scale analytics infrastructures       1      0.00          89.32      0.00          89.32
##                                                                     large scale data       1      0.00          89.32      0.00          89.32
##                                                    large scale data-centric problems       1      0.00          89.32      0.00          89.32
##                                                            large scale data analyses       1      0.00          89.32      0.00          89.32
##                                                        large scale data manipulation       1      0.00          89.32      0.00          89.32
##                                                             large scale environments       1      0.00          89.32      0.00          89.32
##                                                      large scale prediction problems       1      0.00          89.33      0.00          89.33
##                                                                 large scale problems       1      0.00          89.33      0.00          89.33
##                                                                  large scale project       1      0.00          89.33      0.00          89.33
##                                                                 large scale projects       1      0.00          89.33      0.00          89.33
##                                                    large scale supply chain problems       1      0.00          89.33      0.00          89.33
##                                                                          large scope       1      0.00          89.34      0.00          89.34
##                                                                large sets of complex       1      0.00          89.34      0.00          89.34
##                                                             large sets of structured       1      0.00          89.34      0.00          89.34
##                                                             large statistical system       1      0.00          89.34      0.00          89.34
##                                                             large technology company       1      0.00          89.34      0.00          89.34
##                                                        large transactional data sets       1      0.00          89.35      0.00          89.35
##                                                        large transactional databases       1      0.00          89.35      0.00          89.35
##                                     large volume of diverse cyber security data sets       1      0.00          89.35      0.00          89.35
##                                                large volume of security data sources       1      0.00          89.35      0.00          89.35
##                                                      large volume transactional data       1      0.00          89.35      0.00          89.35
##                                                            large volumes of business       1      0.00          89.36      0.00          89.36
##                                                   large volumes of social engagement       1      0.00          89.36      0.00          89.36
##                                                          large volumes of structured       1      0.00          89.36      0.00          89.36
##                                                                     larger audiences       1      0.00          89.36      0.00          89.36
##                                                          larger scientific community       1      0.00          89.36      0.00          89.36
##                                                               largest cause of death       1      0.00          89.36      0.00          89.36
##                                                             largest chicken producer       1      0.00          89.37      0.00          89.37
##                                                                     largest datasets       1      0.00          89.37      0.00          89.37
##                                                  largest electronic broker companies       1      0.00          89.37      0.00          89.37
##                                                                  largest enterprises       1      0.00          89.37      0.00          89.37
##                                                                      largest fortune       1      0.00          89.37      0.00          89.37
##                                                   largest global measurement company       1      0.00          89.38      0.00          89.38
##                                                                      largest leaders       1      0.00          89.38      0.00          89.38
##                                                                       largest mobile       1      0.00          89.38      0.00          89.38
##                                                                  largest online auto       1      0.00          89.38      0.00          89.38
##                                                         largest portion of attention       1      0.00          89.38      0.00          89.38
##                                                                       largest travel       1      0.00          89.39      0.00          89.39
##                                                                largest us-based dhis       1      0.00          89.39      0.00          89.39
##                                                                    largest workforce       1      0.00          89.39      0.00          89.39
##                                                              laser source generation       1      0.00          89.39      0.00          89.39
##                                                                   laser technologies       1      0.00          89.39      0.00          89.39
##                                                                               lasers       1      0.00          89.40      0.00          89.40
##                                                                                lasso       1      0.00          89.40      0.00          89.40
##                                                                        late evenings       1      0.00          89.40      0.00          89.40
##                                                                          late nights       1      0.00          89.40      0.00          89.40
##                                                                              latency       1      0.00          89.40      0.00          89.40
##                                                          latent dirichlet allocation       1      0.00          89.40      0.00          89.40
##                                                                      latent patterns       1      0.00          89.41      0.00          89.41
##                                                                      latest advances       1      0.00          89.41      0.00          89.41
##                                                          latest clinical information       1      0.00          89.41      0.00          89.41
##                                                     latest data science developments       1      0.00          89.41      0.00          89.41
##                                                                  latest developments       1      0.00          89.41      0.00          89.41
##                                                                       latest methods       1      0.00          89.42      0.00          89.42
##                                                             latest open source tools       1      0.00          89.42      0.00          89.42
##                                                                    latest techniques       1      0.00          89.42      0.00          89.42
##                                                                    latest technology       1      0.00          89.42      0.00          89.42
##                                                                  latest trends tools       1      0.00          89.42      0.00          89.42
##                                                                       latest updates       1      0.00          89.43      0.00          89.43
##                                                             law enforcement datasets       1      0.00          89.43      0.00          89.43
##                                                             law supplement documents       1      0.00          89.43      0.00          89.43
##                                                                  lawful alien status       1      0.00          89.43      0.00          89.43
##                                                                 lawful consideration       1      0.00          89.43      0.00          89.43
##                                                            lawful permanent resident       1      0.00          89.44      0.00          89.44
##                                                                         laxman kumar       1      0.00          89.44      0.00          89.44
##                                                                            lay terms       1      0.00          89.44      0.00          89.44
##                                                                         layman terms       1      0.00          89.44      0.00          89.44
##                                                                               laymen       1      0.00          89.44      0.00          89.44
##                                                                               layoff       1      0.00          89.44      0.00          89.44
##                                                           lead ai research scientist       1      0.00          89.45      0.00          89.45
##                                                              lead analytics projects       1      0.00          89.45      0.00          89.45
##                                                                lead data acquisition       1      0.00          89.45      0.00          89.45
##                                                                   lead data engineer       1      0.00          89.45      0.00          89.45
##                                                           lead data science projects       1      0.00          89.45      0.00          89.45
##                                                                 lead data scientists       1      0.00          89.46      0.00          89.46
##                                                                 lead design sessions       1      0.00          89.46      0.00          89.46
##                                                                     lead development       1      0.00          89.46      0.00          89.46
##                                                              lead growth experiments       1      0.00          89.46      0.00          89.46
##                                                                     lead initiatives       1      0.00          89.46      0.00          89.46
##                                                                            lead role       1      0.00          89.47      0.00          89.47
##                                                                        lead seminars       1      0.00          89.47      0.00          89.47
##                                                                         lead studies       1      0.00          89.47      0.00          89.47
##                                                                 leader of innovation       1      0.00          89.47      0.00          89.47
##                                                           leadership characteristics       1      0.00          89.47      0.00          89.47
##                                                          leadership responsibilities       1      0.00          89.48      0.00          89.48
##                                                                    leadership skills       1      0.00          89.48      0.00          89.48
##                                                              leading-edge technology       1      0.00          89.48      0.00          89.48
##                                                      leading advanced error analysis       1      0.00          89.48      0.00          89.48
##                                                           leading analytic practices       1      0.00          89.48      0.00          89.48
##                                                                   leading businesses       1      0.00          89.48      0.00          89.48
##                                                             leading complex programs       1      0.00          89.49      0.00          89.49
##                                                     leading data science conferences       1      0.00          89.49      0.00          89.49
##                                                                    leading developer       1      0.00          89.49      0.00          89.49
##                                                            leading edge data science       1      0.00          89.49      0.00          89.49
##                                                     leading edge of media technology       1      0.00          89.49      0.00          89.49
##                                                                       leading expert       1      0.00          89.50      0.00          89.50
##                                                                      leading fashion       1      0.00          89.50      0.00          89.50
##                                                      leading financial services firm       1      0.00          89.50      0.00          89.50
##                                                       leading industry collaborators       1      0.00          89.50      0.00          89.50
##                                              leading institution of higher education       1      0.00          89.50      0.00          89.50
##                                                leading interdisciplinary engineering       1      0.00          89.51      0.00          89.51
##                                                                    leading investors       1      0.00          89.51      0.00          89.51
##                                                                       leading issues       1      0.00          89.51      0.00          89.51
##                                                                          leading kcf       1      0.00          89.51      0.00          89.51
##                                                              leading neuroscientists       1      0.00          89.51      0.00          89.51
##                                                            leading off-price apparel       1      0.00          89.52      0.00          89.52
##                                                                     leading platform       1      0.00          89.52      0.00          89.52
##                                                  leading private research university       1      0.00          89.52      0.00          89.52
##                                                                      leading product       1      0.00          89.52      0.00          89.52
##                                               leading provider of advanced computing       1      0.00          89.52      0.00          89.52
##                                       leading provider of agile software development       1      0.00          89.52      0.00          89.52
##                                                             leading provider of data       1      0.00          89.53      0.00          89.53
##                            leading provider of global information security solutions       1      0.00          89.53      0.00          89.53
##                                                          leading provider of heating       1      0.00          89.53      0.00          89.53
##                                 leading provider of online working capital financing       1      0.00          89.53      0.00          89.53
##                         leading provider of premium digital spoken audio information       1      0.00          89.53      0.00          89.53
##                                                                     leading research       1      0.00          89.54      0.00          89.54
##                                                                  leading researchers       1      0.00          89.54      0.00          89.54
##                                                                       leading search       1      0.00          89.54      0.00          89.54
##                                                         leading silicon valley firms       1      0.00          89.54      0.00          89.54
##                                                                leading team meetings       1      0.00          89.54      0.00          89.54
##                                                leading teams of junior data analysts       1      0.00          89.55      0.00          89.55
##                                                           leading technology company       1      0.00          89.55      0.00          89.55
##                                                     leading tesla's autopilot system       1      0.00          89.55      0.00          89.55
##                                                                leaf engineering team       1      0.00          89.55      0.00          89.55
##                                                                        leaf platform       1      0.00          89.55      0.00          89.55
##                                                                lean enabling process       1      0.00          89.56      0.00          89.56
##                                                          lean manufacturing concepts       1      0.00          89.56      0.00          89.56
##                                                      leap family of aircraft engines       1      0.00          89.56      0.00          89.56
##                                                                             learners       1      0.00          89.56      0.00          89.56
##                                                   learning-focused data science team       1      0.00          89.56      0.00          89.56
##                                                                 learning assessments       1      0.00          89.56      0.00          89.56
##                                                                      learning forums       1      0.00          89.57      0.00          89.57
##                                                          learning of new statistical       1      0.00          89.57      0.00          89.57
##                                                                       learning teams       1      0.00          89.57      0.00          89.57
##                                                                  learning techniques       1      0.00          89.57      0.00          89.57
##                                                                                 leas       1      0.00          89.57      0.00          89.57
##                                                                                lease       1      0.00          89.58      0.00          89.58
##                                                                         lee's summit       1      0.00          89.58      0.00          89.58
##                                                                       legacy systems       1      0.00          89.58      0.00          89.58
##                                                                       legal coverage       1      0.00          89.58      0.00          89.58
##                                                                         legal entity       1      0.00          89.58      0.00          89.58
##                                                                   legal requirements       1      0.00          89.59      0.00          89.59
##                                                                          legislation       1      0.00          89.59      0.00          89.59
##                                                                              lending       1      0.00          89.59      0.00          89.59
##                                                                      lending process       1      0.00          89.59      0.00          89.59
##                                                                             lesbians       1      0.00          89.59      0.00          89.59
##                                                                              lessons       1      0.00          89.60      0.00          89.60
##                                                                                  let       1      0.00          89.60      0.00          89.60
##                                                            letters of recommendation       1      0.00          89.60      0.00          89.60
##                                                                 level data platforms       1      0.00          89.60      0.00          89.60
##                                                                       level of pride       1      0.00          89.60      0.00          89.60
##                                                                       level of skill       1      0.00          89.60      0.00          89.60
##                                                                  levels of audiences       1      0.00          89.61      0.00          89.61
##                                                                 levels of difficulty       1      0.00          89.61      0.00          89.61
##                                                                 levels of experience       1      0.00          89.61      0.00          89.61
##                                                                 levels of leadership       1      0.00          89.61      0.00          89.61
##                                                                  leverage innovation       1      0.00          89.61      0.00          89.61
##                                                     leveraging emerging technologies       1      0.00          89.62      0.00          89.62
##                                                          leveraging performance data       1      0.00          89.62      0.00          89.62
##                                                                leveraging technology       1      0.00          89.62      0.00          89.62
##                                                                       lexington park       1      0.00          89.62      0.00          89.62
##                                                                               li-al1       1      0.00          89.62      0.00          89.62
##                                                                               li-ct1       1      0.00          89.63      0.00          89.63
##                                                                               li-dl1       1      0.00          89.63      0.00          89.63
##                                                                               li-jm1       1      0.00          89.63      0.00          89.63
##                                                                               li-jo1       1      0.00          89.63      0.00          89.63
##                                                                               li-jw1       1      0.00          89.63      0.00          89.63
##                                                                               li-kr1       1      0.00          89.64      0.00          89.64
##                                                                             li-multi       1      0.00          89.64      0.00          89.64
##                                                                                 li-n       1      0.00          89.64      0.00          89.64
##                                                                               li-sm1       1      0.00          89.64      0.00          89.64
##                                                                               li-ts2       1      0.00          89.64      0.00          89.64
##                                                                              liaison       1      0.00          89.64      0.00          89.64
##                                                                       liberty corner       1      0.00          89.65      0.00          89.65
##                                                                  library of reusable       1      0.00          89.65      0.00          89.65
##                                                                              license       1      0.00          89.65      0.00          89.65
##                                                                      licensed brands       1      0.00          89.65      0.00          89.65
##                                                                            licensure       1      0.00          89.65      0.00          89.65
##                                                                           licensures       1      0.00          89.66      0.00          89.66
##                                                                                lidar       1      0.00          89.66      0.00          89.66
##                                                                          life's work       1      0.00          89.66      0.00          89.66
##                                                            life-threatening diseases       1      0.00          89.66      0.00          89.66
##                                                                           life cycle       1      0.00          89.66      0.00          89.66
##                                                               life cycle development       1      0.00          89.67      0.00          89.67
##                                                    life cycle of predictive modeling       1      0.00          89.67      0.00          89.67
##                                                              life insurance benefits       1      0.00          89.67      0.00          89.67
##                                                              life insurance coverage       1      0.00          89.67      0.00          89.67
##                                                               life new functionality       1      0.00          89.67      0.00          89.67
##                                              lifecycle agile application development       1      0.00          89.67      0.00          89.67
##                                                                 lifecycle leadership       1      0.00          89.68      0.00          89.68
##                                                                           lifecycles       1      0.00          89.68      0.00          89.68
##                                                                    lifelong learners       1      0.00          89.68      0.00          89.68
##                                                               lifelong stem learning       1      0.00          89.68      0.00          89.68
##                                                                             lifetime       1      0.00          89.68      0.00          89.68
##                                                                       lifetime value       1      0.00          89.69      0.00          89.69
##                                                              lifetime value modeling       1      0.00          89.69      0.00          89.69
##                                                            lifetime value prediction       1      0.00          89.69      0.00          89.69
##                                                                         light-weight       1      0.00          89.69      0.00          89.69
##                                                                             lighting       1      0.00          89.69      0.00          89.69
##                                                                  lightspeed ventures       1      0.00          89.70      0.00          89.70
##                                                 like-minded group of data scientists       1      0.00          89.70      0.00          89.70
##                                                                           likelihood       1      0.00          89.70      0.00          89.70
##                                            likelihood of different business outcomes       1      0.00          89.70      0.00          89.70
##                                                                      likely purchase       1      0.00          89.70      0.00          89.70
##                                                                    limit hard coding       1      0.00          89.71      0.00          89.71
##                                                                  limitations of data       1      0.00          89.71      0.00          89.71
##                                                                    limited direction       1      0.00          89.71      0.00          89.71
##                                                              limited standardization       1      0.00          89.71      0.00          89.71
##                                                                  limited supervision       1      0.00          89.71      0.00          89.71
##                                                                limits of performance       1      0.00          89.71      0.00          89.71
##                                                                                 line       1      0.00          89.72      0.00          89.72
##                                                                     line of business       1      0.00          89.72      0.00          89.72
##                                                                      line of defense       1      0.00          89.72      0.00          89.72
##                                                                     line of policies       1      0.00          89.72      0.00          89.72
##                                                                          line stores       1      0.00          89.72      0.00          89.72
##                                                                   linear programming       1      0.00          89.73      0.00          89.73
##                                                                                lingo       1      0.00          89.73      0.00          89.73
##                                                                        lingua franca       1      0.00          89.73      0.00          89.73
##                                                                                 link       1      0.00          89.73      0.00          89.73
##                                                                        link analysis       1      0.00          89.73      0.00          89.73
##                                                                             linkages       1      0.00          89.74      0.00          89.74
##                                                                             linkedin       1      0.00          89.74      0.00          89.74
##                                                                   linkedin job level       1      0.00          89.74      0.00          89.74
##                                                                     linkedin profile       1      0.00          89.74      0.00          89.74
##                                                             linthicum heights travel       1      0.00          89.74      0.00          89.74
##                                                                   linux - experience       1      0.00          89.75      0.00          89.75
##                                                                 linux administration       1      0.00          89.75      0.00          89.75
##                                                                  linux based systems       1      0.00          89.75      0.00          89.75
##                                                                   linux command line       1      0.00          89.75      0.00          89.75
##                                                       linux command line environment       1      0.00          89.75      0.00          89.75
##                                                              linux operating systems       1      0.00          89.75      0.00          89.75
##                                                                linux shell scripting       1      0.00          89.76      0.00          89.76
##                                                                  linux shell scripts       1      0.00          89.76      0.00          89.76
##                                                                 liquidity management       1      0.00          89.76      0.00          89.76
##                                                          list criteria specification       1      0.00          89.76      0.00          89.76
##                                                                      list experience       1      0.00          89.76      0.00          89.76
##                                                            list job responsibilities       1      0.00          89.77      0.00          89.77
##                                                                         list of line       1      0.00          89.77      0.00          89.77
##                                                                   list of references       1      0.00          89.77      0.00          89.77
##                                                                              listing       1      0.00          89.77      0.00          89.77
##                                                                             listings       1      0.00          89.77      0.00          89.77
##                                                                               litech       1      0.00          89.78      0.00          89.78
##                                                                 literate programming       1      0.00          89.78      0.00          89.78
##                                                                      little guidance       1      0.00          89.78      0.00          89.78
##                                                                          little time       1      0.00          89.78      0.00          89.78
##                                                              live business processes       1      0.00          89.78      0.00          89.78
##                                                                           live cases       1      0.00          89.79      0.00          89.79
##                                                                     live experiments       1      0.00          89.79      0.00          89.79
##                                                                      live game teams       1      0.00          89.79      0.00          89.79
##                                                            lively cultural offerings       1      0.00          89.79      0.00          89.79
##                                                                  ll conduct research       1      0.00          89.79      0.00          89.79
##                                                                            ll impact       1      0.00          89.79      0.00          89.79
##                                                        ll lead data science projects       1      0.00          89.80      0.00          89.80
##                                                                  ll mentor teammates       1      0.00          89.80      0.00          89.80
##                                                                           ll partner       1      0.00          89.80      0.00          89.80
##                                                                                  lld       1      0.00          89.80      0.00          89.80
##                                                                                 load       1      0.00          89.80      0.00          89.80
##                                                                       local branches       1      0.00          89.81      0.00          89.81
##                                                                local business owners       1      0.00          89.81      0.00          89.81
##                                                                    local communities       1      0.00          89.81      0.00          89.81
##                                                             local education agencies       1      0.00          89.81      0.00          89.81
##                                                 local employment discrimination laws       1      0.00          89.81      0.00          89.81
##                                                            local government agencies       1      0.00          89.82      0.00          89.82
##                                                            local government capacity       1      0.00          89.82      0.00          89.82
##                                                                local regional office       1      0.00          89.82      0.00          89.82
##                                                                         local travel       1      0.00          89.82      0.00          89.82
##                                                                                 lodo       1      0.00          89.82      0.00          89.82
##                                                                       loftiest goals       1      0.00          89.83      0.00          89.83
##                                                      logical data modeling practices       1      0.00          89.83      0.00          89.83
##                                                                         logical path       1      0.00          89.83      0.00          89.83
##                                                           logistic regression models       1      0.00          89.83      0.00          89.83
##                                                                 logistic regressions       1      0.00          89.83      0.00          89.83
##                                                      logistics-related data analysis       1      0.00          89.83      0.00          89.83
##                                                                                 logs       1      0.00          89.84      0.00          89.84
##                                                                                loinc       1      0.00          89.84      0.00          89.84
##                                                                               london       1      0.00          89.84      0.00          89.84
##                                                             long-term analysis plans       1      0.00          89.84      0.00          89.84
##                                                         long-term business decisions       1      0.00          89.84      0.00          89.84
##                                                          long-term business strategy       1      0.00          89.85      0.00          89.85
##                                                    long-term capacity planning needs       1      0.00          89.85      0.00          89.85
##                                                               long-term consequences       1      0.00          89.85      0.00          89.85
##                                                                     long-term mobile       1      0.00          89.85      0.00          89.85
##                                                               long-term partnerships       1      0.00          89.85      0.00          89.85
##                                                                    long-term support       1      0.00          89.86      0.00          89.86
##                                                                     long-term trends       1      0.00          89.86      0.00          89.86
##                                                             long-term value creation       1      0.00          89.86      0.00          89.86
##                                                                            long term       1      0.00          89.86      0.00          89.86
##                                                                   long term problems       1      0.00          89.86      0.00          89.86
##                                                                  long term solutions       1      0.00          89.87      0.00          89.87
##                                                                   longer term owners       1      0.00          89.87      0.00          89.87
##                                                                            longevity       1      0.00          89.87      0.00          89.87
##                                                    longitudinal clinical annotations       1      0.00          89.87      0.00          89.87
##                                                           longitudinal data analysis       1      0.00          89.87      0.00          89.87
##                                                       longitudinal electronic health       1      0.00          89.87      0.00          89.87
##                                                               longitudinal evolution       1      0.00          89.88      0.00          89.88
##                                                                                loops       1      0.00          89.88      0.00          89.88
##                                                           los angeles municipal code       1      0.00          89.88      0.00          89.88
##                                                                   los angeles office       1      0.00          89.88      0.00          89.88
##                                                                                  lot       1      0.00          89.88      0.00          89.88
##                                                                        lot of things       1      0.00          89.89      0.00          89.89
##                                                                         louis berger       1      0.00          89.89      0.00          89.89
##                                                                          lounge area       1      0.00          89.89      0.00          89.89
##                                                                                 love       1      0.00          89.89      0.00          89.89
##                                                          love of tackling complexity       1      0.00          89.89      0.00          89.89
##                                                                   low-cost offerings       1      0.00          89.90      0.00          89.90
##                                                  low-latency production environments       1      0.00          89.90      0.00          89.90
##                                                                      low bureaucracy       1      0.00          89.90      0.00          89.90
##                                                                              low ego       1      0.00          89.90      0.00          89.90
##                                                                          low latency       1      0.00          89.90      0.00          89.90
##                                                                       lowe's digital       1      0.00          89.91      0.00          89.91
##                                                    lowe's digital required education       1      0.00          89.91      0.00          89.91
##                                                               lowe's digitalsupports       1      0.00          89.91      0.00          89.91
##                                                 lowe'smaintains up-to-date knowledge       1      0.00          89.91      0.00          89.91
##                                                             lower cost of operations       1      0.00          89.91      0.00          89.91
##                                                                  lower cost services       1      0.00          89.91      0.00          89.91
##                                                                    lower grade level       1      0.00          89.92      0.00          89.92
##                                                                          lowest cost       1      0.00          89.92      0.00          89.92
##                                                                              loyalty       1      0.00          89.92      0.00          89.92
##                                                                                  lte       1      0.00          89.92      0.00          89.92
##                                                                           ltv models       1      0.00          89.92      0.00          89.92
##                                                                                lucia       1      0.00          89.93      0.00          89.93
##                                                                                luigi       1      0.00          89.93      0.00          89.93
##                                                                          lunch spots       1      0.00          89.93      0.00          89.93
##                                                                                  lvq       1      0.00          89.93      0.00          89.93
##                                                                                  m12       1      0.00          89.93      0.00          89.93
##                                                                       macaulay-brown       1      0.00          89.94      0.00          89.94
##                                                          machine-learning algorithms       1      0.00          89.94      0.00          89.94
##                                                          machine-learning approaches       1      0.00          89.94      0.00          89.94
##                                              machine-learning decisioning algorithms       1      0.00          89.94      0.00          89.94
##                                                            machine-learning packages       1      0.00          89.94      0.00          89.94
##                                                          machine-learning techniques       1      0.00          89.95      0.00          89.95
##                                                           machine health diagnostics       1      0.00          89.95      0.00          89.95
##                                                      machine learning-based projects       1      0.00          89.95      0.00          89.95
##                                                                    machine learning·       1      0.00          89.95      0.00          89.95
##                                                     machine learning andoptimization       1      0.00          89.95      0.00          89.95
##                                                          machine learning approaches       1      0.00          89.95      0.00          89.95
##                                                       machine learning architectures       1      0.00          89.96      0.00          89.96
##                                                            machine learning concepts       1      0.00          89.96      0.00          89.96
##                                              machine learning development life cycle       1      0.00          89.96      0.00          89.96
##                                                            machine learning engineer       1      0.00          89.96      0.00          89.96
##                                                   machine learning engineering teams       1      0.00          89.96      0.00          89.96
##                                                           machine learning engineers       1      0.00          89.97      0.00          89.97
##                              machine learning experience - successful implementation       1      0.00          89.97      0.00          89.97
##                                                           machine learning expertise       1      0.00          89.97      0.00          89.97
##                                                           machine learning framework       1      0.00          89.97      0.00          89.97
##                                                                machine learning guru       1      0.00          89.97      0.00          89.97
##                                                          machine learning innovators       1      0.00          89.98      0.00          89.98
##                                                           machine learning knowledge       1      0.00          89.98      0.00          89.98
##                                                         machine learning methodology       1      0.00          89.98      0.00          89.98
##                                                       machine learning microservices       1      0.00          89.98      0.00          89.98
##                                                     machine learning packages python       1      0.00          89.98      0.00          89.98
##                                                           machine learning platforms       1      0.00          89.99      0.00          89.99
##                                                          machine learning procedures       1      0.00          89.99      0.00          89.99
##                                                machine learning production pipelines       1      0.00          89.99      0.00          89.99
##                                                   machine learning regression models       1      0.00          89.99      0.00          89.99
##                                                            machine learning research       1      0.00          89.99      0.00          89.99
##                                                             machine learning results       1      0.00          89.99      0.00          89.99
##                                                                machine learning role       1      0.00          90.00      0.00          90.00
##                                                               machine learning space       1      0.00          90.00      0.00          90.00
##                                                             machine learning support       1      0.00          90.00      0.00          90.00
##                                                 machine learning techniquesor master       1      0.00          90.00      0.00          90.00
##                                                            machine learning training       1      0.00          90.00      0.00          90.00
##                                                           machine learning use cases       1      0.00          90.01      0.00          90.01
##                                                           machine learning workflows       1      0.00          90.01      0.00          90.01
##                                                               machine learning world       1      0.00          90.01      0.00          90.01
##                                                                 machine provisioning       1      0.00          90.01      0.00          90.01
##                                                                             machines       1      0.00          90.01      0.00          90.01
##                                                                                macos       1      0.00          90.02      0.00          90.02
##                                                         macro programming experience       1      0.00          90.02      0.00          90.02
##                                                                               macy's       1      0.00          90.02      0.00          90.02
##                                                                              madison       1      0.00          90.02      0.00          90.02
##                                                                               madlib       1      0.00          90.02      0.00          90.02
##                                                                             magazine       1      0.00          90.03      0.00          90.03
##                                                                                magic       1      0.00          90.03      0.00          90.03
##                                                                           magic leap       1      0.00          90.03      0.00          90.03
##                                                                       magic quadrant       1      0.00          90.03      0.00          90.03
##                                                                   magical experience       1      0.00          90.03      0.00          90.03
##                                                                             mailroom       1      0.00          90.03      0.00          90.03
##                                                                      main activities       1      0.00          90.04      0.00          90.04
##                                                                           main focus       1      0.00          90.04      0.00          90.04
##                                                                           main goals       1      0.00          90.04      0.00          90.04
##                                                                  main responsibility       1      0.00          90.04      0.00          90.04
##                                                                main technology stack       1      0.00          90.04      0.00          90.04
##                                                                    mainsail partners       1      0.00          90.05      0.00          90.05
##                                                                 mainstream awareness       1      0.00          90.05      0.00          90.05
##                                                                  maintainable format       1      0.00          90.05      0.00          90.05
##                                                                maintainable projects       1      0.00          90.05      0.00          90.05
##                                                                 maintainer of people       1      0.00          90.05      0.00          90.05
##                                                  maintenance of analytical solutions       1      0.00          90.06      0.00          90.06
##                                                        maintenance of analytics apis       1      0.00          90.06      0.00          90.06
##                                                                maintenance of models       1      0.00          90.06      0.00          90.06
##                                                              maintenance of patterns       1      0.00          90.06      0.00          90.06
##                                                                 maintenance services       1      0.00          90.06      0.00          90.06
##                                                                  maintenance support       1      0.00          90.07      0.00          90.07
##                                                                     maintenance team       1      0.00          90.07      0.00          90.07
##                                                           major biomedical specialty       1      0.00          90.07      0.00          90.07
##                                                            major business challenges       1      0.00          90.07      0.00          90.07
##                                              major digital transformation initiative       1      0.00          90.07      0.00          90.07
##                                                               major federal customer       1      0.00          90.07      0.00          90.07
##                                                                 major field of study       1      0.00          90.08      0.00          90.08
##                                                              major financial centers       1      0.00          90.08      0.00          90.08
##                                               major information technology contracts       1      0.00          90.08      0.00          90.08
##                                                            major international force       1      0.00          90.08      0.00          90.08
##                                                                    major investments       1      0.00          90.08      0.00          90.08
##                                                                      major marketing       1      0.00          90.09      0.00          90.09
##                                                                       major problems       1      0.00          90.09      0.00          90.09
##                                                           major programming language       1      0.00          90.09      0.00          90.09
##                                                          major programming languages       1      0.00          90.09      0.00          90.09
##                                                                  major project tasks       1      0.00          90.09      0.00          90.09
##                                                                       major projects       1      0.00          90.10      0.00          90.10
##                                                                   make things happen       1      0.00          90.10      0.00          90.10
##                                                                   malaria prevention       1      0.00          90.10      0.00          90.10
##                                                                    manageable pieces       1      0.00          90.10      0.00          90.10
##                                                  managed networks services platforms       1      0.00          90.10      0.00          90.10
##                                                            managed service providers       1      0.00          90.11      0.00          90.11
##                                                         management-level individuals       1      0.00          90.11      0.00          90.11
##                                                            management certifications       1      0.00          90.11      0.00          90.11
##                                                                management consulting       1      0.00          90.11      0.00          90.11
##                                                                    management duties       1      0.00          90.11      0.00          90.11
##                                                                management interviews       1      0.00          90.11      0.00          90.11
##                                                            management of client data       1      0.00          90.12      0.00          90.12
##                                                                   management of data       1      0.00          90.12      0.00          90.12
##                                                    management of information systems       1      0.00          90.12      0.00          90.12
##                                                            management of new machine       1      0.00          90.12      0.00          90.12
##                                              management of non-communicable diseases       1      0.00          90.12      0.00          90.12
##                                                            management responsibility       1      0.00          90.13      0.00          90.13
##                                                                   management systems       1      0.00          90.13      0.00          90.13
##                                                                      management team       1      0.00          90.13      0.00          90.13
##                                                         manager of analytic delivery       1      0.00          90.13      0.00          90.13
##                                                               managing project scope       1      0.00          90.13      0.00          90.13
##                                                               mandatory requirements       1      0.00          90.14      0.00          90.14
##                                                                     mandatory skills       1      0.00          90.14      0.00          90.14
##                                                                    manipulating data       1      0.00          90.14      0.00          90.14
##                                                                manual data cleansing       1      0.00          90.14      0.00          90.14
##                                                                     manual dexterity       1      0.00          90.14      0.00          90.14
##                                                            manual procedure outcomes       1      0.00          90.15      0.00          90.15
##                                                                          manufacture       1      0.00          90.15      0.00          90.15
##                                                          manufacture of cutting-edge       1      0.00          90.15      0.00          90.15
##                                                               manufacture of rf test       1      0.00          90.15      0.00          90.15
##                                                                         manufacturer       1      0.00          90.15      0.00          90.15
##                                                                        manufacturers       1      0.00          90.15      0.00          90.15
##                                                                  manufacturing areas       1      0.00          90.16      0.00          90.16
##                                                             manufacturing colleagues       1      0.00          90.16      0.00          90.16
##                                                          manufacturing data analyses       1      0.00          90.16      0.00          90.16
##                                                            manufacturing environment       1      0.00          90.16      0.00          90.16
##                                                             manufacturing experience       1      0.00          90.16      0.00          90.16
##                                                             manufacturing operations       1      0.00          90.17      0.00          90.17
##                                                                 manufacturing plants       1      0.00          90.17      0.00          90.17
##                                                                manufacturing systems       1      0.00          90.17      0.00          90.17
##                                                           manufacturing technologies       1      0.00          90.17      0.00          90.17
##                                                                             manymore       1      0.00          90.17      0.00          90.17
##                                                                                 mapd       1      0.00          90.18      0.00          90.18
##                                                                                 maps       1      0.00          90.18      0.00          90.18
##                                                                      margaret atwood       1      0.00          90.18      0.00          90.18
##                                                                      maritime domain       1      0.00          90.18      0.00          90.18
##                                                          market-competitive salaries       1      0.00          90.18      0.00          90.18
##                                                               market-leading product       1      0.00          90.19      0.00          90.19
##                                                                        market access       1      0.00          90.19      0.00          90.19
##                                                                      market america-       1      0.00          90.19      0.00          90.19
##                                                                      market analysis       1      0.00          90.19      0.00          90.19
##                                                               market basket analysis       1      0.00          90.19      0.00          90.19
##                                                                   market experiments       1      0.00          90.19      0.00          90.19
##                                                                  market intelligence       1      0.00          90.20      0.00          90.20
##                                                                     market knowledge       1      0.00          90.20      0.00          90.20
##                                                                   market opportunity       1      0.00          90.20      0.00          90.20
##                                                                  market participants       1      0.00          90.20      0.00          90.20
##                                                                         market place       1      0.00          90.20      0.00          90.20
##                                                           market research experience       1      0.00          90.21      0.00          90.21
##                                                                         market speed       1      0.00          90.21      0.00          90.21
##                                                                     market structure       1      0.00          90.21      0.00          90.21
##                                                                        market trends       1      0.00          90.21      0.00          90.21
##                                                      marketing analytic applications       1      0.00          90.21      0.00          90.21
##                                                     marketing analytics capabilities       1      0.00          90.22      0.00          90.22
##                                                       marketing analytics experience       1      0.00          90.22      0.00          90.22
##                                                         marketing analytics products       1      0.00          90.22      0.00          90.22
##                                                                       marketing area       1      0.00          90.22      0.00          90.22
##                                                                 marketing automation       1      0.00          90.22      0.00          90.22
##                                                          marketing business partners       1      0.00          90.23      0.00          90.23
##                                            marketing campaign performance evaluation       1      0.00          90.23      0.00          90.23
##                                                           marketing decision support       1      0.00          90.23      0.00          90.23
##                                                                    marketing efforts       1      0.00          90.23      0.00          90.23
##                                                                      marketing group       1      0.00          90.23      0.00          90.23
##                                                                   marketing ideation       1      0.00          90.23      0.00          90.23
##                                                                marketing initiatives       1      0.00          90.24      0.00          90.24
##                                                                  marketing materials       1      0.00          90.24      0.00          90.24
##                                                               marketing optimization       1      0.00          90.24      0.00          90.24
##                                                               marketing organization       1      0.00          90.24      0.00          90.24
##                                                                   marketing problems       1      0.00          90.24      0.00          90.24
##                                                                   marketing programs       1      0.00          90.25      0.00          90.25
##                                                            marketing response models       1      0.00          90.25      0.00          90.25
##                                                                    marketing setting       1      0.00          90.25      0.00          90.25
##                                                                         marketplaces       1      0.00          90.25      0.00          90.25
##                                                                           marketscan       1      0.00          90.25      0.00          90.25
##                                                                         markov logic       1      0.00          90.26      0.00          90.26
##                                                                      marlin alliance       1      0.00          90.26      0.00          90.26
##                                                                            marshalls       1      0.00          90.26      0.00          90.26
##                                                                      martin scorsese       1      0.00          90.26      0.00          90.26
##                                                                     massive business       1      0.00          90.26      0.00          90.26
##                                                                 massive data-streams       1      0.00          90.27      0.00          90.27
##                                      massive database of curated contact information       1      0.00          90.27      0.00          90.27
##                                                                 massive improvements       1      0.00          90.27      0.00          90.27
##                                                                 massive sets of data       1      0.00          90.27      0.00          90.27
##                                                              massive volumes of data       1      0.00          90.27      0.00          90.27
##                                                                   master's preferred       1      0.00          90.27      0.00          90.27
##                                                                      master datasets       1      0.00          90.28      0.00          90.28
##                                                                 master new data sets       1      0.00          90.28      0.00          90.28
##                                                                 master new processes       1      0.00          90.28      0.00          90.28
##                                                                    master of science       1      0.00          90.28      0.00          90.28
##                                                                          masterclass       1      0.00          90.28      0.00          90.28
##                                                                   masters of science       1      0.00          90.29      0.00          90.29
##                                                mastery of basic statistical concepts       1      0.00          90.29      0.00          90.29
##                                                                       mastery of sql       1      0.00          90.29      0.00          90.29
##                                                                                match       1      0.00          90.29      0.00          90.29
##                                                                              matches       1      0.00          90.29      0.00          90.29
##                                                                            materials       1      0.00          90.30      0.00          90.30
##                                                                      math background       1      0.00          90.30      0.00          90.30
##                                                           math intensive opportunity       1      0.00          90.30      0.00          90.30
##                                                                  mathematic modeling       1      0.00          90.30      0.00          90.30
##                                                                          mathematica       1      0.00          90.30      0.00          90.30
##                                                              mathematical background       1      0.00          90.31      0.00          90.31
##                                                                 mathematical methods       1      0.00          90.31      0.00          90.31
##                                                          mathematical modeling tools       1      0.00          90.31      0.00          90.31
##                                                               mathematical modelling       1      0.00          90.31      0.00          90.31
##                                                     mathematical optimization models       1      0.00          90.31      0.00          90.31
##                                                              mathematical principles       1      0.00          90.31      0.00          90.31
##                                                        mathematical programming tool       1      0.00          90.32      0.00          90.32
##                                                                mathematical software       1      0.00          90.32      0.00          90.32
##                                                           mathematical understanding       1      0.00          90.32      0.00          90.32
##                                mathematical workings of standard feature engineering       1      0.00          90.32      0.00          90.32
##                                                                        mathematician       1      0.00          90.32      0.00          90.32
##                                                                   mathematics degree       1      0.00          90.33      0.00          90.33
##                                                                 matrixed environment       1      0.00          90.33      0.00          90.33
##                                                                             maturity       1      0.00          90.33      0.00          90.33
##                                                                               maximo       1      0.00          90.33      0.00          90.33
##                                                              maximum business impact       1      0.00          90.33      0.00          90.33
##                                                                      maximum insight       1      0.00          90.34      0.00          90.34
##                                                                                mayor       1      0.00          90.34      0.00          90.34
##                                                                           mcdonald's       1      0.00          90.34      0.00          90.34
##                                                                     mcdonald's means       1      0.00          90.34      0.00          90.34
##                                                                               mclean       1      0.00          90.34      0.00          90.34
##                                                                                 mcsa       1      0.00          90.35      0.00          90.35
##                                                           mcse business intelligence       1      0.00          90.35      0.00          90.35
##                                                                 mcse data management       1      0.00          90.35      0.00          90.35
##                                                                      md greater area       1      0.00          90.35      0.00          90.35
##                                                           mean levels of performance       1      0.00          90.35      0.00          90.35
##                                                                              meaning       1      0.00          90.35      0.00          90.35
##                                                                  meaningful benefits       1      0.00          90.36      0.00          90.36
##                                                               meaningful challenges·       1      0.00          90.36      0.00          90.36
##                                                                    meaningful change       1      0.00          90.36      0.00          90.36
##                                                                 meaningful data sets       1      0.00          90.36      0.00          90.36
##                                                               meaningful experiences       1      0.00          90.36      0.00          90.36
##                                                                   meaningful fashion       1      0.00          90.37      0.00          90.37
##                                                                    meaningful growth       1      0.00          90.37      0.00          90.37
##                                                                  meaningful guidance       1      0.00          90.37      0.00          90.37
##                                                                    meaningful impact       1      0.00          90.37      0.00          90.37
##                                                                   meaningful insight       1      0.00          90.37      0.00          90.37
##                                                                 meaningful knowledge       1      0.00          90.38      0.00          90.38
##                                                           meaningful real world data       1      0.00          90.38      0.00          90.38
##                                                         meaningful research problems       1      0.00          90.38      0.00          90.38
##                                                                      meaningful role       1      0.00          90.38      0.00          90.38
##                                                                     meaningful terms       1      0.00          90.38      0.00          90.38
##                                                                       meaningful way       1      0.00          90.39      0.00          90.39
##                                                                   measurable results       1      0.00          90.39      0.00          90.39
##                                                         measure business performance       1      0.00          90.39      0.00          90.39
##                                                                  measure performance       1      0.00          90.39      0.00          90.39
##                                                                      measure results       1      0.00          90.39      0.00          90.39
##                                                  measurement of business performance       1      0.00          90.39      0.00          90.39
##                                                                 measurement products       1      0.00          90.40      0.00          90.40
##                                                                 measurement programs       1      0.00          90.40      0.00          90.40
##                                                                   measurement theory       1      0.00          90.40      0.00          90.40
##                                                                         measurements       1      0.00          90.40      0.00          90.40
##                                                              measures of performance       1      0.00          90.40      0.00          90.40
##                                                        measuring media effectiveness       1      0.00          90.41      0.00          90.41
##                                                                                 meat       1      0.00          90.41      0.00          90.41
##                                                                                media       1      0.00          90.41      0.00          90.41
##                                                               media entity influence       1      0.00          90.41      0.00          90.41
##                                                                     media experience       1      0.00          90.41      0.00          90.41
##                                                                   media mix modeling       1      0.00          90.42      0.00          90.42
##                                                               media mix optimization       1      0.00          90.42      0.00          90.42
##                                                                         media owners       1      0.00          90.42      0.00          90.42
##                                                                           media team       1      0.00          90.42      0.00          90.42
##                                                                            mediapost       1      0.00          90.42      0.00          90.42
##                                                                             medicaid       1      0.00          90.43      0.00          90.43
##                                                                     medical advances       1      0.00          90.43      0.00          90.43
##                                                                     medical benefits       1      0.00          90.43      0.00          90.43
##                                                                       medical center       1      0.00          90.43      0.00          90.43
##                                                                       medical claims       1      0.00          90.43      0.00          90.43
##                                                                medical comorbidities       1      0.00          90.43      0.00          90.43
##                                                                    medical condition       1      0.00          90.44      0.00          90.44
##                                                                    medical diagnosis       1      0.00          90.44      0.00          90.44
##                                                                    medical education       1      0.00          90.44      0.00          90.44
##                                                                  medical health care       1      0.00          90.44      0.00          90.44
##                                                                      medical imaging       1      0.00          90.44      0.00          90.44
##                                                                  medical informatics       1      0.00          90.45      0.00          90.45
##                                                                    medical knowledge       1      0.00          90.45      0.00          90.45
##                                                                     medical outcomes       1      0.00          90.45      0.00          90.45
##                                                                     medical products       1      0.00          90.45      0.00          90.45
##                                                                     medical recovery       1      0.00          90.45      0.00          90.45
##                                                                  medical team leader       1      0.00          90.46      0.00          90.46
##                                                                 medical technologies       1      0.00          90.46      0.00          90.46
##                                                                medical terminologies       1      0.00          90.46      0.00          90.46
##                                                                         medical unit       1      0.00          90.46      0.00          90.46
##                                                                   medicare advantage       1      0.00          90.46      0.00          90.46
##                                                                             medicine       1      0.00          90.47      0.00          90.47
##                                                                            medicines       1      0.00          90.47      0.00          90.47
##                                                                               medium       1      0.00          90.47      0.00          90.47
##                                                            medium sized organization       1      0.00          90.47      0.00          90.47
##                                                                             medscape       1      0.00          90.47      0.00          90.47
##                                                                               meduit       1      0.00          90.47      0.00          90.47
##                                                                        meeting rooms       1      0.00          90.48      0.00          90.48
##                                                             meeting software quality       1      0.00          90.48      0.00          90.48
##                                                                              meetthe       1      0.00          90.48      0.00          90.48
##                                                                         melbourne fl       1      0.00          90.48      0.00          90.48
##                                                                   member experiences       1      0.00          90.48      0.00          90.48
##                                                                   member of congress       1      0.00          90.49      0.00          90.49
##                                                                    member of johnson       1      0.00          90.49      0.00          90.49
##                                                               members of advancement       1      0.00          90.49      0.00          90.49
##                                                                       members of tpl       1      0.00          90.49      0.00          90.49
##                                                                           membership       1      0.00          90.49      0.00          90.49
##                                                         memories photography service       1      0.00          90.50      0.00          90.50
##                                                                     memories product       1      0.00          90.50      0.00          90.50
##                                                                  mental requirements       1      0.00          90.50      0.00          90.50
##                                                         mentor fellow data engineers       1      0.00          90.50      0.00          90.50
##                                                                mentor junior members       1      0.00          90.50      0.00          90.50
##                                                                       mentor program       1      0.00          90.51      0.00          90.51
##                                                                    mentor scientists       1      0.00          90.51      0.00          90.51
##                                                                     mentor technical       1      0.00          90.51      0.00          90.51
##                                                                   mentoring analysts       1      0.00          90.51      0.00          90.51
##                                                                              mentors       1      0.00          90.51      0.00          90.51
##                                                                                 menu       1      0.00          90.51      0.00          90.51
##                                                                 merch analytics team       1      0.00          90.52      0.00          90.52
##                                                                          merchandise       1      0.00          90.52      0.00          90.52
##                                                                            mere data       1      0.00          90.52      0.00          90.52
##                                                                                merge       1      0.00          90.52      0.00          90.52
##                                                                 merge large datasets       1      0.00          90.52      0.00          90.52
##                                         merge large sources of data utilizing python       1      0.00          90.53      0.00          90.53
##                                                                            mergesort       1      0.00          90.53      0.00          90.53
##                                                                                merit       1      0.00          90.53      0.00          90.53
##                                                                      mesh generation       1      0.00          90.53      0.00          90.53
##                                                                     metadata sources       1      0.00          90.53      0.00          90.53
##                                                                               metals       1      0.00          90.54      0.00          90.54
##                                                                        metering data       1      0.00          90.54      0.00          90.54
##                                                                 methodological tools       1      0.00          90.54      0.00          90.54
##                                                                methodologies choices       1      0.00          90.54      0.00          90.54
##                                                               methodologies relevant       1      0.00          90.54      0.00          90.54
##                                                                   methods consistent       1      0.00          90.55      0.00          90.55
##                                                                     metrics analysis       1      0.00          90.55      0.00          90.55
##                                                                   metrics collection       1      0.00          90.55      0.00          90.55
##                                                                metrics visualization       1      0.00          90.55      0.00          90.55
##                                                                           metro area       1      0.00          90.55      0.00          90.55
##                                                                 metropolitan detroit       1      0.00          90.55      0.00          90.55
##                                                                          mexico city       1      0.00          90.56      0.00          90.56
##                                                                                   mi       1      0.00          90.56      0.00          90.56
##                                                             mi-driven business needs       1      0.00          90.56      0.00          90.56
##                                                                       mi communities       1      0.00          90.56      0.00          90.56
##                                                               mi competence build-up       1      0.00          90.56      0.00          90.56
##                                                                    mi related forums       1      0.00          90.57      0.00          90.57
##                                                                                micro       1      0.00          90.57      0.00          90.57
##                                                                       micro-services       1      0.00          90.57      0.00          90.57
##                                                               micro economic factors       1      0.00          90.57      0.00          90.57
##                                                     microservice-based architectures       1      0.00          90.57      0.00          90.57
##                                               microservice-based system architecture       1      0.00          90.58      0.00          90.58
##                                                           microservice architectures       1      0.00          90.58      0.00          90.58
##                                                                           microsoft·       1      0.00          90.58      0.00          90.58
##                                                                      microsoft azure       1      0.00          90.58      0.00          90.58
##                                                                         microsoft bi       1      0.00          90.58      0.00          90.58
##                                               microsoft capacity customer experience       1      0.00          90.59      0.00          90.59
##                                                             microsoft cloud capacity       1      0.00          90.59      0.00          90.59
##                                                    microsoft data science tool stack       1      0.00          90.59      0.00          90.59
##                                                               microsoft dynamics nav       1      0.00          90.59      0.00          90.59
##                                                               microsoft office tools       1      0.00          90.59      0.00          90.59
##                                                                    microsoft outlook       1      0.00          90.59      0.00          90.59
##                                                                   microsoft power bi       1      0.00          90.60      0.00          90.60
##                                                                 microsoft powerpoint       1      0.00          90.60      0.00          90.60
##                                                                          microsoft r       1      0.00          90.60      0.00          90.60
##                                                                       microsoft ssis       1      0.00          90.60      0.00          90.60
##                                                                       microsoft ssrs       1      0.00          90.60      0.00          90.60
##                                                                           mid-career       1      0.00          90.61      0.00          90.61
##                                                                            mid-level       1      0.00          90.61      0.00          90.61
##                                                             mid-level data scientist       1      0.00          90.61      0.00          90.61
##                                                                     mid-senior level       1      0.00          90.61      0.00          90.61
##                                                                 mid-sized businesses       1      0.00          90.61      0.00          90.61
##                                                                            mid level       1      0.00          90.62      0.00          90.62
##                                                                       mid level role       1      0.00          90.62      0.00          90.62
##                                                             middle-market businesses       1      0.00          90.62      0.00          90.62
##                                                                      middle managers       1      0.00          90.62      0.00          90.62
##                                                          midsize education employers       1      0.00          90.62      0.00          90.62
##                                                                      midtown atlanta       1      0.00          90.63      0.00          90.63
##                                                                       midwest region       1      0.00          90.63      0.00          90.63
##                                                                           milestones       1      0.00          90.63      0.00          90.63
##                                                                             military       1      0.00          90.63      0.00          90.63
##                                                                 military assignments       1      0.00          90.63      0.00          90.63
##                                                                        military duty       1      0.00          90.63      0.00          90.63
##                                                                     military service       1      0.00          90.64      0.00          90.64
##                                                                millions of americans       1      0.00          90.64      0.00          90.64
##                                                           millions of carstranslates       1      0.00          90.64      0.00          90.64
##                                                                millions of customers       1      0.00          90.64      0.00          90.64
##                                                                  millions of drivers       1      0.00          90.64      0.00          90.64
##                                                             millions of ebay sellers       1      0.00          90.65      0.00          90.65
##                                                             millions of observations       1      0.00          90.65      0.00          90.65
##                                                                 millions of patients       1      0.00          90.65      0.00          90.65
##                                                                     millions of real       1      0.00          90.65      0.00          90.65
##                                                                     millions of rows       1      0.00          90.65      0.00          90.65
##                                                                   millions of voters       1      0.00          90.66      0.00          90.66
##                                                                  mind of fairwarning       1      0.00          90.66      0.00          90.66
##                                                                                mines       1      0.00          90.66      0.00          90.66
##                                                                  minimal hard-coding       1      0.00          90.66      0.00          90.66
##                                                                 minimal mouse clicks       1      0.00          90.66      0.00          90.66
##                                                                    minimal structure       1      0.00          90.67      0.00          90.67
##                                                                    minimalist design       1      0.00          90.67      0.00          90.67
##                                                           minimum level of education       1      0.00          90.67      0.00          90.67
##                                                          minimum levels of knowledge       1      0.00          90.67      0.00          90.67
##                                                                    minimum of master       1      0.00          90.67      0.00          90.67
##                                                            minimum qual requirements       1      0.00          90.67      0.00          90.67
##                                                      minimum required qualifications       1      0.00          90.68      0.00          90.68
##                                                        minimum ts security clearance       1      0.00          90.68      0.00          90.68
##                                                              minimum viable products       1      0.00          90.68      0.00          90.68
##                                                              minimum work experience       1      0.00          90.68      0.00          90.68
##                                                          minimum years of experience       1      0.00          90.68      0.00          90.68
##                                                                      mining patterns       1      0.00          90.69      0.00          90.69
##                                                                     miningexperience       1      0.00          90.69      0.00          90.69
##                                                                 ministries of health       1      0.00          90.69      0.00          90.69
##                                                                               minium       1      0.00          90.69      0.00          90.69
##                                                                          minneapolis       1      0.00          90.69      0.00          90.69
##                                                                       minneapolis mn       1      0.00          90.70      0.00          90.70
##                                                                            minnesota       1      0.00          90.70      0.00          90.70
##                                                                                  mis       1      0.00          90.70      0.00          90.70
##                                                                      missile defense       1      0.00          90.70      0.00          90.70
##                                                           mission-critical decisions       1      0.00          90.70      0.00          90.70
##                                                               mission-critical needs       1      0.00          90.71      0.00          90.71
##                                                       mission-critical space systems       1      0.00          90.71      0.00          90.71
##                                                             mission-critical systems       1      0.00          90.71      0.00          90.71
##                                                           mission-driven individuals       1      0.00          90.71      0.00          90.71
##                                               mission-driven team of data scientists       1      0.00          90.71      0.00          90.71
##                                                         mission-focused organization       1      0.00          90.71      0.00          90.71
##                                                               mission-focused squads       1      0.00          90.72      0.00          90.72
##                                                   mission critical data architecture       1      0.00          90.72      0.00          90.72
##                                                                        mission focus       1      0.00          90.72      0.00          90.72
##                                                           mission management systems       1      0.00          90.72      0.00          90.72
##                                                                        mission needs       1      0.00          90.72      0.00          90.72
##                                                                       mission of usc       1      0.00          90.73      0.00          90.73
##                                                                  mission performance       1      0.00          90.73      0.00          90.73
##                                                                   mission priorities       1      0.00          90.73      0.00          90.73
##                                                             mission support services       1      0.00          90.73      0.00          90.73
##                                                                               misuse       1      0.00          90.73      0.00          90.73
##                                                                                  mit       1      0.00          90.74      0.00          90.74
##                                                                 mit research project       1      0.00          90.74      0.00          90.74
##                                                             mitigating cyber threats       1      0.00          90.74      0.00          90.74
##                                                                mitigation strategies       1      0.00          90.74      0.00          90.74
##                                                              mix of machine learning       1      0.00          90.74      0.00          90.74
##                                                            mixed-integer programming       1      0.00          90.75      0.00          90.75
##                                                                  mixed effects model       1      0.00          90.75      0.00          90.75
##                                                                         mixed models       1      0.00          90.75      0.00          90.75
##                                                                                   mj       1      0.00          90.75      0.00          90.75
##                                                                                 mlib       1      0.00          90.75      0.00          90.75
##                                                                                mlops       1      0.00          90.75      0.00          90.75
##                                                                       mo-creve coeur       1      0.00          90.76      0.00          90.76
##                                                                        mobile device       1      0.00          90.76      0.00          90.76
##                                                                        mobile events       1      0.00          90.76      0.00          90.76
##                                                                    mobile generation       1      0.00          90.76      0.00          90.76
##                                                                    mobile interfaces       1      0.00          90.76      0.00          90.76
##                                                           mobile phone reimbursement       1      0.00          90.77      0.00          90.77
##                                                                    mobile properties       1      0.00          90.77      0.00          90.77
##                                                                       mobile sensing       1      0.00          90.77      0.00          90.77
##                                                                     mobile solutions       1      0.00          90.77      0.00          90.77
##                                                                    mobile sportsbook       1      0.00          90.77      0.00          90.77
##                                                                  mobile technologies       1      0.00          90.78      0.00          90.78
##                                                mobility landscape of numerous cities       1      0.00          90.78      0.00          90.78
##                                                                   mobility solutions       1      0.00          90.78      0.00          90.78
##                                                                              mockito       1      0.00          90.78      0.00          90.78
##                                                                                mocto       1      0.00          90.78      0.00          90.78
##                                                                         modefrontier       1      0.00          90.78      0.00          90.78
##                                                                                model       1      0.00          90.79      0.00          90.79
##                                                                     model's insights       1      0.00          90.79      0.00          90.79
##                                                                model-driven analyses       1      0.00          90.79      0.00          90.79
##                                                                       model accuracy       1      0.00          90.79      0.00          90.79
##                                                                        model builder       1      0.00          90.79      0.00          90.79
##                                                         model building-spending time       1      0.00          90.80      0.00          90.80
##                                                     model complex business processes       1      0.00          90.80      0.00          90.80
##                                                                   model construction       1      0.00          90.80      0.00          90.80
##                                                                      model developme       1      0.00          90.80      0.00          90.80
##                                        model development of ice liquidity indicators       1      0.00          90.80      0.00          90.80
##                                                                    model diagnostics       1      0.00          90.81      0.00          90.81
##                                                                  model effectiveness       1      0.00          90.81      0.00          90.81
##                                                                   model enhancements       1      0.00          90.81      0.00          90.81
##                                                                      model evolution       1      0.00          90.81      0.00          90.81
##                                                                       model findings       1      0.00          90.81      0.00          90.81
##                                                                        model fitting       1      0.00          90.82      0.00          90.82
##                                                                     model generation       1      0.00          90.82      0.00          90.82
##                                                                     model hypotheses       1      0.00          90.82      0.00          90.82
##                                                                 model implementation       1      0.00          90.82      0.00          90.82
##                                                                model interpretations       1      0.00          90.82      0.00          90.82
##                                                                    model maintenance       1      0.00          90.82      0.00          90.82
##                                                                     model management       1      0.00          90.83      0.00          90.83
##                                                                   model optimization       1      0.00          90.83      0.00          90.83
##                                                                         model owners       1      0.00          90.83      0.00          90.83
##                                                       model prototyping environments       1      0.00          90.83      0.00          90.83
##                                                                          model refit       1      0.00          90.83      0.00          90.83
##                                                                   model requirements       1      0.00          90.84      0.00          90.84
##                                                                          model score       1      0.00          90.84      0.00          90.84
##                                                                      model selection       1      0.00          90.84      0.00          90.84
##                                                                model structured data       1      0.00          90.84      0.00          90.84
##                                                                        model updates       1      0.00          90.84      0.00          90.84
##                                                          model validation strategies       1      0.00          90.85      0.00          90.85
##                                                                  modeling capability       1      0.00          90.85      0.00          90.85
##                                                   modeling complex decision problems       1      0.00          90.85      0.00          90.85
##                                                                    modeling concepts       1      0.00          90.85      0.00          90.85
##                                                                   modeling decisions       1      0.00          90.85      0.00          90.85
##                                                       modeling financial instruments       1      0.00          90.86      0.00          90.86
##                                                     modeling golfer performance data       1      0.00          90.86      0.00          90.86
##                                                                 modeling initiatives       1      0.00          90.86      0.00          90.86
##                                                                 modeling innovations       1      0.00          90.86      0.00          90.86
##                                                                    modeling of video       1      0.00          90.86      0.00          90.86
##                                                      modeling performance evaluation       1      0.00          90.86      0.00          90.86
##                                                                    modeling projects       1      0.00          90.87      0.00          90.87
##                                                                    modeling purposes       1      0.00          90.87      0.00          90.87
##                                                                     modeling support       1      0.00          90.87      0.00          90.87
##                                                                      modeling system       1      0.00          90.87      0.00          90.87
##                                                                  modeling techniques       1      0.00          90.87      0.00          90.87
##                                                                modeling techniquesto       1      0.00          90.88      0.00          90.88
##                                                                       modeling tools       1      0.00          90.88      0.00          90.88
##                                                       modeling usage of aws services       1      0.00          90.88      0.00          90.88
##                                                                   modelling of video       1      0.00          90.88      0.00          90.88
##                                                      modelling time-series data sets       1      0.00          90.88      0.00          90.88
##                                                       models complex agency problems       1      0.00          90.89      0.00          90.89
##                                                                    models compliance       1      0.00          90.89      0.00          90.89
##                                                                      models of peers       1      0.00          90.89      0.00          90.89
##                                                                    moderate projects       1      0.00          90.89      0.00          90.89
##                                                          moderate statistical models       1      0.00          90.89      0.00          90.89
##                                               modern analytics programming languages       1      0.00          90.90      0.00          90.90
##                                                           modern data analysis stack       1      0.00          90.90      0.00          90.90
##                                                  modern data manipulation techniques       1      0.00          90.90      0.00          90.90
##                                                         modern data science platform       1      0.00          90.90      0.00          90.90
##                                                       modern data science techniques       1      0.00          90.90      0.00          90.90
##                                                               modern day shopkeepers       1      0.00          90.90      0.00          90.90
##                                                      modern deep learning techniques       1      0.00          90.91      0.00          90.91
##                                            modern distributed computing technologies       1      0.00          90.91      0.00          90.91
##                                                        modern downtown austin office       1      0.00          90.91      0.00          90.91
##                                                               modern finance company       1      0.00          90.91      0.00          90.91
##                                                     modern high-volume data pipeline       1      0.00          90.91      0.00          90.91
##                                                   modern machine learning algorithms       1      0.00          90.92      0.00          90.92
##                                                    modern machine learning libraries       1      0.00          90.92      0.00          90.92
##                                                             modern open source tools       1      0.00          90.92      0.00          90.92
##                                                            modern scripting language       1      0.00          90.92      0.00          90.92
##                                                                      modern software       1      0.00          90.92      0.00          90.92
##                                                               modern software design       1      0.00          90.93      0.00          90.93
##                                                          modern software development       1      0.00          90.93      0.00          90.93
##                                                                    modern statistics       1      0.00          90.93      0.00          90.93
##                                                     modern technology infrastructure       1      0.00          90.93      0.00          90.93
##                                                                         modern tools       1      0.00          90.93      0.00          90.93
##                                                               modern web application       1      0.00          90.94      0.00          90.94
##                                                                     modern workforce       1      0.00          90.94      0.00          90.94
##                                                                        modifications       1      0.00          90.94      0.00          90.94
##                                                         module assembly factory data       1      0.00          90.94      0.00          90.94
##                                                                          module lead       1      0.00          90.94      0.00          90.94
##                                                                              modules       1      0.00          90.94      0.00          90.94
##                                                                    molecular biology       1      0.00          90.95      0.00          90.95
##                                                                            molecules       1      0.00          90.95      0.00          90.95
##                                                                moments of brilliance       1      0.00          90.95      0.00          90.95
##                                                                             momentum       1      0.00          90.95      0.00          90.95
##                                                                             monetate       1      0.00          90.95      0.00          90.95
##                                                                   monetization sites       1      0.00          90.96      0.00          90.96
##                                                                                mongo       1      0.00          90.96      0.00          90.96
##                                                                             mongo db       1      0.00          90.96      0.00          90.96
##                                          monitor marketing list generation processes       1      0.00          90.96      0.00          90.96
##                                                                         monitor work       1      0.00          90.96      0.00          90.96
##                                                              monitoring applications       1      0.00          90.97      0.00          90.97
##                                                      monitoring of analytical models       1      0.00          90.97      0.00          90.97
##                                                                    monitoring of dba       1      0.00          90.97      0.00          90.97
##                                                            monitoring of performance       1      0.00          90.97      0.00          90.97
##                                                               monte carlo simulation       1      0.00          90.97      0.00          90.97
##                                            montefiore big-data collection procedures       1      0.00          90.98      0.00          90.98
##                                                         montefiore data architecture       1      0.00          90.98      0.00          90.98
##                                                           montefiore enterprise data       1      0.00          90.98      0.00          90.98
##                                           montefiore medicine academic health system       1      0.00          90.98      0.00          90.98
##                                                                       month contract       1      0.00          90.98      0.00          90.98
##                                                                        month project       1      0.00          90.98      0.00          90.98
##                                                            monthly parking allowance       1      0.00          90.99      0.00          90.99
##                                                           monthly payments' analysis       1      0.00          90.99      0.00          90.99
##                               months of creditable specialized experience equivalent       1      0.00          90.99      0.00          90.99
##                                                                  months of executive       1      0.00          90.99      0.00          90.99
##                                                                 months of experience       1      0.00          90.99      0.00          90.99
##                                                                                  mop       1      0.00          91.00      0.00          91.00
##                                                                                 more       1      0.00          91.00      0.00          91.00
##                                                                 motivated candidates       1      0.00          91.00      0.00          91.00
##                                                               motivated statistician       1      0.00          91.00      0.00          91.00
##                                                                  motivated workforce       1      0.00          91.00      0.00          91.00
##                                                                           motivation       1      0.00          91.01      0.00          91.01
##                                                                               motors       1      0.00          91.01      0.00          91.01
##                                                                                motto       1      0.00          91.01      0.00          91.01
##                                                                                mouse       1      0.00          91.01      0.00          91.01
##                                                                             movement       1      0.00          91.01      0.00          91.01
##                                                                        movethe world       1      0.00          91.02      0.00          91.02
##                                                                             movie ni       1      0.00          91.02      0.00          91.02
##                                                             movie recommendation app       1      0.00          91.02      0.00          91.02
##                                                                               movies       1      0.00          91.02      0.00          91.02
##                                                                                  mro       1      0.00          91.02      0.00          91.02
##                                                                             mro cost       1      0.00          91.02      0.00          91.02
##                                                                                  mrp       1      0.00          91.03      0.00          91.03
##                                                                                   ms       1      0.00          91.03      0.00          91.03
##                                                      ms access programming languages       1      0.00          91.03      0.00          91.03
##                                                                             ms azure       1      0.00          91.03      0.00          91.03
##                                                                            ms office       1      0.00          91.03      0.00          91.03
##                                                                ms office proficiency       1      0.00          91.04      0.00          91.04
##                                                                          ms power bi       1      0.00          91.04      0.00          91.04
##                                                                                 mscs       1      0.00          91.04      0.00          91.04
##                                                                                 msee       1      0.00          91.04      0.00          91.04
##                                                                                  msf       1      0.00          91.04      0.00          91.04
##                                                                                 msqf       1      0.00          91.05      0.00          91.05
##                                                                                  mti       1      0.00          91.05      0.00          91.05
##                                                                          multi-brand       1      0.00          91.05      0.00          91.05
##                                                                        multi-channel       1      0.00          91.05      0.00          91.05
##                                                    multi-channel engagement platform       1      0.00          91.05      0.00          91.05
##                                                      multi-county ambulatory network       1      0.00          91.06      0.00          91.06
##                                                               multi-dimensional data       1      0.00          91.06      0.00          91.06
##                                                           multi-dimensional datasets       1      0.00          91.06      0.00          91.06
##                                                            multi-dimensional testing       1      0.00          91.06      0.00          91.06
##                                                      multi-disciplinary environments       1      0.00          91.06      0.00          91.06
##                                                multi-disciplinary team of scientists       1      0.00          91.06      0.00          91.06
##                                       multi-disciplinary team of solution architects       1      0.00          91.07      0.00          91.07
##                                                             multi-disciplinary teams       1      0.00          91.07      0.00          91.07
##                                                               multi-disciplined team       1      0.00          91.07      0.00          91.07
##                                                               multi-faceted analysis       1      0.00          91.07      0.00          91.07
##                                                            multi-faceted environment       1      0.00          91.07      0.00          91.07
##                                                               multi-functional teams       1      0.00          91.08      0.00          91.08
##                                                      multi-int analytic capabilities       1      0.00          91.08      0.00          91.08
##                                                                 multi-level modeling       1      0.00          91.08      0.00          91.08
##                                                            multi-modal clinical data       1      0.00          91.08      0.00          91.08
##                                                    multi-organizational stakeholders       1      0.00          91.08      0.00          91.08
##                                                                        multi-product       1      0.00          91.09      0.00          91.09
##                                                                   multi-sourced data       1      0.00          91.09      0.00          91.09
##                                                                           multi-user       1      0.00          91.09      0.00          91.09
##                                                      multi-variate regression models       1      0.00          91.09      0.00          91.09
##                                                                  multi-variate tests       1      0.00          91.09      0.00          91.09
##                                                               multichannel purchases       1      0.00          91.10      0.00          91.10
##                                                multicultural team of various beliefs       1      0.00          91.10      0.00          91.10
##                                     multidimensional information technology problems       1      0.00          91.10      0.00          91.10
##                                                               multidisciplinary team       1      0.00          91.10      0.00          91.10
##                                    multidisciplinary team of technical professionals       1      0.00          91.10      0.00          91.10
##                                                              multidisciplinary teams       1      0.00          91.10      0.00          91.10
##                                                multidisciplinary teams of scientists       1      0.00          91.11      0.00          91.11
##                                                                multilayer perceptron       1      0.00          91.11      0.00          91.11
##                                                             multimedia understanding       1      0.00          91.11      0.00          91.11
##                                                                multinational company       1      0.00          91.11      0.00          91.11
##                                                           multinational corporations       1      0.00          91.11      0.00          91.11
##                                                                  multiple algorithms       1      0.00          91.12      0.00          91.12
##                                                                     multiple aspects       1      0.00          91.12      0.00          91.12
##                                                                 multiple assignments       1      0.00          91.12      0.00          91.12
##                                                                 multiple attachments       1      0.00          91.12      0.00          91.12
##                                                                       multiple cases       1      0.00          91.12      0.00          91.12
##                                                                  multiple categories       1      0.00          91.13      0.00          91.13
##                                                                    multiple channels       1      0.00          91.13      0.00          91.13
##                                                        multiple competing priorities       1      0.00          91.13      0.00          91.13
##                                               multiple data science coding languages       1      0.00          91.13      0.00          91.13
##                                                             multiple data scientists       1      0.00          91.13      0.00          91.13
##                                                                   multiple data sets       1      0.00          91.14      0.00          91.14
##                                                                   multiple databases       1      0.00          91.14      0.00          91.14
##                                                                multiple deliverables       1      0.00          91.14      0.00          91.14
##                                                                    multiple diseases       1      0.00          91.14      0.00          91.14
##                                                           multiple disparate sources       1      0.00          91.14      0.00          91.14
##                                                    multiple global order fulfillment       1      0.00          91.14      0.00          91.14
##                                                                   multiple imperfect       1      0.00          91.15      0.00          91.15
##                                                                  multiple industries       1      0.00          91.15      0.00          91.15
##                                                                  multiple iterations       1      0.00          91.15      0.00          91.15
##                                                             multiple large databases       1      0.00          91.15      0.00          91.15
##                                                   multiple layers of foundation data       1      0.00          91.15      0.00          91.15
##                                                                      multiple levels       1      0.00          91.16      0.00          91.16
##                                                         multiple levels of technical       1      0.00          91.16      0.00          91.16
##                                                                       multiple media       1      0.00          91.16      0.00          91.16
##                                                                      multiple models       1      0.00          91.16      0.00          91.16
##                                                      multiple multi-functional teams       1      0.00          91.16      0.00          91.16
##                                                                    multiple openings       1      0.00          91.17      0.00          91.17
##                                                                       multiple osats       1      0.00          91.17      0.00          91.17
##                                                                   multiple platforms       1      0.00          91.17      0.00          91.17
##                                                               multiple product lines       1      0.00          91.17      0.00          91.17
##                                                     multiple project teams of senior       1      0.00          91.17      0.00          91.17
##                                                     multiple provisioning technology       1      0.00          91.18      0.00          91.18
##                                                                           multiple r       1      0.00          91.18      0.00          91.18
##                                                                  multiple regression       1      0.00          91.18      0.00          91.18
##                                                                   multiple resources       1      0.00          91.18      0.00          91.18
##                                                                   multiple scenarios       1      0.00          91.18      0.00          91.18
##                                                      multiple school finance systems       1      0.00          91.18      0.00          91.18
##                                                              multiple signal sources       1      0.00          91.19      0.00          91.19
##                                                             multiple social networks       1      0.00          91.19      0.00          91.19
##                                                                   multiple solutions       1      0.00          91.19      0.00          91.19
##                                                              multiple source systems       1      0.00          91.19      0.00          91.19
##                                                                multiple source types       1      0.00          91.19      0.00          91.19
##                                                      multiple subject matter experts       1      0.00          91.20      0.00          91.20
##                                                         multiple successful products       1      0.00          91.20      0.00          91.20
##                                                                     multiple systems       1      0.00          91.20      0.00          91.20
##                                                           multiple therapeutic areas       1      0.00          91.20      0.00          91.20
##                                                                   multiple therapies       1      0.00          91.20      0.00          91.20
##                                                                  multiple viewpoints       1      0.00          91.21      0.00          91.21
##                                                                multiple work streams       1      0.00          91.21      0.00          91.21
##                                                                       multithreading       1      0.00          91.21      0.00          91.21
##                                                             multivariate experiments       1      0.00          91.21      0.00          91.21
##                                                       multivariate linear regression       1      0.00          91.21      0.00          91.21
##                                                               multivariate modelling       1      0.00          91.22      0.00          91.22
##                                                              multivariate regression       1      0.00          91.22      0.00          91.22
##                                                              multivariate statistics       1      0.00          91.22      0.00          91.22
##                                                                   multivariate tests       1      0.00          91.22      0.00          91.22
##                                                             multivariate time series       1      0.00          91.22      0.00          91.22
##                                                                               mumbai       1      0.00          91.22      0.00          91.22
##                                                                              munging       1      0.00          91.23      0.00          91.23
##                                                                               murata       1      0.00          91.23      0.00          91.23
##                                                                       murata company       1      0.00          91.23      0.00          91.23
##                                                                                 muse       1      0.00          91.23      0.00          91.23
##                                                                           mutiple ai       1      0.00          91.23      0.00          91.23
##                                                                       mutual respect       1      0.00          91.24      0.00          91.24
##                                                                                 mvps       1      0.00          91.24      0.00          91.24
##                                                                        myriad of nlp       1      0.00          91.24      0.00          91.24
##                                                                                  nai       1      0.00          91.24      0.00          91.24
##                                                                              nairobi       1      0.00          91.24      0.00          91.24
##                                                             named entity recognition       1      0.00          91.25      0.00          91.25
##                                                                     nation's ability       1      0.00          91.25      0.00          91.25
##                                                                       nation's space       1      0.00          91.25      0.00          91.25
##                                                           nation's toughest problems       1      0.00          91.25      0.00          91.25
##                                             national aeronautic space administration       1      0.00          91.25      0.00          91.25
##                                               national aftermarket parts distributor       1      0.00          91.26      0.00          91.26
##                                                       national amateur championships       1      0.00          91.26      0.00          91.26
##                                                                      national center       1      0.00          91.26      0.00          91.26
##                                                                     national defense       1      0.00          91.26      0.00          91.26
##                                                    national educational organization       1      0.00          91.26      0.00          91.26
##                                              national geospatial-intelligence agency       1      0.00          91.26      0.00          91.26
##                                                        national institutes of health       1      0.00          91.27      0.00          91.27
##                                                           national inventory sources       1      0.00          91.27      0.00          91.27
##                                                                    national resource       1      0.00          91.27      0.00          91.27
##                                                              national security space       1      0.00          91.27      0.00          91.27
##                                                            national service programs       1      0.00          91.27      0.00          91.27
##                                                                 nationwide insurance       1      0.00          91.28      0.00          91.28
##                                                  nationwide network of manufacturers       1      0.00          91.28      0.00          91.28
##                                                     native data science capabilities       1      0.00          91.28      0.00          91.28
##                                                                  native technologies       1      0.00          91.28      0.00          91.28
##                                                                 natural environments       1      0.00          91.28      0.00          91.28
##                                                                     natural language       1      0.00          91.29      0.00          91.29
##                                               natural language processing algorithms       1      0.00          91.29      0.00          91.29
##                                              natural language processing application       1      0.00          91.29      0.00          91.29
##                                                                natural language text       1      0.00          91.29      0.00          91.29
##                                            natural language understanding techniques       1      0.00          91.29      0.00          91.29
##                                                                    natural questions       1      0.00          91.30      0.00          91.30
##                                                                     natural sciences       1      0.00          91.30      0.00          91.30
##                                                                       nature of work       1      0.00          91.30      0.00          91.30
##                                                                               navair       1      0.00          91.30      0.00          91.30
##                                                          naval aviation data systems       1      0.00          91.30      0.00          91.30
##                                                                                 navy       1      0.00          91.30      0.00          91.30
##                                                                         navy clients       1      0.00          91.31      0.00          91.31
##                                                                             nbc news       1      0.00          91.31      0.00          91.31
##                                                                                  nbs       1      0.00          91.31      0.00          91.31
##                                                                       nc-morrisville       1      0.00          91.31      0.00          91.31
##                                                         near real-time dash boarding       1      0.00          91.31      0.00          91.31
##                                                                 nearest major market       1      0.00          91.32      0.00          91.32
##                                                                    nearest neighbors       1      0.00          91.32      0.00          91.32
##                                                      necessary analytic requirements       1      0.00          91.32      0.00          91.32
##                                                      necessary business architecture       1      0.00          91.32      0.00          91.32
##                                                                       necessary data       1      0.00          91.32      0.00          91.32
##                                                              necessary data elements       1      0.00          91.33      0.00          91.33
##                                                            necessary data structures       1      0.00          91.33      0.00          91.33
##                                                                necessary information       1      0.00          91.33      0.00          91.33
##                                                                  necessary knowledge       1      0.00          91.33      0.00          91.33
##                                                                  necessary processes       1      0.00          91.33      0.00          91.33
##                                                                     necessary skills       1      0.00          91.34      0.00          91.34
##                                                                   necessary skillset       1      0.00          91.34      0.00          91.34
##                                                                        necessary sql       1      0.00          91.34      0.00          91.34
##                                                             necessary support duties       1      0.00          91.34      0.00          91.34
##                                                                    necessary tooling       1      0.00          91.34      0.00          91.34
##                                                                            neck-deep       1      0.00          91.34      0.00          91.34
##                                                     needed reasonable accommodations       1      0.00          91.35      0.00          91.35
##                                                                               needle       1      0.00          91.35      0.00          91.35
##                                                                    needs of business       1      0.00          91.35      0.00          91.35
##                                                                    needs of children       1      0.00          91.35      0.00          91.35
##                                         needs of key marketing analytics initiatives       1      0.00          91.35      0.00          91.35
##                                                                            negatives       1      0.00          91.36      0.00          91.36
##                                                                   negotiation skills       1      0.00          91.36      0.00          91.36
##                                                                  neiman marcus group       1      0.00          91.36      0.00          91.36
##                                                       neiman marcus off-price stores       1      0.00          91.36      0.00          91.36
##                                                                  nelson ray - nelson       1      0.00          91.36      0.00          91.36
##                                                                         nerve center       1      0.00          91.37      0.00          91.37
##                                                                       nested queries       1      0.00          91.37      0.00          91.37
##                                                          net direct dealer solutions       1      0.00          91.37      0.00          91.37
##                                                                       net direct way       1      0.00          91.37      0.00          91.37
##                                                                              netezza       1      0.00          91.37      0.00          91.37
##                                                                              netflow       1      0.00          91.38      0.00          91.38
##                                                                      network changes       1      0.00          91.38      0.00          91.38
##                                                                       network design       1      0.00          91.38      0.00          91.38
##                                                                         network flow       1      0.00          91.38      0.00          91.38
##                                                        network incident anticipation       1      0.00          91.38      0.00          91.38
##                                                          network metadata processing       1      0.00          91.38      0.00          91.38
##                                                                     network modeling       1      0.00          91.39      0.00          91.39
##                                                                    network of talent       1      0.00          91.39      0.00          91.39
##                                                      network of world-class clinical       1      0.00          91.39      0.00          91.39
##                                                                    networked society       1      0.00          91.39      0.00          91.39
##                                                                      neural language       1      0.00          91.39      0.00          91.39
##                                                                              neurips       1      0.00          91.40      0.00          91.40
##                                                         neuroimaging data processing       1      0.00          91.40      0.00          91.40
##                                                            neuroimaging data storage       1      0.00          91.40      0.00          91.40
##                                                                            neurology       1      0.00          91.40      0.00          91.40
##                                                            neuropsychiatric diseases       1      0.00          91.40      0.00          91.40
##                                                                         neuroscience       1      0.00          91.41      0.00          91.41
##                                                                neuroscience exposure       1      0.00          91.41      0.00          91.41
##                                                                   neuroscience field       1      0.00          91.41      0.00          91.41
##                                                                    neuroscience labs       1      0.00          91.41      0.00          91.41
##                                                                            neurosoph       1      0.00          91.41      0.00          91.41
##                                                     neutral technology clearinghouse       1      0.00          91.42      0.00          91.42
##                                                                 never-ending passion       1      0.00          91.42      0.00          91.42
##                                                                       new alexa team       1      0.00          91.42      0.00          91.42
##                                                                  new analytic models       1      0.00          91.42      0.00          91.42
##                                                               new analytical methods       1      0.00          91.42      0.00          91.42
##                                                                        new analytics       1      0.00          91.42      0.00          91.42
##                                                               new areas of expertise       1      0.00          91.43      0.00          91.43
##                                                 new business continuity entitlements       1      0.00          91.43      0.00          91.43
##                                                         new business decision models       1      0.00          91.43      0.00          91.43
##                                                            new college graduate role       1      0.00          91.43      0.00          91.43
##                                                                         new computer       1      0.00          91.43      0.00          91.43
##                                                               new computing platform       1      0.00          91.44      0.00          91.44
##                                                                         new customer       1      0.00          91.44      0.00          91.44
##                                                             new customer acquisition       1      0.00          91.44      0.00          91.44
##                                                              new data analytics team       1      0.00          91.44      0.00          91.44
##                                                        new data collection processes       1      0.00          91.44      0.00          91.44
##                                                                 new data initiatives       1      0.00          91.45      0.00          91.45
##                                                                   new data processes       1      0.00          91.45      0.00          91.45
##                                                                   new data scientist       1      0.00          91.45      0.00          91.45
##                                                         new data visualization tools       1      0.00          91.45      0.00          91.45
##                                                           new de-identified datasets       1      0.00          91.45      0.00          91.45
##                                                                          new designs       1      0.00          91.46      0.00          91.46
##                                                             new development projects       1      0.00          91.46      0.00          91.46
##                                                                  new digital economy       1      0.00          91.46      0.00          91.46
##                                                                new drug applications       1      0.00          91.46      0.00          91.46
##                                                                       new employee's       1      0.00          91.46      0.00          91.46
##                                                                        new employees       1      0.00          91.46      0.00          91.46
##                                                                              new era       1      0.00          91.47      0.00          91.47
##                                                                             new fans       1      0.00          91.47      0.00          91.47
##                                                              new feature development       1      0.00          91.47      0.00          91.47
##                                                                         new features       1      0.00          91.47      0.00          91.47
##                                                             new growth opportunities       1      0.00          91.47      0.00          91.47
##                                                                         new hardware       1      0.00          91.48      0.00          91.48
##                                                                             new hire       1      0.00          91.48      0.00          91.48
##                                                              new holland agriculture       1      0.00          91.48      0.00          91.48
##                                                             new holland construction       1      0.00          91.48      0.00          91.48
##                                                                             new inds       1      0.00          91.48      0.00          91.48
##                                                                      new initiatives       1      0.00          91.49      0.00          91.49
##                                                                 new innovative ideas       1      0.00          91.49      0.00          91.49
##                                                                  new innovative ways       1      0.00          91.49      0.00          91.49
##                                                                        new knowledge       1      0.00          91.49      0.00          91.49
##                                                               new knowledge networks       1      0.00          91.49      0.00          91.49
##                                                                     new kpi projects       1      0.00          91.50      0.00          91.50
##                                                                  new language models       1      0.00          91.50      0.00          91.50
##                                                                        new languages       1      0.00          91.50      0.00          91.50
##                                                                            new level       1      0.00          91.50      0.00          91.50
##                                                                           new levels       1      0.00          91.50      0.00          91.50
##                                                           new levels of productivity       1      0.00          91.50      0.00          91.50
##                                                      new machine learning techniques       1      0.00          91.51      0.00          91.51
##                                                                new markets expansion       1      0.00          91.51      0.00          91.51
##                                                                            new means       1      0.00          91.51      0.00          91.51
##                                                                          new members       1      0.00          91.51      0.00          91.51
##                                                                          new methods       1      0.00          91.51      0.00          91.51
##                                                                          new metrics       1      0.00          91.52      0.00          91.52
##                                                                          new mission       1      0.00          91.52      0.00          91.52
##                                                              new modeling techniques       1      0.00          91.52      0.00          91.52
##                                                                        new offerings       1      0.00          91.52      0.00          91.52
##                                                                             new ones       1      0.00          91.52      0.00          91.52
##                                                                        new paradigms       1      0.00          91.53      0.00          91.53
##                                                                         new patterns       1      0.00          91.53      0.00          91.53
##                                                                         new position       1      0.00          91.53      0.00          91.53
##                                                        new predictions opportunities       1      0.00          91.53      0.00          91.53
##                                                                new predictive models       1      0.00          91.53      0.00          91.53
##                                                              new product deployments       1      0.00          91.54      0.00          91.54
##                                                                    new product ideas       1      0.00          91.54      0.00          91.54
##                                                                 new product ideation       1      0.00          91.54      0.00          91.54
##                                                              new program initiatives       1      0.00          91.54      0.00          91.54
##                                                            new programming languages       1      0.00          91.54      0.00          91.54
##                                                                         new programs       1      0.00          91.54      0.00          91.54
##                                                                        new proposals       1      0.00          91.55      0.00          91.55
##                                                                        new protocols       1      0.00          91.55      0.00          91.55
##                                                                        new recurring       1      0.00          91.55      0.00          91.55
##                                                                    new relationships       1      0.00          91.55      0.00          91.55
##                                                                   new research areas       1      0.00          91.55      0.00          91.55
##                                                             new research innovations       1      0.00          91.56      0.00          91.56
##                                                                 new responsibilities       1      0.00          91.56      0.00          91.56
##                                                                             new role       1      0.00          91.56      0.00          91.56
##                                                                new saas applications       1      0.00          91.56      0.00          91.56
##                                                                            new sales       1      0.00          91.56      0.00          91.56
##                                                                            new scale       1      0.00          91.57      0.00          91.57
##                                                                         new segments       1      0.00          91.57      0.00          91.57
##                                                                   new software tools       1      0.00          91.57      0.00          91.57
##                                                                new solution category       1      0.00          91.57      0.00          91.57
##                                                                new sources of growth       1      0.00          91.57      0.00          91.57
##                                                                         new standard       1      0.00          91.58      0.00          91.58
##                                                                            new state       1      0.00          91.58      0.00          91.58
##                                                                       new strategies       1      0.00          91.58      0.00          91.58
##                                                                          new systems       1      0.00          91.58      0.00          91.58
##                                                                  new technical areas       1      0.00          91.58      0.00          91.58
##                                                           new technical capabilities       1      0.00          91.58      0.00          91.58
##                                                         new transformational support       1      0.00          91.59      0.00          91.59
##                                                                new treatment options       1      0.00          91.59      0.00          91.59
##                                                                   new types of fraud       1      0.00          91.59      0.00          91.59
##                                                                             new unit       1      0.00          91.59      0.00          91.59
##                                                            new user behavior insight       1      0.00          91.59      0.00          91.59
##                                                                            new value       1      0.00          91.60      0.00          91.60
##                                                               new vehicle production       1      0.00          91.60      0.00          91.60
##                                                                              new way       1      0.00          91.60      0.00          91.60
##                                                              new workforce construct       1      0.00          91.60      0.00          91.60
##                                                                   new york city team       1      0.00          91.60      0.00          91.60
##                                                                       new york state       1      0.00          91.61      0.00          91.61
##                                                                                nexus       1      0.00          91.61      0.00          91.61
##                                                         nf data modeling pl3 desired       1      0.00          91.61      0.00          91.61
##                                                                       nga's civilian       1      0.00          91.61      0.00          91.61
##                                                                          nga offices       1      0.00          91.61      0.00          91.61
##                                                                                 ngos       1      0.00          91.62      0.00          91.62
##                                                                           nice haves       1      0.00          91.62      0.00          91.62
##                                                                      nielsen company       1      0.00          91.62      0.00          91.62
##                                                                              nigeria       1      0.00          91.62      0.00          91.62
##                                                                                  nih       1      0.00          91.62      0.00          91.62
##                                                                             nih srgs       1      0.00          91.62      0.00          91.62
##                                                                                 nike       1      0.00          91.63      0.00          91.63
##                                                                               ninjas       1      0.00          91.63      0.00          91.63
##                                                                          nix systems       1      0.00          91.63      0.00          91.63
##                                                                         nj employees       1      0.00          91.63      0.00          91.63
##                                                                        nlp expertise       1      0.00          91.63      0.00          91.63
##                                                                            nlp field       1      0.00          91.64      0.00          91.64
##                                                                       nlp frameworks       1      0.00          91.64      0.00          91.64
##                                                                           nlp tasks·       1      0.00          91.64      0.00          91.64
##                                                                         nlp toolkits       1      0.00          91.64      0.00          91.64
##                                                                                  nlu       1      0.00          91.64      0.00          91.64
##                                                                       nmg associates       1      0.00          91.65      0.00          91.65
##                                                                                nmsdc       1      0.00          91.65      0.00          91.65
##                                                                                   nn       1      0.00          91.65      0.00          91.65
##                                                                       noblis company       1      0.00          91.65      0.00          91.65
##                                                     noblis data analytics architects       1      0.00          91.65      0.00          91.65
##                                                                           noblis esi       1      0.00          91.66      0.00          91.66
##                                                                               nodejs       1      0.00          91.66      0.00          91.66
##                                                                          noise level       1      0.00          91.66      0.00          91.66
##                                                                          noise ratio       1      0.00          91.66      0.00          91.66
##                                                       non-cloud relational databases       1      0.00          91.66      0.00          91.66
##                                                                   non-discrimination       1      0.00          91.66      0.00          91.66
##                                                               non-discriminatory way       1      0.00          91.67      0.00          91.67
##                                                                          non-experts       1      0.00          91.67      0.00          91.67
##                                                                non-fictional content       1      0.00          91.67      0.00          91.67
##                                                 non-functional business requirements       1      0.00          91.67      0.00          91.67
##                                                                 non-imaging infrared       1      0.00          91.67      0.00          91.67
##                                                      non-interventional study design       1      0.00          91.68      0.00          91.68
##                                                                     non-merit factor       1      0.00          91.68      0.00          91.68
##                                                            non-modeling type of deep       1      0.00          91.68      0.00          91.68
##                                                                 non-obvious insights       1      0.00          91.68      0.00          91.68
##                                                    non-partisan research institution       1      0.00          91.68      0.00          91.68
##                                                             non-production processes       1      0.00          91.69      0.00          91.69
##                                                                   non-profit sectors       1      0.00          91.69      0.00          91.69
##                                                             non-relational databases       1      0.00          91.69      0.00          91.69
##                                                      non-technical business partners       1      0.00          91.69      0.00          91.69
##                                                    non-technical client stakeholders       1      0.00          91.69      0.00          91.69
##                                                              non-technical customers       1      0.00          91.70      0.00          91.70
##                                                               non-technical language       1      0.00          91.70      0.00          91.70
##                                                                 non-technical people       1      0.00          91.70      0.00          91.70
##                                                                non-technical persons       1      0.00          91.70      0.00          91.70
##                                                               non-technical settings       1      0.00          91.70      0.00          91.70
##                                                                 non-technical skills       1      0.00          91.70      0.00          91.70
##                                                                  non-technical staff       1      0.00          91.71      0.00          91.71
##                                                          non-technical stake holders       1      0.00          91.71      0.00          91.71
##                                                           non-technical team members       1      0.00          91.71      0.00          91.71
##                                                            non-traditional audiences       1      0.00          91.71      0.00          91.71
##                                                                 non-uniform sampling       1      0.00          91.71      0.00          91.71
##                                                               non-utility businesses       1      0.00          91.72      0.00          91.72
##                                                                    nondiscrimination       1      0.00          91.72      0.00          91.72
##                                                           nonfunctional requirements       1      0.00          91.72      0.00          91.72
##                                                                nonlinear programming       1      0.00          91.72      0.00          91.72
##                                                               nonparametric analysis       1      0.00          91.72      0.00          91.72
##                                                           nonparametric econometrics       1      0.00          91.73      0.00          91.73
##                                                              nonrelational databases       1      0.00          91.73      0.00          91.73
##                                                               nontechnical marketers       1      0.00          91.73      0.00          91.73
##                                                            nontechnical stakeholders       1      0.00          91.73      0.00          91.73
##                                                                                 norc       1      0.00          91.73      0.00          91.73
##                                                           normal application process       1      0.00          91.74      0.00          91.74
##                                                                      north america's       1      0.00          91.74      0.00          91.74
##                                                                   north america rent       1      0.00          91.74      0.00          91.74
##                                                                    northeast indiana       1      0.00          91.74      0.00          91.74
##                                                                     northrop grumman       1      0.00          91.74      0.00          91.74
##                                                     northrop grumman mission systems       1      0.00          91.74      0.00          91.74
##                                                                       northwest ohio       1      0.00          91.75      0.00          91.75
##                                                                               norway       1      0.00          91.75      0.00          91.75
##                                                                              norwell       1      0.00          91.75      0.00          91.75
##                                                                       nosql database       1      0.00          91.75      0.00          91.75
##                                                          nosql database environments       1      0.00          91.75      0.00          91.75
##                                                               nosql database systems       1      0.00          91.76      0.00          91.76
##                                                                      nosql platforms       1      0.00          91.76      0.00          91.76
##                                                                     notable benefits       1      0.00          91.76      0.00          91.76
##                                                                  notch communication       1      0.00          91.76      0.00          91.76
##                                                                                notes       1      0.00          91.76      0.00          91.76
##                                                                               notice       1      0.00          91.77      0.00          91.77
##                                                                 novartis corporation       1      0.00          91.77      0.00          91.77
##                                                          novartis group of companies       1      0.00          91.77      0.00          91.77
##                                                             novel analytical methods       1      0.00          91.77      0.00          91.77
##                                                                      novel analytics       1      0.00          91.77      0.00          91.77
##                                                 novel applications of classification       1      0.00          91.78      0.00          91.78
##                                                                           novel data       1      0.00          91.78      0.00          91.78
##                                                                   novel data sources       1      0.00          91.78      0.00          91.78
##                                                                        novel dataset       1      0.00          91.78      0.00          91.78
##                                                               novel medical insights       1      0.00          91.78      0.00          91.78
##                                                                      novel medicines       1      0.00          91.78      0.00          91.78
##                                                                     novel phenotypes       1      0.00          91.79      0.00          91.79
##                                                                       novel problems       1      0.00          91.79      0.00          91.79
##                                                                       novel research       1      0.00          91.79      0.00          91.79
##                                                                      novel variables       1      0.00          91.79      0.00          91.79
##                                                                                  nps       1      0.00          91.79      0.00          91.79
##                                                                 nsa spin development       1      0.00          91.80      0.00          91.80
##                                                                              nuances       1      0.00          91.80      0.00          91.80
##                                                                   nuclear fuel cycle       1      0.00          91.80      0.00          91.80
##                                                                            nuisances       1      0.00          91.80      0.00          91.80
##                                                                                numba       1      0.00          91.80      0.00          91.80
##                                                      number of clustering techniques       1      0.00          91.81      0.00          91.81
##                                                                     number of months       1      0.00          91.81      0.00          91.81
##                                                                   number of openings       1      0.00          91.81      0.00          91.81
##                                                                      number of perks       1      0.00          91.81      0.00          91.81
##                                                        number of positions available       1      0.00          91.81      0.00          91.81
##                                                                        number theory       1      0.00          91.82      0.00          91.82
##                                                               numerical optimization       1      0.00          91.82      0.00          91.82
##                                                       numerical optimization methods       1      0.00          91.82      0.00          91.82
##                                                                     numerical skills       1      0.00          91.82      0.00          91.82
##                                                  numerous employee discount programs       1      0.00          91.82      0.00          91.82
##                                                       numerous ground breaking ideas       1      0.00          91.82      0.00          91.82
##                                                              numerous municipalities       1      0.00          91.83      0.00          91.83
##                                                            numerous workplace awards       1      0.00          91.83      0.00          91.83
##                                                                    nursing education       1      0.00          91.83      0.00          91.83
##                                                                     nursing students       1      0.00          91.83      0.00          91.83
##                                                                            nut shell       1      0.00          91.83      0.00          91.83
##                                                                         nutritionals       1      0.00          91.84      0.00          91.84
##                                                                             nutshell       1      0.00          91.84      0.00          91.84
##                                                                      nvoke platforms       1      0.00          91.84      0.00          91.84
##                                                                                   ny       1      0.00          91.84      0.00          91.84
##                                                                            o'connell       1      0.00          91.84      0.00          91.84
##                                                                             o caring       1      0.00          91.85      0.00          91.85
##                                                                                 o365       1      0.00          91.85      0.00          91.85
##                                                                              oakland       1      0.00          91.85      0.00          91.85
##                                                                              obi pl1       1      0.00          91.85      0.00          91.85
##                                                               object-oriented design       1      0.00          91.85      0.00          91.85
##                                                             object-oriented language       1      0.00          91.85      0.00          91.85
##                                                            object-oriented paradigms       1      0.00          91.86      0.00          91.86
##                                                object-oriented programming languages       1      0.00          91.86      0.00          91.86
##                                                          object oriented programming       1      0.00          91.86      0.00          91.86
##                                                 object oriented programming concepts       1      0.00          91.86      0.00          91.86
##                                                object oriented programming languages       1      0.00          91.86      0.00          91.86
##                                                                            objective       1      0.00          91.87      0.00          91.87
##                                                                       objective data       1      0.00          91.87      0.00          91.87
##                                                                     objective manner       1      0.00          91.87      0.00          91.87
##                                                                              objects       1      0.00          91.87      0.00          91.87
##                                                                          obligations       1      0.00          91.87      0.00          91.87
##                                                       observational database studies       1      0.00          91.88      0.00          91.88
##                                                               observational research       1      0.00          91.88      0.00          91.88
##                                                observational research study analysis       1      0.00          91.88      0.00          91.88
##                                                                  observational study       1      0.00          91.88      0.00          91.88
##                                                                             occasion       1      0.00          91.88      0.00          91.88
##                                                                   occasional lifting       1      0.00          91.89      0.00          91.89
##                                                                  occasional reaching       1      0.00          91.89      0.00          91.89
##                                                          occasional responsibilities       1      0.00          91.89      0.00          91.89
##                                                 occasional travel - occasional night       1      0.00          91.89      0.00          91.89
##                                                                   occasional walking       1      0.00          91.89      0.00          91.89
##                                                                      occasional work       1      0.00          91.89      0.00          91.89
##                                                                            occupants       1      0.00          91.90      0.00          91.90
##                                                                                  ocr       1      0.00          91.90      0.00          91.90
##                                                                               oculus       1      0.00          91.90      0.00          91.90
##                                                                         offercounsel       1      0.00          91.90      0.00          91.90
##                                                                               offers       1      0.00          91.90      0.00          91.90
##                                                                     office equipment       1      0.00          91.91      0.00          91.91
##                                                                office of advancement       1      0.00          91.91      0.00          91.91
##                                                          office of financial systems       1      0.00          91.91      0.00          91.91
##                                                            office of general counsel       1      0.00          91.91      0.00          91.91
##                                                      office of strategic innovations       1      0.00          91.91      0.00          91.91
##                                                                            office os       1      0.00          91.92      0.00          91.92
##                                                                     office practices       1      0.00          91.92      0.00          91.92
##                                                                 official transcripts       1      0.00          91.92      0.00          91.92
##                                                                    offshoot products       1      0.00          91.92      0.00          91.92
##                                                                                ogden       1      0.00          91.92      0.00          91.92
##                                                                             oilfield       1      0.00          91.93      0.00          91.93
##                                                                        ojo customers       1      0.00          91.93      0.00          91.93
##                                                                      ojo engineering       1      0.00          91.93      0.00          91.93
##                                                            ojo labs - data scientist       1      0.00          91.93      0.00          91.93
##                                                                             ojo team       1      0.00          91.93      0.00          91.93
##                                                                         older adults       1      0.00          91.93      0.00          91.93
##                                                                              oldsmar       1      0.00          91.94      0.00          91.94
##                                                                       omaha nebraska       1      0.00          91.94      0.00          91.94
##                                                                    on-going tracking       1      0.00          91.94      0.00          91.94
##                                                   on-line browsing sales transaction       1      0.00          91.94      0.00          91.94
##                                                                      on-site courses       1      0.00          91.94      0.00          91.94
##                                                                    onboard personnel       1      0.00          91.95      0.00          91.95
##                                                                           onboarding       1      0.00          91.95      0.00          91.95
##                                                           one-off business questions       1      0.00          91.95      0.00          91.95
##                                                                             one-size       1      0.00          91.95      0.00          91.95
##                                                                           onemagnify       1      0.00          91.95      0.00          91.95
##                                                                     ongoing analysis       1      0.00          91.96      0.00          91.96
##                                                        ongoing analytic applications       1      0.00          91.96      0.00          91.96
##                                                           ongoing business processes       1      0.00          91.96      0.00          91.96
##                                                           ongoing client engagements       1      0.00          91.96      0.00          91.96
##                                                                   ongoing commitment       1      0.00          91.96      0.00          91.96
##                                                                 ongoing data quality       1      0.00          91.97      0.00          91.97
##                                                         ongoing data science efforts       1      0.00          91.97      0.00          91.97
##                                                                 ongoing deliverables       1      0.00          91.97      0.00          91.97
##                                                                       ongoing desire       1      0.00          91.97      0.00          91.97
##                                                                  ongoing development       1      0.00          91.97      0.00          91.97
##                                              ongoing development of product vertical       1      0.00          91.97      0.00          91.97
##                                                                     ongoing exposure       1      0.00          91.98      0.00          91.98
##                                                                     ongoing feedback       1      0.00          91.98      0.00          91.98
##                                                                 ongoing improvements       1      0.00          91.98      0.00          91.98
##                                                               ongoing investigations       1      0.00          91.98      0.00          91.98
##                                                           ongoing media optimization       1      0.00          91.98      0.00          91.98
##                                                ongoing problem of social engineering       1      0.00          91.99      0.00          91.99
##                                                     ongoing professional development       1      0.00          91.99      0.00          91.99
##                                                                    ongoing reporting       1      0.00          91.99      0.00          91.99
##                                                              ongoing reporting tools       1      0.00          91.99      0.00          91.99
##                                                      ongoing stakeholder interaction       1      0.00          91.99      0.00          91.99
##                                                                     ongoing training       1      0.00          92.00      0.00          92.00
##                                                                         ongoing work       1      0.00          92.00      0.00          92.00
##                                                                   online advertising       1      0.00          92.00      0.00          92.00
##                                                            online application system       1      0.00          92.00      0.00          92.00
##                                                                       online classes       1      0.00          92.00      0.00          92.00
##                                                           online confirmation number       1      0.00          92.01      0.00          92.01
##                                                                       online content       1      0.00          92.01      0.00          92.01
##                                                                     online education       1      0.00          92.01      0.00          92.01
##                                                                      online learning       1      0.00          92.01      0.00          92.01
##                                                              online learning content       1      0.00          92.01      0.00          92.01
##                                                                      online payments       1      0.00          92.01      0.00          92.01
##                                                                  online transactions       1      0.00          92.02      0.00          92.02
##                                                                    onsite boot camps       1      0.00          92.02      0.00          92.02
##                                       onsite client technical consulting environment       1      0.00          92.02      0.00          92.02
##                                                            onsite fitness facilities       1      0.00          92.02      0.00          92.02
##                                                                      onsite meetings       1      0.00          92.02      0.00          92.02
##                                                                       onstar service       1      0.00          92.03      0.00          92.03
##                                                                             ontology       1      0.00          92.03      0.00          92.03
##                                                                      ontology assets       1      0.00          92.03      0.00          92.03
##                                                                  ontology validation       1      0.00          92.03      0.00          92.03
##                                                                                  ood       1      0.00          92.03      0.00          92.03
##                                                                                  oop       1      0.00          92.04      0.00          92.04
##                                                                           oop skills       1      0.00          92.04      0.00          92.04
##                                                             open-source technologies       1      0.00          92.04      0.00          92.04
##                                                                                open·       1      0.00          92.04      0.00          92.04
##                                                                   open collaboration       1      0.00          92.04      0.00          92.04
##                                                                   open communication       1      0.00          92.05      0.00          92.05
##                                                                            open data       1      0.00          92.05      0.00          92.05
##                                                                            open date       1      0.00          92.05      0.00          92.05
##                                                                        open dialogue       1      0.00          92.05      0.00          92.05
##                                                       open digital payments platform       1      0.00          92.05      0.00          92.05
##                                                        open ended research questions       1      0.00          92.05      0.00          92.05
##                                                                     open environment       1      0.00          92.06      0.00          92.06
##                                                             open expression of ideas       1      0.00          92.06      0.00          92.06
##                                                                   open filing period       1      0.00          92.06      0.00          92.06
##                                                                open financial system       1      0.00          92.06      0.00          92.06
##                                                                         open lounges       1      0.00          92.06      0.00          92.06
##                                                                    open office space       1      0.00          92.07      0.00          92.07
##                                                                      open pto policy       1      0.00          92.07      0.00          92.07
##                                                            open source contributions       1      0.00          92.07      0.00          92.07
##                                                        open source data repositories       1      0.00          92.07      0.00          92.07
##                                                             open source data streams       1      0.00          92.07      0.00          92.07
##                                                                 open source packages       1      0.00          92.08      0.00          92.08
##                                                    open source programming languages       1      0.00          92.08      0.00          92.08
##                                                                 open source programs       1      0.00          92.08      0.00          92.08
##                                                             open source technologies       1      0.00          92.08      0.00          92.08
##                                                                   open sourced tools       1      0.00          92.08      0.00          92.08
##                                                                open work environment       1      0.00          92.09      0.00          92.09
##                                                                             opendoor       1      0.00          92.09      0.00          92.09
##                                                                  opendoor co-founder       1      0.00          92.09      0.00          92.09
##                                                             opendoor values openness       1      0.00          92.09      0.00          92.09
##                                                                            openshift       1      0.00          92.09      0.00          92.09
##                                                                  opensource software       1      0.00          92.09      0.00          92.09
##                                                                             opentext       1      0.00          92.10      0.00          92.10
##                                                                             openxlsx       1      0.00          92.10      0.00          92.10
##                                                                  operated challenges       1      0.00          92.10      0.00          92.10
##                                                               operated retail stores       1      0.00          92.10      0.00          92.10
##                                                                  operating forecasts       1      0.00          92.10      0.00          92.10
##                                                               operating jurisdiction       1      0.00          92.11      0.00          92.11
##                                                         operational-style dashboards       1      0.00          92.11      0.00          92.11
##                                                                 operational advocate       1      0.00          92.11      0.00          92.11
##                                         operational communications network equipment       1      0.00          92.11      0.00          92.11
##                                                                     operational cost       1      0.00          92.11      0.00          92.11
##                                                                     operational data       1      0.00          92.12      0.00          92.12
##                                                                operational decisions       1      0.00          92.12      0.00          92.12
##                                                               operational deployment       1      0.00          92.12      0.00          92.12
##                                                               operational discipline       1      0.00          92.12      0.00          92.12
##                                                                  operational drivers       1      0.00          92.12      0.00          92.12
##                                operational efficiencies of existing support services       1      0.00          92.13      0.00          92.13
##                                                               operational excellence       1      0.00          92.13      0.00          92.13
##                                                               operational experience       1      0.00          92.13      0.00          92.13
##                                                              operational initiatives       1      0.00          92.13      0.00          92.13
##                                                                   operational launch       1      0.00          92.13      0.00          92.13
##                                                               operational leadership       1      0.00          92.13      0.00          92.13
##                                                                    operational level       1      0.00          92.14      0.00          92.14
##                                                                    operational minds       1      0.00          92.14      0.00          92.14
##                                                                    operational plans       1      0.00          92.14      0.00          92.14
##                                                                  operational product       1      0.00          92.14      0.00          92.14
##                                                                    operational staff       1      0.00          92.14      0.00          92.14
##                                                               operational statistics       1      0.00          92.15      0.00          92.15
##                                                                  operational studies       1      0.00          92.15      0.00          92.15
##                                                                  operational systems       1      0.00          92.15      0.00          92.15
##                                                                     operationalizing       1      0.00          92.15      0.00          92.15
##                                             operationalizing machine learning models       1      0.00          92.15      0.00          92.15
##                                                                operations challenges       1      0.00          92.16      0.00          92.16
##                                                                  operations insights       1      0.00          92.16      0.00          92.16
##                                                                  operations of tools       1      0.00          92.16      0.00          92.16
##                                                         operations research analysts       1      0.00          92.16      0.00          92.16
##                                                     operations research practitioner       1      0.00          92.16      0.00          92.16
##                                                        opm's qualifications web site       1      0.00          92.17      0.00          92.17
##                  opm qualifications standards handbook of general schedule positions       1      0.00          92.17      0.00          92.17
##                                     opportunity tocreate better customer experiences       1      0.00          92.17      0.00          92.17
##                                                                                  ops       1      0.00          92.17      0.00          92.17
##                                                        optical character recognition       1      0.00          92.17      0.00          92.17
##                                                                 optical transceivers       1      0.00          92.17      0.00          92.17
##                                                                       optimal action       1      0.00          92.18      0.00          92.18
##                                                                    optimal algorithm       1      0.00          92.18      0.00          92.18
##                                                    optimal computational environment       1      0.00          92.18      0.00          92.18
##                                                        optimal data-driven decisions       1      0.00          92.18      0.00          92.18
##                                                   optimal data pipeline architecture       1      0.00          92.18      0.00          92.18
##                                                            optimal modeling approach       1      0.00          92.19      0.00          92.19
##                                                                     optimal planning       1      0.00          92.19      0.00          92.19
##                                                                        optimal price       1      0.00          92.19      0.00          92.19
##                                                          optimal promotional cadence       1      0.00          92.19      0.00          92.19
##                                                                     optimal solution       1      0.00          92.19      0.00          92.19
##                                                                          optimal use       1      0.00          92.20      0.00          92.20
##                                                   optimization algorithm development       1      0.00          92.20      0.00          92.20
##                                                               optimization anomalies       1      0.00          92.20      0.00          92.20
##                                                                  optimization fields       1      0.00          92.20      0.00          92.20
##                                                                 optimization methods       1      0.00          92.20      0.00          92.20
##                                                  optimization of business strategies       1      0.00          92.21      0.00          92.21
##                                                           optimization opportunities       1      0.00          92.21      0.00          92.21
##                                                              optimization predictive       1      0.00          92.21      0.00          92.21
##                                                     optimization problem formulation       1      0.00          92.21      0.00          92.21
##                                                                    optimization team       1      0.00          92.21      0.00          92.21
##                                                    optimization theoretical concepts       1      0.00          92.21      0.00          92.21
##                                                                optimization theories       1      0.00          92.22      0.00          92.22
##                                                                  optimization theory       1      0.00          92.22      0.00          92.22
##                                                                optimized classifiers       1      0.00          92.22      0.00          92.22
##                                                optimized customer digital experience       1      0.00          92.22      0.00          92.22
##                                                          optimized predictive models       1      0.00          92.22      0.00          92.22
##                                                                optimized sql queries       1      0.00          92.23      0.00          92.23
##                                                                    optimized support       1      0.00          92.23      0.00          92.23
##                                                                           optimizers       1      0.00          92.23      0.00          92.23
##                                                                optimizing cycle time       1      0.00          92.23      0.00          92.23
##                                                      optimizing ecommerce operations       1      0.00          92.23      0.00          92.23
##                                                  optimum machine learning techniques       1      0.00          92.24      0.00          92.24
##                                                                           optimum ui       1      0.00          92.24      0.00          92.24
##                                                            optimum workspace subsidy       1      0.00          92.24      0.00          92.24
##                                                                               option       1      0.00          92.24      0.00          92.24
##                                                    optional preferred qualifications       1      0.00          92.24      0.00          92.24
##                                                                      optional skills       1      0.00          92.25      0.00          92.25
##                                                                       optum ventures       1      0.00          92.25      0.00          92.25
##                                                                 oracle sql developer       1      0.00          92.25      0.00          92.25
##                                                                     oral assessments       1      0.00          92.25      0.00          92.25
##                                                                   oral communication       1      0.00          92.25      0.00          92.25
##                                                         oral geospatial intelligence       1      0.00          92.25      0.00          92.25
##                                                                  oral interpretation       1      0.00          92.26      0.00          92.26
##                                                             orange county california       1      0.00          92.26      0.00          92.26
##                                                 orchestration of incident management       1      0.00          92.26      0.00          92.26
##                                                               orchestrations systems       1      0.00          92.26      0.00          92.26
##                                                                               orders       1      0.00          92.26      0.00          92.26
##                                                                           ordinances       1      0.00          92.27      0.00          92.27
##                                                                                  org       1      0.00          92.27      0.00          92.27
##                                                                 organization's goals       1      0.00          92.27      0.00          92.27
##                                                              organization's strategy       1      0.00          92.27      0.00          92.27
##                                                                        organization·       1      0.00          92.27      0.00          92.27
##                                                                organization location       1      0.00          92.28      0.00          92.28
##                                                                organization relative       1      0.00          92.28      0.00          92.28
##                                                       organization specific know-how       1      0.00          92.28      0.00          92.28
##                                                          organization transformation       1      0.00          92.28      0.00          92.28
##                                                             organizational abilities       1      0.00          92.28      0.00          92.28
##                                                                  organizational buy-       1      0.00          92.29      0.00          92.29
##                                                               organizational changes       1      0.00          92.29      0.00          92.29
##                                                                  organizational data       1      0.00          92.29      0.00          92.29
##                                                      organizational health of amazon       1      0.00          92.29      0.00          92.29
##                                                              organizational problems       1      0.00          92.29      0.00          92.29
##                                                            organizational psychology       1      0.00          92.29      0.00          92.29
##                                                          organizational requirements       1      0.00          92.30      0.00          92.30
##                                                              organizational resource       1      0.00          92.30      0.00          92.30
##                                                                 organizational roles       1      0.00          92.30      0.00          92.30
##                                             organizational set of standard processes       1      0.00          92.30      0.00          92.30
##                                                               organizational success       1      0.00          92.30      0.00          92.30
##                                                              organizations vast data       1      0.00          92.31      0.00          92.31
##                                                             organized data scientist       1      0.00          92.31      0.00          92.31
##                                                      organized machine learning code       1      0.00          92.31      0.00          92.31
##                                                                          orientation       1      0.00          92.31      0.00          92.31
##                                                                   oriented - ability       1      0.00          92.31      0.00          92.31
##                                                              oriented data scientist       1      0.00          92.32      0.00          92.32
##                                                                         oriented job       1      0.00          92.32      0.00          92.32
##                                                                      oriented manner       1      0.00          92.32      0.00          92.32
##                                                               oriented research team       1      0.00          92.32      0.00          92.32
##                                                                 oriented temperament       1      0.00          92.32      0.00          92.32
##                                                                               origin       1      0.00          92.33      0.00          92.33
##                                                                    original research       1      0.00          92.33      0.00          92.33
##                                                                              origins       1      0.00          92.33      0.00          92.33
##                                                                      os command line       1      0.00          92.33      0.00          92.33
##                                                                        os experience       1      0.00          92.33      0.00          92.33
##                                                                        otis elevator       1      0.00          92.33      0.00          92.33
##                                                               ourfinancial expertise       1      0.00          92.34      0.00          92.34
##                                                                      outcome-focused       1      0.00          92.34      0.00          92.34
##                                                            outcome post installation       1      0.00          92.34      0.00          92.34
##                                                                    outcomes research       1      0.00          92.34      0.00          92.34
##                                                                        outdoor views       1      0.00          92.34      0.00          92.34
##                                                                              outlook       1      0.00          92.35      0.00          92.35
##                                                                  outlook forecasting       1      0.00          92.35      0.00          92.35
##                                                                       output-focused       1      0.00          92.35      0.00          92.35
##                                                                             outreach       1      0.00          92.35      0.00          92.35
##                                                                        outreach team       1      0.00          92.35      0.00          92.35
##                                                                  outside perspective       1      0.00          92.36      0.00          92.36
##                                                                      outside vendors       1      0.00          92.36      0.00          92.36
##                                                                outstanding amenities       1      0.00          92.36      0.00          92.36
##                                                                outstanding attention       1      0.00          92.36      0.00          92.36
##                                                         outstanding benefits package       1      0.00          92.36      0.00          92.36
##                                                                 outstanding consumer       1      0.00          92.37      0.00          92.37
##                                                      outstanding customer experience       1      0.00          92.37      0.00          92.37
##                                                                    outstanding place       1      0.00          92.37      0.00          92.37
##                                                                 outstanding problems       1      0.00          92.37      0.00          92.37
##                                                    outstanding quantitative modeling       1      0.00          92.37      0.00          92.37
##                                                                outstanding scientist       1      0.00          92.37      0.00          92.37
##                                                      outstanding technical abilities       1      0.00          92.38      0.00          92.38
##                                                     outstanding wireless experiences       1      0.00          92.38      0.00          92.38
##                                                            overall analytics mission       1      0.00          92.38      0.00          92.38
##                                                      overall business problem domain       1      0.00          92.38      0.00          92.38
##                                                              overall customer health       1      0.00          92.38      0.00          92.38
##                                                                 overall data quality       1      0.00          92.39      0.00          92.39
##                                                                       overall duties       1      0.00          92.39      0.00          92.39
##                                                              overall ebay experience       1      0.00          92.39      0.00          92.39
##                                             overall effectiveness of risk management       1      0.00          92.39      0.00          92.39
##                                                            overall enjoyment of life       1      0.00          92.39      0.00          92.39
##                                            overall knowledge of businessintelligence       1      0.00          92.40      0.00          92.40
##                                                               overall market context       1      0.00          92.40      0.00          92.40
##                                                       overall programming mentorship       1      0.00          92.40      0.00          92.40
##                                                                      overall project       1      0.00          92.40      0.00          92.40
##                                                                      overall quality       1      0.00          92.40      0.00          92.40
##                                                                     overall solution       1      0.00          92.41      0.00          92.41
##                                                                     overall spending       1      0.00          92.41      0.00          92.41
##                                                                   oversight approval       1      0.00          92.41      0.00          92.41
##                                                                             overtime       1      0.00          92.41      0.00          92.41
##                                                                         owings mills       1      0.00          92.41      0.00          92.41
##                                                                                  owl       1      0.00          92.41      0.00          92.41
##                                                            owned subsidiary of aaron       1      0.00          92.42      0.00          92.42
##                                                     owned subsidiary of saint-gobain       1      0.00          92.42      0.00          92.42
##                                                                        owner mindset       1      0.00          92.42      0.00          92.42
##                                                                               owners       1      0.00          92.42      0.00          92.42
##                                                                ownership of problems       1      0.00          92.42      0.00          92.42
##                                                                ownership of projects       1      0.00          92.43      0.00          92.43
##                                                                       paccar designs       1      0.00          92.43      0.00          92.43
##                                                      pace of consumer retail finance       1      0.00          92.43      0.00          92.43
##                                                                       pacific dallas       1      0.00          92.43      0.00          92.43
##                                                                pacific neiman marcus       1      0.00          92.43      0.00          92.43
##                                                pacific northwest national laboratory       1      0.00          92.44      0.00          92.44
##                                                                  package maintenance       1      0.00          92.44      0.00          92.44
##                                                                     packages helpful       1      0.00          92.44      0.00          92.44
##                                                                       page load time       1      0.00          92.44      0.00          92.44
##                                                             paid employee healthcare       1      0.00          92.44      0.00          92.44
##                                                                paid federal holidays       1      0.00          92.45      0.00          92.45
##                                                                          paid growth       1      0.00          92.45      0.00          92.45
##                                                                       paid maternity       1      0.00          92.45      0.00          92.45
##                                                                         paid parking       1      0.00          92.45      0.00          92.45
##                                                                       paid paternity       1      0.00          92.45      0.00          92.45
##                                                                                 pain       1      0.00          92.45      0.00          92.45
##                                                                                 pair       1      0.00          92.46      0.00          92.46
##                                                                      palliative care       1      0.00          92.46      0.00          92.46
##                                                                             panelist       1      0.00          92.46      0.00          92.46
##                                                                           paper cups       1      0.00          92.46      0.00          92.46
##                                                               paper towel dispensers       1      0.00          92.46      0.00          92.46
##                                                                         paper towels       1      0.00          92.47      0.00          92.47
##                                                                               papers       1      0.00          92.47      0.00          92.47
##                                                      parallel computing environments       1      0.00          92.47      0.00          92.47
##                                                         parallel computing libraries       1      0.00          92.47      0.00          92.47
##                                                        parallel processing solutions       1      0.00          92.47      0.00          92.47
##                                                                      parallelization       1      0.00          92.48      0.00          92.48
##                                                                  parenthood programs       1      0.00          92.48      0.00          92.48
##                                                                              parents       1      0.00          92.48      0.00          92.48
##                                                                          parkinson's       1      0.00          92.48      0.00          92.48
##                                                                                parks       1      0.00          92.48      0.00          92.48
##                                                                      parkview health       1      0.00          92.49      0.00          92.49
##                                                                              parsers       1      0.00          92.49      0.00          92.49
##                                                             particular business unit       1      0.00          92.49      0.00          92.49
##                                                                     particular place       1      0.00          92.49      0.00          92.49
##                                                                  particular position       1      0.00          92.49      0.00          92.49
##                                                                 particular r modules       1      0.00          92.49      0.00          92.49
##                                                                              parties       1      0.00          92.50      0.00          92.50
##                                                                partner organizations       1      0.00          92.50      0.00          92.50
##                                                                        parts defects       1      0.00          92.50      0.00          92.50
##                                                                          parts of th       1      0.00          92.50      0.00          92.50
##                                                             party data science tools       1      0.00          92.50      0.00          92.50
##                                                                        party sources       1      0.00          92.51      0.00          92.51
##                                                              party staffing agencies       1      0.00          92.51      0.00          92.51
##                                                                        party vendors       1      0.00          92.51      0.00          92.51
##                                                                             pasadena       1      0.00          92.51      0.00          92.51
##                                                                  passion of astartup       1      0.00          92.51      0.00          92.51
##                                                           passion of data scientists       1      0.00          92.52      0.00          92.52
##                                                           passionate group of change       1      0.00          92.52      0.00          92.52
##                                                               passionate individuals       1      0.00          92.52      0.00          92.52
##                                                     passionate junior data scientist       1      0.00          92.52      0.00          92.52
##                                                                    passionate people       1      0.00          92.52      0.00          92.52
##                                                                             passions       1      0.00          92.53      0.00          92.53
##                                                                        passive means       1      0.00          92.53      0.00          92.53
##                                                                      past experience       1      0.00          92.53      0.00          92.53
##                                                                     past experiences       1      0.00          92.53      0.00          92.53
##                                                                            past work       1      0.00          92.53      0.00          92.53
##                                                                          patch homes       1      0.00          92.53      0.00          92.53
##                                                                           patch team       1      0.00          92.54      0.00          92.54
##                                                                      paternity leave       1      0.00          92.54      0.00          92.54
##                              path-breaking process-calculus engine models predictive       1      0.00          92.54      0.00          92.54
##                                                             pathfinder international       1      0.00          92.54      0.00          92.54
##                                                                     pathology images       1      0.00          92.54      0.00          92.54
##                                                                             pathways       1      0.00          92.55      0.00          92.55
##                                                                   patient-level data       1      0.00          92.55      0.00          92.55
##                                                                     patient outcomes       1      0.00          92.55      0.00          92.55
##                                                                  patient populations       1      0.00          92.55      0.00          92.55
##                                                                   patient registries       1      0.00          92.55      0.00          92.55
##                                                    patient support program analytics       1      0.00          92.56      0.00          92.56
##                                                                       patient survey       1      0.00          92.56      0.00          92.56
##                                                                patient tumor samples       1      0.00          92.56      0.00          92.56
##                                                                                patil       1      0.00          92.56      0.00          92.56
##                                                                     pattern analysis       1      0.00          92.56      0.00          92.56
##                                                           pattern detection analysis       1      0.00          92.57      0.00          92.57
##                                                       pattern recognition experience       1      0.00          92.57      0.00          92.57
##                                                              patterns identification       1      0.00          92.57      0.00          92.57
##                                                      patterns of fraudulent behavior       1      0.00          92.57      0.00          92.57
##                                                     patuxent river naval air station       1      0.00          92.57      0.00          92.57
##                                                                       pax river area       1      0.00          92.57      0.00          92.57
##                                                           pay transparency statement       1      0.00          92.58      0.00          92.58
##                                                                      payer analytics       1      0.00          92.58      0.00          92.58
##                                                                            paylocity       1      0.00          92.58      0.00          92.58
##                                                                      payments career       1      0.00          92.58      0.00          92.58
##                                                                                payor       1      0.00          92.58      0.00          92.58
##                                                                               paypal       1      0.00          92.59      0.00          92.59
##                                                                      paypal accounts       1      0.00          92.59      0.00          92.59
##                                                                      paypal platform       1      0.00          92.59      0.00          92.59
##                                                                              payroll       1      0.00          92.59      0.00          92.59
##                                                                          peace corps       1      0.00          92.59      0.00          92.59
##                                                                                pearl       1      0.00          92.60      0.00          92.60
##                                                             peer-collaboration tools       1      0.00          92.60      0.00          92.60
##                                                          peer-review production code       1      0.00          92.60      0.00          92.60
##                                                                 peer-reviewed grants       1      0.00          92.60      0.00          92.60
##                                                                peer-reviewed journal       1      0.00          92.60      0.00          92.60
##                                                                                 penn       1      0.00          92.61      0.00          92.61
##                                                              penn medicine employees       1      0.00          92.61      0.00          92.61
##                                                                 penn national gaming       1      0.00          92.61      0.00          92.61
##                                                                people - sprinklrites       1      0.00          92.61      0.00          92.61
##                                                                      people business       1      0.00          92.61      0.00          92.61
##                                                                    people management       1      0.00          92.61      0.00          92.61
##                                                                      people of color       1      0.00          92.62      0.00          92.62
##                                                                          people safe       1      0.00          92.62      0.00          92.62
##                                                                         people safer       1      0.00          92.62      0.00          92.62
##                                                                          pepfar team       1      0.00          92.62      0.00          92.62
##                                                                              pepsico       1      0.00          92.62      0.00          92.62
##                                                                 pepsico data science       1      0.00          92.63      0.00          92.63
##                                                                   percent of fortune       1      0.00          92.63      0.00          92.63
##                                                                percent of solar heat       1      0.00          92.63      0.00          92.63
##                                                              peregrine semiconductor       1      0.00          92.63      0.00          92.63
##                                                                       perfect credit       1      0.00          92.63      0.00          92.63
##                                                                        perfect match       1      0.00          92.64      0.00          92.64
##                                                                        perfect place       1      0.00          92.64      0.00          92.64
##                                                                         perfect role       1      0.00          92.64      0.00          92.64
##                                                                           perfecting       1      0.00          92.64      0.00          92.64
##                                                performance-based bonus opportunities       1      0.00          92.64      0.00          92.64
##                                                           performance-driven culture       1      0.00          92.65      0.00          92.65
##                                                                performance engineers       1      0.00          92.65      0.00          92.65
##                                                               performance evaluation       1      0.00          92.65      0.00          92.65
##                                                              performance improvement       1      0.00          92.65      0.00          92.65
##                                                             performance improvements       1      0.00          92.65      0.00          92.65
##                                                               performance indicators       1      0.00          92.65      0.00          92.65
##                                                                   performance issues       1      0.00          92.66      0.00          92.66
##                                                               performance management       1      0.00          92.66      0.00          92.66
##                                                                performance necessary       1      0.00          92.66      0.00          92.66
##                                                            performance of algorithms       1      0.00          92.66      0.00          92.66
##                                                            performance of analytical       1      0.00          92.66      0.00          92.66
##                                                                performance of assets       1      0.00          92.67      0.00          92.67
##                                                        performance of assigned tasks       1      0.00          92.67      0.00          92.67
##                                          performance of data warehousing environment       1      0.00          92.67      0.00          92.67
##                                                           performance of initiatives       1      0.00          92.67      0.00          92.67
##                                                     performance of predictive models       1      0.00          92.67      0.00          92.67
##                                                    performance of statistical models       1      0.00          92.68      0.00          92.68
##                                                                 performance of tasks       1      0.00          92.68      0.00          92.68
##                                                             performance optimization       1      0.00          92.68      0.00          92.68
##                                                                performance reporting       1      0.00          92.68      0.00          92.68
##                                                               performance scorecards       1      0.00          92.68      0.00          92.68
##                                                                performance standards       1      0.00          92.69      0.00          92.69
##                                                                               period       1      0.00          92.69      0.00          92.69
##                                                               periodic status update       1      0.00          92.69      0.00          92.69
##                                                                   periods objectives       1      0.00          92.69      0.00          92.69
##                                                                              peritus       1      0.00          92.69      0.00          92.69
##                                                                      peritus assists       1      0.00          92.69      0.00          92.69
##                                                                          perland pig       1      0.00          92.70      0.00          92.70
##                                                                   permanent employee       1      0.00          92.70      0.00          92.70
##                                                                        person's race       1      0.00          92.70      0.00          92.70
##                                                                      person meetings       1      0.00          92.70      0.00          92.70
##                                                                        person status       1      0.00          92.70      0.00          92.70
##                                                                 personal commitments       1      0.00          92.71      0.00          92.71
##                                                                   personal computers       1      0.00          92.71      0.00          92.71
##                                                                        personal data       1      0.00          92.71      0.00          92.71
##                                                                  personal leadership       1      0.00          92.71      0.00          92.71
##                                                                       personal merit       1      0.00          92.71      0.00          92.71
##                                                              personal responsibility       1      0.00          92.72      0.00          92.72
##                                                                      personal safety       1      0.00          92.72      0.00          92.72
##                                                                      personal values       1      0.00          92.72      0.00          92.72
##                                                                 personalization data       1      0.00          92.72      0.00          92.72
##                                                               personalization models       1      0.00          92.72      0.00          92.72
##                                                       personalized adaptive learning       1      0.00          92.73      0.00          92.73
##                                                              personalized assistance       1      0.00          92.73      0.00          92.73
##                                                             personalized experiences       1      0.00          92.73      0.00          92.73
##                                                              personalized healthcare       1      0.00          92.73      0.00          92.73
##                                                                   personalized paths       1      0.00          92.73      0.00          92.73
##                                                            personalized patient care       1      0.00          92.73      0.00          92.73
##                                                   personalized photography education       1      0.00          92.74      0.00          92.74
##                                                 personalized recommendation services       1      0.00          92.74      0.00          92.74
##                                                                 personalized support       1      0.00          92.74      0.00          92.74
##                                                  personalizing developer experiences       1      0.00          92.74      0.00          92.74
##                                                                            personnel       1      0.00          92.74      0.00          92.74
##                                                                  personnel practices       1      0.00          92.75      0.00          92.75
##                                                 perspectives of ourdiverse workforce       1      0.00          92.75      0.00          92.75
##                                                persuasive interactive visualizations       1      0.00          92.75      0.00          92.75
##                                                                 pertinent discipline       1      0.00          92.75      0.00          92.75
##                                                                      pertinent field       1      0.00          92.75      0.00          92.75
##                                                                 pet-friendly offices       1      0.00          92.76      0.00          92.76
##                                                                      pet bereavement       1      0.00          92.76      0.00          92.76
##                                                             pet friendly environment       1      0.00          92.76      0.00          92.76
##                                                                        pet insurance       1      0.00          92.76      0.00          92.76
##                                                              petabyte level datasets       1      0.00          92.76      0.00          92.76
##                                                                            petabytes       1      0.00          92.77      0.00          92.77
##                                                       petabytes of messy information       1      0.00          92.77      0.00          92.77
##                                                                       peter colligan       1      0.00          92.77      0.00          92.77
##                                                                            peterbilt       1      0.00          92.77      0.00          92.77
##                                                                petroleum engineering       1      0.00          92.77      0.00          92.77
##                                                        petsmart's growth initiatives       1      0.00          92.77      0.00          92.77
##                                                         petsmart information systems       1      0.00          92.78      0.00          92.78
##                                                        pharmaceutical coding systems       1      0.00          92.78      0.00          92.78
##                                                   pharmaceutical industry experience       1      0.00          92.78      0.00          92.78
##                                                              pharmaceutical sponsors       1      0.00          92.78      0.00          92.78
##                                                                      pharmacy claims       1      0.00          92.78      0.00          92.78
##                                                        phases of product development       1      0.00          92.79      0.00          92.79
##                                                         phases of project life cycle       1      0.00          92.79      0.00          92.79
##                                                                                  phc       1      0.00          92.79      0.00          92.79
##                                                                            phd level       1      0.00          92.79      0.00          92.79
##                                                                                 phds       1      0.00          92.79      0.00          92.79
##                                                                            phenomena       1      0.00          92.80      0.00          92.80
##                                                                     phenomenal place       1      0.00          92.80      0.00          92.80
##                                                                    phenomenal talent       1      0.00          92.80      0.00          92.80
##                                                                           phenomenon       1      0.00          92.80      0.00          92.80
##                                                                     phoenix location       1      0.00          92.80      0.00          92.80
##                                                              phone-based measurement       1      0.00          92.81      0.00          92.81
##                                                                         phone camera       1      0.00          92.81      0.00          92.81
##                                                                        phone numbers       1      0.00          92.81      0.00          92.81
##                                                                               phones       1      0.00          92.81      0.00          92.81
##                                                                         physical dba       1      0.00          92.81      0.00          92.81
##                                                                  physical disability       1      0.00          92.81      0.00          92.81
##                                                             physical domains of land       1      0.00          92.82      0.00          92.82
##                                                                  physical evaluation       1      0.00          92.82      0.00          92.82
##                                                                physical explanations       1      0.00          92.82      0.00          92.82
##                                                                           physicists       1      0.00          92.82      0.00          92.82
##                                             physics applicable real-world experience       1      0.00          92.82      0.00          92.82
##                                                                                   pi       1      0.00          92.83      0.00          92.83
##                                                                            pi vision       1      0.00          92.83      0.00          92.83
##                                                                                  pie       1      0.00          92.83      0.00          92.83
##                                                           piece of crowdsourced data       1      0.00          92.83      0.00          92.83
##                                                                        pig scripting       1      0.00          92.83      0.00          92.83
##                                                                              pilgrim       1      0.00          92.84      0.00          92.84
##                                                                     piloted aircraft       1      0.00          92.84      0.00          92.84
##                                                                            ping-pong       1      0.00          92.84      0.00          92.84
##                                                                            ping pong       1      0.00          92.84      0.00          92.84
##                                                                            pinterest       1      0.00          92.84      0.00          92.84
##                                                                              pioneer       1      0.00          92.85      0.00          92.85
##                                                                    pioneering spirit       1      0.00          92.85      0.00          92.85
##                                                                      pioneering team       1      0.00          92.85      0.00          92.85
##                                        pipeline of forecasting data science projects       1      0.00          92.85      0.00          92.85
##                                                                   pipeline processes       1      0.00          92.85      0.00          92.85
##                                                                               piping       1      0.00          92.85      0.00          92.85
##                                                                                  pis       1      0.00          92.86      0.00          92.86
##                                                                          pitch ideas       1      0.00          92.86      0.00          92.86
##                                                                         pivotal role       1      0.00          92.86      0.00          92.86
##                                                                         pizza makers       1      0.00          92.86      0.00          92.86
##                                                                               pl-sql       1      0.00          92.86      0.00          92.86
##                                                                                  pl2       1      0.00          92.87      0.00          92.87
##                                                                                  pl3       1      0.00          92.87      0.00          92.87
##                                                                                  pl4       1      0.00          92.87      0.00          92.87
##                                                                           plan entry       1      0.00          92.87      0.00          92.87
##                                                                       plan offerings       1      0.00          92.87      0.00          92.87
##                                                                           plan tasks       1      0.00          92.88      0.00          92.88
##                                                                         planet earth       1      0.00          92.88      0.00          92.88
##                                                                 planning procurement       1      0.00          92.88      0.00          92.88
##                                                      plant control interface systems       1      0.00          92.88      0.00          92.88
##                                                                               plants       1      0.00          92.88      0.00          92.88
##                                                                               plates       1      0.00          92.89      0.00          92.89
##                                                                        platform code       1      0.00          92.89      0.00          92.89
##                                                                        platform easy       1      0.00          92.89      0.00          92.89
##                                                                        platform team       1      0.00          92.89      0.00          92.89
##                                                                                 play       1      0.00          92.89      0.00          92.89
##                                                                         play balance       1      0.00          92.89      0.00          92.89
##                                                                   playback equipment       1      0.00          92.90      0.00          92.90
##                                                               player behavioral data       1      0.00          92.90      0.00          92.90
##                                                                          player data       1      0.00          92.90      0.00          92.90
##                                                                       player profile       1      0.00          92.90      0.00          92.90
##                                                                     player retention       1      0.00          92.90      0.00          92.90
##                                                                  player science team       1      0.00          92.91      0.00          92.91
##                                                                              plumber       1      0.00          92.91      0.00          92.91
##                                                                            plytanium       1      0.00          92.91      0.00          92.91
##                                                                              plywood       1      0.00          92.91      0.00          92.91
##                                                                                  pmc       1      0.00          92.91      0.00          92.91
##                                                                                 pnnl       1      0.00          92.92      0.00          92.92
##                                                                                 pocs       1      0.00          92.92      0.00          92.92
##                                                                                point       1      0.00          92.92      0.00          92.92
##                                                                        point of care       1      0.00          92.92      0.00          92.92
##                                                                     point of contact       1      0.00          92.92      0.00          92.92
##                                                                   point of readiness       1      0.00          92.93      0.00          92.93
##                                                                        point of view       1      0.00          92.93      0.00          92.93
##                                                                      policy analysis       1      0.00          92.93      0.00          92.93
##                                                                     policy decisions       1      0.00          92.93      0.00          92.93
##                                                                     policy lifecycle       1      0.00          92.93      0.00          92.93
##                                                          policy of nondiscrimination       1      0.00          92.93      0.00          92.93
##                                                                    policy operations       1      0.00          92.94      0.00          92.94
##                                                                    policy statements       1      0.00          92.94      0.00          92.94
##                                                                    policymaker needs       1      0.00          92.94      0.00          92.94
##                                                                         policymakers       1      0.00          92.94      0.00          92.94
##                                                                     political asylee       1      0.00          92.94      0.00          92.94
##                                                                  political attitudes       1      0.00          92.95      0.00          92.95
##                                                                  political campaigns       1      0.00          92.95      0.00          92.95
##                                                                 political experience       1      0.00          92.95      0.00          92.95
##                                                                       political team       1      0.00          92.95      0.00          92.95
##                                                                  polygraph clearance       1      0.00          92.95      0.00          92.95
##                                                                                 pool       1      0.00          92.96      0.00          92.96
##                                                                          pool tables       1      0.00          92.96      0.00          92.96
##                                                                          pop culture       1      0.00          92.96      0.00          92.96
##                                                         population health management       1      0.00          92.96      0.00          92.96
##                                                                               portal       1      0.00          92.96      0.00          92.96
##                                                             portfolio analysis tools       1      0.00          92.96      0.00          92.96
##                                                                  portfolio of brands       1      0.00          92.97      0.00          92.97
##                                                                    portfolio of life       1      0.00          92.97      0.00          92.97
##                              portfolio of publically available data science projects       1      0.00          92.97      0.00          92.97
##                                                                 portfolio of rf test       1      0.00          92.97      0.00          92.97
##                                                    portfolio of specialized products       1      0.00          92.97      0.00          92.97
##                                                                            portraits       1      0.00          92.98      0.00          92.98
##                                                              position accountability       1      0.00          92.98      0.00          92.98
##                                                                          position id       1      0.00          92.98      0.00          92.98
##                                                           position of data scientist       1      0.00          92.98      0.00          92.98
##                                                                    position overview       1      0.00          92.98      0.00          92.98
##                                                                     position reports       1      0.00          92.99      0.00          92.99
##                                                                      position status       1      0.00          92.99      0.00          92.99
##                                                                         position you       1      0.00          92.99      0.00          92.99
##                                               positions of increasing responsibility       1      0.00          92.99      0.00          92.99
##                                                                            positive·       1      0.00          92.99      0.00          92.99
##                                                                     positive balance       1      0.00          93.00      0.00          93.00
##                                                                  positive difference       1      0.00          93.00      0.00          93.00
##                                                                 positive differences       1      0.00          93.00      0.00          93.00
##                                                       positive education requirement       1      0.00          93.00      0.00          93.00
##                                                                      positive energy       1      0.00          93.00      0.00          93.00
##                                                        positive interview experience       1      0.00          93.00      0.00          93.00
##                                                                     positive mindset       1      0.00          93.01      0.00          93.01
##                                                                    positive outcomes       1      0.00          93.01      0.00          93.01
##                                                                     positive results       1      0.00          93.01      0.00          93.01
##                                                                         positive way       1      0.00          93.01      0.00          93.01
##                                                            positive work environment       1      0.00          93.01      0.00          93.01
##                                                                            positives       1      0.00          93.02      0.00          93.02
##                                                                           possession       1      0.00          93.02      0.00          93.02
##                                                   possession of excellent analytical       1      0.00          93.02      0.00          93.02
##                                                         possession of excellent oral       1      0.00          93.02      0.00          93.02
##                                                           possibilities of analytics       1      0.00          93.02      0.00          93.02
##                                                                          possibility       1      0.00          93.03      0.00          93.03
##                                                                possibility of travel       1      0.00          93.03      0.00          93.03
##                                                                      possible assets       1      0.00          93.03      0.00          93.03
##                                                                possible modification       1      0.00          93.03      0.00          93.03
##                                                                      possible travel       1      0.00          93.03      0.00          93.03
##                                                                   post-offer medical       1      0.00          93.04      0.00          93.04
##                                                                post-processing tasks       1      0.00          93.04      0.00          93.04
##                                                         post installation monitoring       1      0.00          93.04      0.00          93.04
##                                                                         post release       1      0.00          93.04      0.00          93.04
##                                                                        post warranty       1      0.00          93.04      0.00          93.04
##                                                                 postdoctoral fellows       1      0.00          93.04      0.00          93.04
##                                                                          postgressql       1      0.00          93.05      0.00          93.05
##                                                                              posting       1      0.00          93.05      0.00          93.05
##                                                                              postman       1      0.00          93.05      0.00          93.05
##                                                              postponement strategies       1      0.00          93.05      0.00          93.05
##                                                         potential causes of problems       1      0.00          93.05      0.00          93.05
##                                                     potential data science solutions       1      0.00          93.06      0.00          93.06
##                                                            potential future outcomes       1      0.00          93.06      0.00          93.06
##                                                                     potential impact       1      0.00          93.06      0.00          93.06
##                                                            potential impact of model       1      0.00          93.06      0.00          93.06
##                                                                potential integration       1      0.00          93.06      0.00          93.06
##                                                                     potential models       1      0.00          93.07      0.00          93.07
##                                                              potential opportunities       1      0.00          93.07      0.00          93.07
##                                                                  potential solutions       1      0.00          93.07      0.00          93.07
##                                                                    potential threats       1      0.00          93.07      0.00          93.07
##                                                                        potomac river       1      0.00          93.07      0.00          93.07
##                                                    power customer satisfaction award       1      0.00          93.08      0.00          93.08
##                                                                     power management       1      0.00          93.08      0.00          93.08
##                                                                        power of data       1      0.00          93.08      0.00          93.08
##                                                                power of data science       1      0.00          93.08      0.00          93.08
##                                                                     power of digital       1      0.00          93.08      0.00          93.08
##                                                                   power of diversity       1      0.00          93.08      0.00          93.08
##                                                                         power pivots       1      0.00          93.09      0.00          93.09
##                                                                  power possibilities       1      0.00          93.09      0.00          93.09
##                                                          powerful audience analytics       1      0.00          93.09      0.00          93.09
##                                                                 powerful combination       1      0.00          93.09      0.00          93.09
##                                                                     powerful dataset       1      0.00          93.09      0.00          93.09
##                                                                       powerful force       1      0.00          93.10      0.00          93.10
##                                                                    powerful insights       1      0.00          93.10      0.00          93.10
##                                                                        powerful tool       1      0.00          93.10      0.00          93.10
##                                                                        powerful ways       1      0.00          93.10      0.00          93.10
##                                                                           powerpivot       1      0.00          93.10      0.00          93.10
##                                                                 powertek corporation       1      0.00          93.11      0.00          93.11
##                                                           powerteku online education       1      0.00          93.11      0.00          93.11
##                                                       practical analytical solutions       1      0.00          93.11      0.00          93.11
##                                                practical applications of statistical       1      0.00          93.11      0.00          93.11
##                                                                    practical aspects       1      0.00          93.11      0.00          93.11
##                                                     practical data mining techniques       1      0.00          93.12      0.00          93.12
##                                                         practical expertise building       1      0.00          93.12      0.00          93.12
##                                          practical knowledge of common data analysis       1      0.00          93.12      0.00          93.12
##                                                                    practical methods       1      0.00          93.12      0.00          93.12
##                                                                   practical problems       1      0.00          93.12      0.00          93.12
##                                practical statistical programming language experience       1      0.00          93.12      0.00          93.12
##                                                                  practice of lending       1      0.00          93.13      0.00          93.13
##                                                 practice of object orientated coding       1      0.00          93.13      0.00          93.13
##                                                                        practitioners       1      0.00          93.13      0.00          93.13
##                                                               pragmatic self-starter       1      0.00          93.13      0.00          93.13
##                                                                           pragmatics       1      0.00          93.13      0.00          93.13
##                                                                                pratt       1      0.00          93.14      0.00          93.14
##                                                     pre-employment background screen       1      0.00          93.14      0.00          93.14
##                                                          pre-employment requirements       1      0.00          93.14      0.00          93.14
##                                                                   pre-event decision       1      0.00          93.14      0.00          93.14
##                                                                     pre-tax commuter       1      0.00          93.14      0.00          93.14
##                                                            pre-tax commuter benefits       1      0.00          93.15      0.00          93.15
##                                                             pre employment screening       1      0.00          93.15      0.00          93.15
##                                                            preceding job description       1      0.00          93.15      0.00          93.15
##                                                                    precima's experts       1      0.00          93.15      0.00          93.15
##                                                                      precious moment       1      0.00          93.15      0.00          93.15
##                                                                       precision keys       1      0.00          93.16      0.00          93.16
##                                                                   precision medicine       1      0.00          93.16      0.00          93.16
##                                                          precision medicine research       1      0.00          93.16      0.00          93.16
##                                                                       predictability       1      0.00          93.16      0.00          93.16
##                                                               prediction information       1      0.00          93.16      0.00          93.16
##                                                                  prediction of short       1      0.00          93.16      0.00          93.16
##                                                                     prediction tasks       1      0.00          93.17      0.00          93.17
##                                                                  predictive analyses       1      0.00          93.17      0.00          93.17
##                                                                  predictive analysis       1      0.00          93.17      0.00          93.17
##                                                  predictive analytical methodologies       1      0.00          93.17      0.00          93.17
##                                                    predictive analytics applications       1      0.00          93.17      0.00          93.17
##                                                                      predictive apis       1      0.00          93.18      0.00          93.18
##                                               predictive big data analytics platform       1      0.00          93.18      0.00          93.18
##                                                              predictive capabilities       1      0.00          93.18      0.00          93.18
##                                                              predictive churn models       1      0.00          93.18      0.00          93.18
##                                                             predictive data analysis       1      0.00          93.18      0.00          93.18
##                                                           predictive decision models       1      0.00          93.19      0.00          93.19
##                                                              predictive intelligence       1      0.00          93.19      0.00          93.19
##                                                  predictive logistics pricing models       1      0.00          93.19      0.00          93.19
##                                                                   predictive methods       1      0.00          93.19      0.00          93.19
##                                                         predictive model development       1      0.00          93.19      0.00          93.19
##                                                       predictive modeling algorithms       1      0.00          93.20      0.00          93.20
##                                                   predictive modeling infrastructure       1      0.00          93.20      0.00          93.20
##                                                        predictive modeling processes       1      0.00          93.20      0.00          93.20
##                                                        predictive modeling solutions       1      0.00          93.20      0.00          93.20
##                                                       predictive modeling techniques       1      0.00          93.20      0.00          93.20
##                                                                 predictive modelling       1      0.00          93.20      0.00          93.20
##                                                      predictive modelling activities       1      0.00          93.21      0.00          93.21
##                                                                  predictive patterns       1      0.00          93.21      0.00          93.21
##                                                                    predictive powers       1      0.00          93.21      0.00          93.21
##                                                         predictive regression models       1      0.00          93.21      0.00          93.21
##                                                                   predictive science       1      0.00          93.21      0.00          93.21
##                                                                 predictive solutions       1      0.00          93.22      0.00          93.22
##                                                      predictive statistical modeling       1      0.00          93.22      0.00          93.22
##                                                              predictive technologies       1      0.00          93.22      0.00          93.22
##                                                                     predictive tools       1      0.00          93.22      0.00          93.22
##                                                                        predikto team       1      0.00          93.22      0.00          93.22
##                                                      preeminent independent research       1      0.00          93.23      0.00          93.23
##                                                     preeminent technical conferences       1      0.00          93.23      0.00          93.23
##                                                                                 pref       1      0.00          93.23      0.00          93.23
##                                                                                pref1       1      0.00          93.23      0.00          93.23
##                                                                                pref2       1      0.00          93.23      0.00          93.23
##                                                                                pref3       1      0.00          93.24      0.00          93.24
##                                                                                pref4       1      0.00          93.24      0.00          93.24
##                                                                     preferred master       1      0.00          93.24      0.00          93.24
##                                                                    preferred masters       1      0.00          93.24      0.00          93.24
##                                                              preferred qualification       1      0.00          93.24      0.00          93.24
##                                                               preferred requirements       1      0.00          93.24      0.00          93.24
##                                                            preferred work experience       1      0.00          93.25      0.00          93.25
##                                                                  preliminary results       1      0.00          93.25      0.00          93.25
##                                                                                 prem       1      0.00          93.25      0.00          93.25
##                                                                              premier       1      0.00          93.25      0.00          93.25
##                                                       premier academic health system       1      0.00          93.25      0.00          93.25
##                                                                 premier corporations       1      0.00          93.26      0.00          93.26
##                                              premier omni-channel retailer of luxury       1      0.00          93.26      0.00          93.26
##                                                                      premium medical       1      0.00          93.26      0.00          93.26
##                                                                      premium revenue       1      0.00          93.26      0.00          93.26
##                                                             preparation of responses       1      0.00          93.26      0.00          93.26
##                                                                         preparations       1      0.00          93.27      0.00          93.27
##                                                                   prepared data sets       1      0.00          93.27      0.00          93.27
##                                                                        prepping data       1      0.00          93.27      0.00          93.27
##                                                                           preprocess       1      0.00          93.27      0.00          93.27
##                                                                        preprocessing       1      0.00          93.27      0.00          93.27
##                                                                           preps data       1      0.00          93.28      0.00          93.28
##                                                    prescribed data security measures       1      0.00          93.28      0.00          93.28
##                                                                prescriptive analysis       1      0.00          93.28      0.00          93.28
##                                                         prescriptive analytic models       1      0.00          93.28      0.00          93.28
##                                                       prescriptive decision outcomes       1      0.00          93.28      0.00          93.28
##                                                                prescriptive insights       1      0.00          93.28      0.00          93.28
##                                                               prescriptive solutions       1      0.00          93.29      0.00          93.29
##                                                                             presence       1      0.00          93.29      0.00          93.29
##                                                                              present       1      0.00          93.29      0.00          93.29
##                                                         present areas of opportunity       1      0.00          93.29      0.00          93.29
##                                                             present complex analyses       1      0.00          93.29      0.00          93.29
##                                                             present complex analysis       1      0.00          93.30      0.00          93.30
##                                                            present complex analytics       1      0.00          93.30      0.00          93.30
##                                                                 present complex data       1      0.00          93.30      0.00          93.30
##                       present complex information usingdata visualization techniques       1      0.00          93.30      0.00          93.30
##                                                                  present model plans       1      0.00          93.30      0.00          93.30
##                                                    present question focused datasets       1      0.00          93.31      0.00          93.31
##                                                                      present reports       1      0.00          93.31      0.00          93.31
##                                                                    present solutions       1      0.00          93.31      0.00          93.31
##                                                                         present work       1      0.00          93.31      0.00          93.31
##                                                               present workforce data       1      0.00          93.31      0.00          93.31
##                                                                presentation material       1      0.00          93.32      0.00          93.32
##                                                             presentation of analysis       1      0.00          93.32      0.00          93.32
##                                                   presentation of evaluation results       1      0.00          93.32      0.00          93.32
##                                                              presentation of results       1      0.00          93.32      0.00          93.32
##                                                                   presentation skill       1      0.00          93.32      0.00          93.32
##                                                                 presentations skills       1      0.00          93.32      0.00          93.32
##                                                    presenting data analytics methods       1      0.00          93.33      0.00          93.33
##                                                             presenting data insights       1      0.00          93.33      0.00          93.33
##                                                     presenting data science findings       1      0.00          93.33      0.00          93.33
##                                                                  presenting insights       1      0.00          93.33      0.00          93.33
##                                                           presenting recommendations       1      0.00          93.33      0.00          93.33
##                                                                   presenting reports       1      0.00          93.34      0.00          93.34
##                                                                      presenting work       1      0.00          93.34      0.00          93.34
##                                                       president's malaria initiative       1      0.00          93.34      0.00          93.34
##                                                                                press       1      0.00          93.34      0.00          93.34
##                                              pressing healthcare delivery challenges       1      0.00          93.34      0.00          93.34
##                                                                            pressures       1      0.00          93.35      0.00          93.35
##                                                           prevalence of technologies       1      0.00          93.35      0.00          93.35
##                                                                           prevention       1      0.00          93.35      0.00          93.35
##                                                        previous predictive analytics       1      0.00          93.35      0.00          93.35
##                                                                    previous projects       1      0.00          93.35      0.00          93.35
##                                                                       previous roles       1      0.00          93.36      0.00          93.36
##                                                                  previous supervisor       1      0.00          93.36      0.00          93.36
##                                                                    previous training       1      0.00          93.36      0.00          93.36
##                                                             previous work experience       1      0.00          93.36      0.00          93.36
##                                                                       previous years       1      0.00          93.36      0.00          93.36
##                                                                     price elasticity       1      0.00          93.36      0.00          93.36
##                                                                   price optimization       1      0.00          93.37      0.00          93.37
##                                                                price recommendations       1      0.00          93.37      0.00          93.37
##                                                                         pricing cars       1      0.00          93.37      0.00          93.37
##                                                      pricing elasticities accounting       1      0.00          93.37      0.00          93.37
##                                                                   pricing leadership       1      0.00          93.37      0.00          93.37
##                                                                   pricing strategies       1      0.00          93.38      0.00          93.38
##                                                                     pricing strategy       1      0.00          93.38      0.00          93.38
##                                                                      primary clients       1      0.00          93.38      0.00          93.38
##                                                                  primary description       1      0.00          93.38      0.00          93.38
##                                                                       primary duties       1      0.00          93.38      0.00          93.38
##                                                                     primary function       1      0.00          93.39      0.00          93.39
##                                                                         primary goal       1      0.00          93.39      0.00          93.39
##                                                         primary job responsibilities       1      0.00          93.39      0.00          93.39
##                                                 primary location north america - usa       1      0.00          93.39      0.00          93.39
##                                                               primary location us-mn       1      0.00          93.39      0.00          93.39
##                                                                        primary roles       1      0.00          93.40      0.00          93.40
##                                                                    primary use cases       1      0.00          93.40      0.00          93.40
##                                                                         prime market       1      0.00          93.40      0.00          93.40
##                                                                          prime music       1      0.00          93.40      0.00          93.40
##                                                                          prime video       1      0.00          93.40      0.00          93.40
##                                                           principal accountabilities       1      0.00          93.40      0.00          93.40
##                                                                   principal business       1      0.00          93.41      0.00          93.41
##                                                               principal investigator       1      0.00          93.41      0.00          93.41
##                                                              principal investigators       1      0.00          93.41      0.00          93.41
##                                                                            principle       1      0.00          93.41      0.00          93.41
##                                                              principle architectures       1      0.00          93.41      0.00          93.41
##                                                          prior consulting experience       1      0.00          93.42      0.00          93.42
##                                                                      prior knowledge       1      0.00          93.42      0.00          93.42
##                                                               prior media experience       1      0.00          93.42      0.00          93.42
##                                                                         prior notice       1      0.00          93.42      0.00          93.42
##                                                             prior project experience       1      0.00          93.42      0.00          93.42
##                                                                          prior roles       1      0.00          93.43      0.00          93.43
##                                                               prioritization of work       1      0.00          93.43      0.00          93.43
##                                                                         prioritizing       1      0.00          93.43      0.00          93.43
##                                                                   prioritizing needs       1      0.00          93.43      0.00          93.43
##                                                                  prioritizing people       1      0.00          93.43      0.00          93.43
##                                                                      priority-minded       1      0.00          93.44      0.00          93.44
##                                                                       priority order       1      0.00          93.44      0.00          93.44
##                                                                              privacy       1      0.00          93.44      0.00          93.44
##                                                                    privacy-safe data       1      0.00          93.44      0.00          93.44
##                                                                     privacy policies       1      0.00          93.44      0.00          93.44
##                                               private commercial real estate markets       1      0.00          93.44      0.00          93.44
##                                                     private high growth organization       1      0.00          93.45      0.00          93.45
##                                                                 private marketplaces       1      0.00          93.45      0.00          93.45
##                                                                        private rooms       1      0.00          93.45      0.00          93.45
##                                                               private sector clients       1      0.00          93.45      0.00          93.45
##                                                                       pro rata share       1      0.00          93.45      0.00          93.45
##                                                              proactive collaboration       1      0.00          93.46      0.00          93.46
##                                                                 proactive management       1      0.00          93.46      0.00          93.46
##                                                       proactive program of processes       1      0.00          93.46      0.00          93.46
##                                                                   proactive thinking       1      0.00          93.46      0.00          93.46
##                                                                          proactivity       1      0.00          93.46      0.00          93.46
##                                                            probabilistic classifiers       1      0.00          93.47      0.00          93.47
##                                                               probabilistic modeling       1      0.00          93.47      0.00          93.47
##                                                                 probabilistic models       1      0.00          93.47      0.00          93.47
##                                                            probabilistic programming       1      0.00          93.47      0.00          93.47
##                                                                 probability analysis       1      0.00          93.47      0.00          93.47
##                                                                    probing questions       1      0.00          93.48      0.00          93.48
##                                                              problem-solving ability       1      0.00          93.48      0.00          93.48
##                                                             problem-solving aptitude       1      0.00          93.48      0.00          93.48
##                                                         problem-solving capabilities       1      0.00          93.48      0.00          93.48
##                                                                     problem analysis       1      0.00          93.48      0.00          93.48
##                                                                 problem anticipation       1      0.00          93.48      0.00          93.48
##                                                                      problem context       1      0.00          93.49      0.00          93.49
##                                                                    problem detection       1      0.00          93.49      0.00          93.49
##                                                                       problem domain       1      0.00          93.49      0.00          93.49
##                                                                problem of diagnosing       1      0.00          93.49      0.00          93.49
##                                                                         problem sets       1      0.00          93.49      0.00          93.49
##                                                                        problem space       1      0.00          93.50      0.00          93.50
##                                                                    problems specific       1      0.00          93.50      0.00          93.50
##                                                                   procedural changes       1      0.00          93.50      0.00          93.50
##                                                                procedural compliance       1      0.00          93.50      0.00          93.50
##                                                            procedural sql experience       1      0.00          93.50      0.00          93.50
##                                                                            procedure       1      0.00          93.51      0.00          93.51
##                                                                      procedure codes       1      0.00          93.51      0.00          93.51
##                                                                    process anomalies       1      0.00          93.51      0.00          93.51
##                                                                     process controls       1      0.00          93.51      0.00          93.51
##                                                                   process efficiency       1      0.00          93.51      0.00          93.51
##                                                                     process engineer       1      0.00          93.52      0.00          93.52
##                                                                 process enhancements       1      0.00          93.52      0.00          93.52
##                                                                    process execution       1      0.00          93.52      0.00          93.52
##                                                                   process flowcharts       1      0.00          93.52      0.00          93.52
##                                                                   process innovation       1      0.00          93.52      0.00          93.52
##                                                                  process innovations       1      0.00          93.52      0.00          93.52
##                                                              process large log files       1      0.00          93.53      0.00          93.53
##                                                          process management products       1      0.00          93.53      0.00          93.53
##                                                                    process solutions       1      0.00          93.53      0.00          93.53
##                                                                   process variations       1      0.00          93.53      0.00          93.53
##                                                      processes large volumes of data       1      0.00          93.53      0.00          93.53
##                                                                   processing complex       1      0.00          93.54      0.00          93.54
##                                                                      processing data       1      0.00          93.54      0.00          93.54
##                                                                processing experience       1      0.00          93.54      0.00          93.54
##                                                                        produced data       1      0.00          93.54      0.00          93.54
##                                                                            producers       1      0.00          93.54      0.00          93.54
##                                                              product-level decisions       1      0.00          93.55      0.00          93.55
##                                                                   product - sprinklr       1      0.00          93.55      0.00          93.55
##                                                              product automation team       1      0.00          93.55      0.00          93.55
##                                                                 product capabilities       1      0.00          93.55      0.00          93.55
##                                                                    product databases       1      0.00          93.55      0.00          93.55
##                                                                     product delivery       1      0.00          93.56      0.00          93.56
##                                                     product development organization       1      0.00          93.56      0.00          93.56
##                                                          product development process       1      0.00          93.56      0.00          93.56
##                                                                   product directions       1      0.00          93.56      0.00          93.56
##                                                            product discovery journey       1      0.00          93.56      0.00          93.56
##                                                                   product engagement       1      0.00          93.56      0.00          93.56
##                                                                  product engineering       1      0.00          93.57      0.00          93.57
##                                                                  product enhancement       1      0.00          93.57      0.00          93.57
##                                                                   product experience       1      0.00          93.57      0.00          93.57
##                                                                      product experts       1      0.00          93.57      0.00          93.57
##                                                          product feature development       1      0.00          93.57      0.00          93.57
##                                                                     product features       1      0.00          93.58      0.00          93.58
##                                                                       product growth       1      0.00          93.58      0.00          93.58
##                                                                       product impact       1      0.00          93.58      0.00          93.58
##                                                                  product improvement       1      0.00          93.58      0.00          93.58
##                                                    product improvement opportunities       1      0.00          93.58      0.00          93.58
##                                                                product insights team       1      0.00          93.59      0.00          93.59
##                                                                    product integrity       1      0.00          93.59      0.00          93.59
##                                                                  product life cycles       1      0.00          93.59      0.00          93.59
##                                                                        product lines       1      0.00          93.59      0.00          93.59
##                                                                    product managers·       1      0.00          93.59      0.00          93.59
##                                                                     product outcomes       1      0.00          93.60      0.00          93.60
##                                                             product quality concerns       1      0.00          93.60      0.00          93.60
##                                                                    product questions       1      0.00          93.60      0.00          93.60
##                                                               product recommendation       1      0.00          93.60      0.00          93.60
##                                                           product related challenges       1      0.00          93.60      0.00          93.60
##                                                                      product roadmap       1      0.00          93.60      0.00          93.60
##                                                                     product roadmaps       1      0.00          93.61      0.00          93.61
##                                                                  product specialists       1      0.00          93.61      0.00          93.61
##                                                                     product strategy       1      0.00          93.61      0.00          93.61
##                                                                       product teams·       1      0.00          93.61      0.00          93.61
##                                                                        product usage       1      0.00          93.61      0.00          93.61
##                                                            production-grade analysis       1      0.00          93.62      0.00          93.62
##                                          production-level machine learning solutions       1      0.00          93.62      0.00          93.62
##                                                              production-quality code       1      0.00          93.62      0.00          93.62
##                                                          production-quality software       1      0.00          93.62      0.00          93.62
##                                                                     production-ready       1      0.00          93.62      0.00          93.62
##                                                     production-ready implementations       1      0.00          93.63      0.00          93.63
##                                             production-ready machine learning models       1      0.00          93.63      0.00          93.63
##                                                                production algorithms       1      0.00          93.63      0.00          93.63
##                                                                     production cycle       1      0.00          93.63      0.00          93.63
##                                                                      production data       1      0.00          93.63      0.00          93.63
##                                                            production data pipelines       1      0.00          93.64      0.00          93.64
##                                                              production environments       1      0.00          93.64      0.00          93.64
##                                                         production grade python code       1      0.00          93.64      0.00          93.64
##                                                            production implementation       1      0.00          93.64      0.00          93.64
##                                                            production infrastructure       1      0.00          93.64      0.00          93.64
##                                    production level distributed computing experience       1      0.00          93.64      0.00          93.64
##                                                  production machine learning systems       1      0.00          93.65      0.00          93.65
##                                                                 production of energy       1      0.00          93.65      0.00          93.65
##                                                                 production pipelines       1      0.00          93.65      0.00          93.65
##                                                                  production projects       1      0.00          93.65      0.00          93.65
##                                                       production r package available       1      0.00          93.65      0.00          93.65
##                                                                   production support       1      0.00          93.66      0.00          93.66
##                                                                      production team       1      0.00          93.66      0.00          93.66
##                                                                 production timelines       1      0.00          93.66      0.00          93.66
##                                                             productionalizing models       1      0.00          93.66      0.00          93.66
##                                                         productions machine learning       1      0.00          93.66      0.00          93.66
##                                                                productive consulting       1      0.00          93.67      0.00          93.67
##                                                          productive internal knowhow       1      0.00          93.67      0.00          93.67
##                                                                       products touch       1      0.00          93.67      0.00          93.67
##                                                               professional abilities       1      0.00          93.67      0.00          93.67
##                                                          professional bioinformatics       1      0.00          93.67      0.00          93.67
##                                                            professional career paths       1      0.00          93.68      0.00          93.68
##                                                        professional coding standards       1      0.00          93.68      0.00          93.68
##                                                               professional community       1      0.00          93.68      0.00          93.68
##                                                    professional development training       1      0.00          93.68      0.00          93.68
##                                                             professional environment       1      0.00          93.68      0.00          93.68
##                                                                professional journals       1      0.00          93.68      0.00          93.68
##                                                                professional networks       1      0.00          93.69      0.00          93.69
##                                                     professional pre-hire assessment       1      0.00          93.69      0.00          93.69
##                                                              professional references       1      0.00          93.69      0.00          93.69
##                                                           professional relationships       1      0.00          93.69      0.00          93.69
##                                                          professional research staff       1      0.00          93.69      0.00          93.69
##                                                                 professional schools       1      0.00          93.70      0.00          93.70
##                                                    professional services environment       1      0.00          93.70      0.00          93.70
##                                                  professional skills of junior staff       1      0.00          93.70      0.00          93.70
##                                                              professional statistics       1      0.00          93.70      0.00          93.70
##                            professional understanding of machine learning techniques       1      0.00          93.70      0.00          93.70
##                                                                   professional women       1      0.00          93.71      0.00          93.71
##                                                        professional work environment       1      0.00          93.71      0.00          93.71
##                                                                           proficency       1      0.00          93.71      0.00          93.71
##                               proficiency legends proficiency level generic referenc       1      0.00          93.71      0.00          93.71
##                          proficiency legends proficiency level generic reference pl1       1      0.00          93.71      0.00          93.71
##                                                             proficiency of scripting       1      0.00          93.72      0.00          93.72
##                                               proficient understanding of relational       1      0.00          93.72      0.00          93.72
##                                                                            profiling       1      0.00          93.72      0.00          93.72
##                                                                 profiling techniques       1      0.00          93.72      0.00          93.72
##                                                            profitability forecasting       1      0.00          93.72      0.00          93.72
##                                                    profitable business opportunities       1      0.00          93.72      0.00          93.72
##                                                                    profitable growth       1      0.00          93.73      0.00          93.73
##                                                                   profitable product       1      0.00          93.73      0.00          93.73
##                                                                     profitable sales       1      0.00          93.73      0.00          93.73
##                                                                     profound impacts       1      0.00          93.73      0.00          93.73
##                                                                         prog leasing       1      0.00          93.73      0.00          93.73
##                                                                          prognostics       1      0.00          93.74      0.00          93.74
##                                                                              program       1      0.00          93.74      0.00          93.74
##                                                                             program·       1      0.00          93.74      0.00          93.74
##                                                                    program directors       1      0.00          93.74      0.00          93.74
##                                                                      program library       1      0.00          93.74      0.00          93.74
##                                                                  program life cycles       1      0.00          93.75      0.00          93.75
##                                                                   program management       1      0.00          93.75      0.00          93.75
##                                              program operation analytic capabilities       1      0.00          93.75      0.00          93.75
##                                                                       program owners       1      0.00          93.75      0.00          93.75
##                                                              programmatic algorithms       1      0.00          93.75      0.00          93.75
##                                                                           programmer       1      0.00          93.76      0.00          93.76
##                                                                  programming complex       1      0.00          93.76      0.00          93.76
##                                                                 programming concepts       1      0.00          93.76      0.00          93.76
##                                                               programming discipline       1      0.00          93.76      0.00          93.76
##                                                                programming expertise       1      0.00          93.76      0.00          93.76
##                                                                 programming software       1      0.00          93.76      0.00          93.76
##                                                                     programs methods       1      0.00          93.77      0.00          93.77
##                                                               progressive experience       1      0.00          93.77      0.00          93.77
##                                                                  progressive leasing       1      0.00          93.77      0.00          93.77
##                                          progressive software development experience       1      0.00          93.77      0.00          93.77
##                                                         project-based analytics work       1      0.00          93.77      0.00          93.77
##                                                                     project charters       1      0.00          93.78      0.00          93.78
##                                                                   project completion       1      0.00          93.78      0.00          93.78
##                                                                   project conception       1      0.00          93.78      0.00          93.78
##                                                                    project deadlines       1      0.00          93.78      0.00          93.78
##                                                                     project delivery       1      0.00          93.78      0.00          93.78
##                                                                    project dependent       1      0.00          93.79      0.00          93.79
##                                                        project development lifecyc1e       1      0.00          93.79      0.00          93.79
##                                                         project execution monitoring       1      0.00          93.79      0.00          93.79
##                                                             project experience types       1      0.00          93.79      0.00          93.79
##                                                                      project leaders       1      0.00          93.79      0.00          93.79
##                                               project management - shepherd projects       1      0.00          93.80      0.00          93.80
##                                                        project management activities       1      0.00          93.80      0.00          93.80
##                                           project management experience - experience       1      0.00          93.80      0.00          93.80
##                                                          project management software       1      0.00          93.80      0.00          93.80
##                                                                   project objectives       1      0.00          93.80      0.00          93.80
##                                  project performance of hybrid financial instruments       1      0.00          93.80      0.00          93.80
##                                                                     project planning       1      0.00          93.81      0.00          93.81
##                                                                     project progress       1      0.00          93.81      0.00          93.81
##                                                                        project queue       1      0.00          93.81      0.00          93.81
##                                                                      project request       1      0.00          93.81      0.00          93.81
##                                                                       project review       1      0.00          93.81      0.00          93.81
##                                                                         project risk       1      0.00          93.82      0.00          93.82
##                                                                     project staffing       1      0.00          93.82      0.00          93.82
##                                                             project standard process       1      0.00          93.82      0.00          93.82
##                                                                       project status       1      0.00          93.82      0.00          93.82
##                                                                      project success       1      0.00          93.82      0.00          93.82
##                                                                      project support       1      0.00          93.83      0.00          93.83
##                                                                         project team       1      0.00          93.83      0.00          93.83
##                                                                     promised results       1      0.00          93.83      0.00          93.83
##                                                                    promising science       1      0.00          93.83      0.00          93.83
##                                                                  promotion decisions       1      0.00          93.83      0.00          93.83
##                                                                  promotion questions       1      0.00          93.84      0.00          93.84
##                                                            promotional effectiveness       1      0.00          93.84      0.00          93.84
##                                                              promotional measurement       1      0.00          93.84      0.00          93.84
##                                                     promotional performance analysis       1      0.00          93.84      0.00          93.84
##                                                           proper accounting controls       1      0.00          93.84      0.00          93.84
##                                                                    proper benchmarks       1      0.00          93.84      0.00          93.84
##                                                                 proper charting tool       1      0.00          93.85      0.00          93.85
##                                                                   proper utilization       1      0.00          93.85      0.00          93.85
##                                                                       property value       1      0.00          93.85      0.00          93.85
##                                                                      proposal effort       1      0.00          93.85      0.00          93.85
##                                                                        proposal work       1      0.00          93.85      0.00          93.85
##                                                                     proposal writing       1      0.00          93.86      0.00          93.86
##                                                                     proposed changes       1      0.00          93.86      0.00          93.86
##                                                                proprietary data sets       1      0.00          93.86      0.00          93.86
##                                                             proprietary data sources       1      0.00          93.86      0.00          93.86
##                                                          proprietary ensemble method       1      0.00          93.86      0.00          93.86
##                                               proprietary instant quoting technology       1      0.00          93.87      0.00          93.87
##                                              proprietary machine learning algorithms       1      0.00          93.87      0.00          93.87
##                                                                 proprietary platform       1      0.00          93.87      0.00          93.87
##                                            proprietary predictive modeling solutions       1      0.00          93.87      0.00          93.87
##                                                      proprietary technology platform       1      0.00          93.87      0.00          93.87
##                                                                                 pros       1      0.00          93.88      0.00          93.88
##                                                                 prospect probability       1      0.00          93.88      0.00          93.88
##                                                                prospective cash flow       1      0.00          93.88      0.00          93.88
##                                                          prospective member outreach       1      0.00          93.88      0.00          93.88
##                                                             protected classification       1      0.00          93.88      0.00          93.88
##                                                            protected veterans status       1      0.00          93.88      0.00          93.88
##                                                                  protective footwear       1      0.00          93.89      0.00          93.89
##                                                                              protein       1      0.00          93.89      0.00          93.89
##                                                                  protocol amendments       1      0.00          93.89      0.00          93.89
##                                                             prototype demonstrations       1      0.00          93.89      0.00          93.89
##                                                                prototype development       1      0.00          93.89      0.00          93.89
##                                                                        prototype end       1      0.00          93.90      0.00          93.90
##                                                    prototype machine learning models       1      0.00          93.90      0.00          93.90
##                                                                prototypes dashboards       1      0.00          93.90      0.00          93.90
##                                                     prototypes of empirical software       1      0.00          93.90      0.00          93.90
##                                                                prototyping languages       1      0.00          93.90      0.00          93.90
##                                                                prototyping of robust       1      0.00          93.91      0.00          93.91
##                                                                     proven abilities       1      0.00          93.91      0.00          93.91
##                                                                    proven capability       1      0.00          93.91      0.00          93.91
##                                                                    proven commitment       1      0.00          93.91      0.00          93.91
##                                                     proven data profiling experience       1      0.00          93.91      0.00          93.91
##                                                        proven development experience       1      0.00          93.92      0.00          93.92
##                                                         proven equivalent experience       1      0.00          93.92      0.00          93.92
##                                                                       proven history       1      0.00          93.92      0.00          93.92
##                                                                     proven interests       1      0.00          93.92      0.00          93.92
##                                                                       proven problem       1      0.00          93.92      0.00          93.92
##                                                          proven record of innovation       1      0.00          93.92      0.00          93.92
##                                                                       proven success       1      0.00          93.93      0.00          93.93
##                                             proven track record of driving decisions       1      0.00          93.93      0.00          93.93
##                                      proven track record of peer review publications       1      0.00          93.93      0.00          93.93
##                                             proven track record of rapid prototyping       1      0.00          93.93      0.00          93.93
##                                                       proven track record of success       1      0.00          93.93      0.00          93.93
##                                                    proven track record working cross       1      0.00          93.94      0.00          93.94
##                                                                proven work experienc       1      0.00          93.94      0.00          93.94
##                                                                             provider       1      0.00          93.94      0.00          93.94
##                                                                  provider efficiency       1      0.00          93.94      0.00          93.94
##                                                                              prowess       1      0.00          93.94      0.00          93.94
##                                                                        proxy dataset       1      0.00          93.95      0.00          93.95
##                                                                                psemi       1      0.00          93.95      0.00          93.95
##                                                                    psemi corporation       1      0.00          93.95      0.00          93.95
##                                                                   psychographic data       1      0.00          93.95      0.00          93.95
##                                                               psychographic insights       1      0.00          93.95      0.00          93.95
##                                                                        psychologists       1      0.00          93.96      0.00          93.96
##                                                                                  pto       1      0.00          93.96      0.00          93.96
##                                                                    public assistance       1      0.00          93.96      0.00          93.96
##                                                                     public data sets       1      0.00          93.96      0.00          93.96
##                                                             public github repository       1      0.00          93.96      0.00          93.96
##                                                                      public projects       1      0.00          93.96      0.00          93.96
##                                                                         public realm       1      0.00          93.97      0.00          93.97
##                                                                     public relations       1      0.00          93.97      0.00          93.97
##                                                                        public safety       1      0.00          93.97      0.00          93.97
##                                                                        public sector       1      0.00          93.97      0.00          93.97
##                                                               public sources of data       1      0.00          93.97      0.00          93.97
##                                                                      public speaking       1      0.00          93.98      0.00          93.98
##                                                                       public transit       1      0.00          93.98      0.00          93.98
##                                                                          publication       1      0.00          93.98      0.00          93.98
##                                                                     publication list       1      0.00          93.98      0.00          93.98
##                                                     publication of scientific papers       1      0.00          93.98      0.00          93.98
##                                                                    published authors       1      0.00          93.99      0.00          93.99
##                                                             publisher of video games       1      0.00          93.99      0.00          93.99
##                                                                               pubmed       1      0.00          93.99      0.00          93.99
##                                                                          puerto rico       1      0.00          93.99      0.00          93.99
##                                                                                pulse       1      0.00          93.99      0.00          93.99
##                                                                          punctuality       1      0.00          94.00      0.00          94.00
##                                                                          punctuation       1      0.00          94.00      0.00          94.00
##                                                                             purchase       1      0.00          94.00      0.00          94.00
##                                                                        purchase data       1      0.00          94.00      0.00          94.00
##                                                                               pure's       1      0.00          94.00      0.00          94.00
##                                                                        pure adopters       1      0.00          94.00      0.00          94.00
##                                                                    pure data science       1      0.00          94.01      0.00          94.01
##                                                                     pure mathematics       1      0.00          94.01      0.00          94.01
##                                                                         pure storage       1      0.00          94.01      0.00          94.01
##                                                                             puritans       1      0.00          94.01      0.00          94.01
##                                                               purpose-driven company       1      0.00          94.01      0.00          94.01
##                                                                         purpose data       1      0.00          94.02      0.00          94.02
##                                                             purpose driven community       1      0.00          94.02      0.00          94.02
##                                                        purposes of model development       1      0.00          94.02      0.00          94.02
##                                                                                 pypl       1      0.00          94.02      0.00          94.02
##                                                                         pyramid labs       1      0.00          94.02      0.00          94.02
##                                                                              python·       1      0.00          94.03      0.00          94.03
##                                                        python development experience       1      0.00          94.03      0.00          94.03
##                                                                    python experience       1      0.00          94.03      0.00          94.03
##                                                                       python fluency       1      0.00          94.03      0.00          94.03
##                                                                           python pl2       1      0.00          94.03      0.00          94.03
##                                                              python proficiency - it       1      0.00          94.03      0.00          94.03
##                                                                         python stack       1      0.00          94.04      0.00          94.04
##                                                                                   q2       1      0.00          94.04      0.00          94.04
##                                                                              qa team       1      0.00          94.04      0.00          94.04
##                                                                             qa teams       1      0.00          94.04      0.00          94.04
##                                                                               qc one       1      0.00          94.04      0.00          94.04
##                                                                      qc verification       1      0.00          94.05      0.00          94.05
##                                                                                 qlik       1      0.00          94.05      0.00          94.05
##                                                            qliksense driven workshop       1      0.00          94.05      0.00          94.05
##                                                                    qliksense reports       1      0.00          94.05      0.00          94.05
##                                                                     qrc technologies       1      0.00          94.05      0.00          94.05
##                                                                 qrc tools cover cdma       1      0.00          94.06      0.00          94.06
##                                                                   quad-monitor setup       1      0.00          94.06      0.00          94.06
##                                                           qualification requirements       1      0.00          94.06      0.00          94.06
##                                                         qualifications of incumbents       1      0.00          94.06      0.00          94.06
##                                                                        qualificatons       1      0.00          94.06      0.00          94.06
##                                                                  qualified applicant       1      0.00          94.07      0.00          94.07
##                                                                 qualified candidates       1      0.00          94.07      0.00          94.07
##                                                                  qualified employees       1      0.00          94.07      0.00          94.07
##                                                              qualified professionals       1      0.00          94.07      0.00          94.07
##                                                                qualifying experience       1      0.00          94.07      0.00          94.07
##                                                         qualitative analytic methods       1      0.00          94.07      0.00          94.07
##                                                     qualitative analytics experience       1      0.00          94.08      0.00          94.08
##                                                                     qualitative data       1      0.00          94.08      0.00          94.08
##                                                                            qualities       1      0.00          94.08      0.00          94.08
##                                                          quality assurance processes       1      0.00          94.08      0.00          94.08
##                                                              quality assurance teams       1      0.00          94.08      0.00          94.08
##                                                        quality check of peer analyst       1      0.00          94.09      0.00          94.09
##                                                      quality control of deliverables       1      0.00          94.09      0.00          94.09
##                                                                quality data insights       1      0.00          94.09      0.00          94.09
##                                                                 quality measurement·       1      0.00          94.09      0.00          94.09
##                                                                     quality measures       1      0.00          94.09      0.00          94.09
##                                                                      quality of data       1      0.00          94.10      0.00          94.10
##                                                                 quality of detection       1      0.00          94.10      0.00          94.10
##                                                                quality of experience       1      0.00          94.10      0.00          94.10
##                                                                     quality policies       1      0.00          94.10      0.00          94.10
##                                                                     quality problems       1      0.00          94.10      0.00          94.10
##                                                                   quality procedures       1      0.00          94.11      0.00          94.11
##                                                          quality related projections       1      0.00          94.11      0.00          94.11
##                                                                 quality requirements       1      0.00          94.11      0.00          94.11
##                                                                    quality solutions       1      0.00          94.11      0.00          94.11
##                                                           quality technical products       1      0.00          94.11      0.00          94.11
##                                                                         quality work       1      0.00          94.11      0.00          94.11
##                                                                      quantified time       1      0.00          94.12      0.00          94.12
##                                                     quantitative analysis capability       1      0.00          94.12      0.00          94.12
##                                                    quantitative analysis proficiency       1      0.00          94.12      0.00          94.12
##                                                           quantitative analysis role       1      0.00          94.12      0.00          94.12
##                                                        quantitative analytic methods       1      0.00          94.12      0.00          94.12
##                                                       quantitative analytics manager       1      0.00          94.13      0.00          94.13
##                                                              quantitative background       1      0.00          94.13      0.00          94.13
##                                                             quantitative conclusions       1      0.00          94.13      0.00          94.13
##                                                                    quantitative data       1      0.00          94.13      0.00          94.13
##                                                           quantitative data analysis       1      0.00          94.13      0.00          94.13
##                                                 quantitative data analysis languages       1      0.00          94.14      0.00          94.14
##                                                 quantitative data science discipline       1      0.00          94.14      0.00          94.14
##                                                                 quantitative finance       1      0.00          94.14      0.00          94.14
##                                                            quantitative health field       1      0.00          94.14      0.00          94.14
##                                                       quantitative model development       1      0.00          94.14      0.00          94.14
##                                                                  quantitative nature       1      0.00          94.15      0.00          94.15
##                                                                 quantitative problem       1      0.00          94.15      0.00          94.15
##                                                 quantitative problem-solving ability       1      0.00          94.15      0.00          94.15
##                                                               quantitative processes       1      0.00          94.15      0.00          94.15
##                                                              quantitative researcher       1      0.00          94.15      0.00          94.15
##                                                          quantitative social science       1      0.00          94.15      0.00          94.15
##                                                              quantitative techniques       1      0.00          94.16      0.00          94.16
##                                                                   quantitative tools       1      0.00          94.16      0.00          94.16
##                                                                             quantium       1      0.00          94.16      0.00          94.16
##                                                                              quarter       1      0.00          94.16      0.00          94.16
##                                                                     quarterly credit       1      0.00          94.16      0.00          94.16
##                                                                                query       1      0.00          94.17      0.00          94.17
##                                                                      query authoring       1      0.00          94.17      0.00          94.17
##                                                                           query data       1      0.00          94.17      0.00          94.17
##                                                                      query databases       1      0.00          94.17      0.00          94.17
##                                                                   query optimization       1      0.00          94.17      0.00          94.17
##                                                                      query reporting       1      0.00          94.18      0.00          94.18
##                                                                   querying languages       1      0.00          94.18      0.00          94.18
##                                                             querying large data sets       1      0.00          94.18      0.00          94.18
##                                                        question existing assumptions       1      0.00          94.18      0.00          94.18
##                                                                               queues       1      0.00          94.18      0.00          94.18
##                                                                              quevera       1      0.00          94.19      0.00          94.19
##                                                    quick-service restaurant industry       1      0.00          94.19      0.00          94.19
##                                                                             quick ad       1      0.00          94.19      0.00          94.19
##                                                  quick applicable modeling solutions       1      0.00          94.19      0.00          94.19
##                                                               quick data exploration       1      0.00          94.19      0.00          94.19
##                                                                quick experimentation       1      0.00          94.19      0.00          94.19
##                                                                       quick learning       1      0.00          94.20      0.00          94.20
##                                                                        quota setting       1      0.00          94.20      0.00          94.20
##                                                                             qvd data       1      0.00          94.20      0.00          94.20
##                                                                                    r       1      0.00          94.20      0.00          94.20
##                                                                      r - familiarity       1      0.00          94.20      0.00          94.20
##                                                                           r language       1      0.00          94.21      0.00          94.21
##                                                               r programming language       1      0.00          94.21      0.00          94.21
##                                                                           r programs       1      0.00          94.21      0.00          94.21
##                                                                         r shiny apps       1      0.00          94.21      0.00          94.21
##                                                                   r shiny interfaces       1      0.00          94.21      0.00          94.21
##                                                                  racetrack locations       1      0.00          94.22      0.00          94.22
##                                                                    racial minorities       1      0.00          94.22      0.00          94.22
##                                                                radar sensing systems       1      0.00          94.22      0.00          94.22
##                                                          radical customer-centricity       1      0.00          94.22      0.00          94.22
##                                                                    radio utilization       1      0.00          94.22      0.00          94.22
##                                                                          rakuten usa       1      0.00          94.23      0.00          94.23
##                                                                      rancho bernardo       1      0.00          94.23      0.00          94.23
##                                                                         randomforest       1      0.00          94.23      0.00          94.23
##                                                                    range of audience       1      0.00          94.23      0.00          94.23
##                                                                     range of banking       1      0.00          94.23      0.00          94.23
##                                                                    range of business       1      0.00          94.23      0.00          94.23
##                                                          range of business customers       1      0.00          94.24      0.00          94.24
##                                                           range of business problems       1      0.00          94.24      0.00          94.24
##                                                                     range of clients       1      0.00          94.24      0.00          94.24
##                                                                     range of defense       1      0.00          94.24      0.00          94.24
##                                                                 range of educational       1      0.00          94.24      0.00          94.24
##                                                            range of functional teams       1      0.00          94.25      0.00          94.25
##                                                                      range of levels       1      0.00          94.25      0.00          94.25
##                                                                     range of options       1      0.00          94.25      0.00          94.25
##                                            range of statistical modelling techniques       1      0.00          94.25      0.00          94.25
##                                                                       range of tools       1      0.00          94.25      0.00          94.25
##                                                                  range of viewpoints       1      0.00          94.26      0.00          94.26
##                                                        ranked department of medicine       1      0.00          94.26      0.00          94.26
##                                                                               ranker       1      0.00          94.26      0.00          94.26
##                                                                      ranking systems       1      0.00          94.26      0.00          94.26
##                                                                             rapid ad       1      0.00          94.26      0.00          94.26
##                                                                         rapid change       1      0.00          94.27      0.00          94.27
##                                                               rapid improvement team       1      0.00          94.27      0.00          94.27
##                                                                    rapid integration       1      0.00          94.27      0.00          94.27
##                                                                     rapid prototypes       1      0.00          94.27      0.00          94.27
##                                                          rapid spread of smartphones       1      0.00          94.27      0.00          94.27
##                                                                           rapidminer       1      0.00          94.27      0.00          94.27
##                                                                              rapport       1      0.00          94.28      0.00          94.28
##                                                   rare collection of thought leaders       1      0.00          94.28      0.00          94.28
##                                                                          rare events       1      0.00          94.28      0.00          94.28
##                                                                         rate changes       1      0.00          94.28      0.00          94.28
##                                                                            rationale       1      0.00          94.28      0.00          94.28
##                                                                           rationales       1      0.00          94.29      0.00          94.29
##                                                                            raw files       1      0.00          94.29      0.00          94.29
##                                                                             raytheon       1      0.00          94.29      0.00          94.29
##                                                                                  rdf       1      0.00          94.29      0.00          94.29
##                                                                                  rds       1      0.00          94.29      0.00          94.29
##                                                                             rds team       1      0.00          94.30      0.00          94.30
##                                                           re-shaping data attributes       1      0.00          94.30      0.00          94.30
##                                                                          re-training       1      0.00          94.30      0.00          94.30
##                                                                            readiness       1      0.00          94.30      0.00          94.30
##                                                                               readxl       1      0.00          94.30      0.00          94.30
##                                                                          real-estate       1      0.00          94.31      0.00          94.31
##                                                               real-time applications       1      0.00          94.31      0.00          94.31
##                                                              real-time brain mapping       1      0.00          94.31      0.00          94.31
##                                                            real-time data dashboards       1      0.00          94.31      0.00          94.31
##                                                                      real-time model       1      0.00          94.31      0.00          94.31
##                                                                 real-time processing       1      0.00          94.31      0.00          94.31
##                                                                 real-time revolution       1      0.00          94.32      0.00          94.32
##                                                                      real-time scale       1      0.00          94.32      0.00          94.32
##                                                                    real-time systems       1      0.00          94.32      0.00          94.32
##                                                               real-world application       1      0.00          94.32      0.00          94.32
##                                                       real-world business challenges       1      0.00          94.32      0.00          94.32
##                                                        real-world complex challenges       1      0.00          94.33      0.00          94.33
##                                                        real-world critical use cases       1      0.00          94.33      0.00          94.33
##                                                                      real-world data       1      0.00          94.33      0.00          94.33
##                                                                  real-world datasets       1      0.00          94.33      0.00          94.33
##                                                                  real-world evidence       1      0.00          94.33      0.00          94.33
##                                                                real-world experience       1      0.00          94.34      0.00          94.34
##                                                             real-world play sessions       1      0.00          94.34      0.00          94.34
##                                                                 real-world scenarios       1      0.00          94.34      0.00          94.34
##                                                          real-world tech environment       1      0.00          94.34      0.00          94.34
##                                                                          real chance       1      0.00          94.34      0.00          94.34
##                                                        real estate investment trusts       1      0.00          94.35      0.00          94.35
##                                                               real estate securities       1      0.00          94.35      0.00          94.35
##                                                                 real long-term value       1      0.00          94.35      0.00          94.35
##                                                                            real pain       1      0.00          94.35      0.00          94.35
##                                                                         real passion       1      0.00          94.35      0.00          94.35
##                                                                        real problems       1      0.00          94.35      0.00          94.35
##                                                                         real purpose       1      0.00          94.36      0.00          94.36
##                                                                         real results       1      0.00          94.36      0.00          94.36
##                                                       real time analytics capability       1      0.00          94.36      0.00          94.36
##                                                                       real time data       1      0.00          94.36      0.00          94.36
##                                                                  real time databases       1      0.00          94.36      0.00          94.36
##                                                                real world experience       1      0.00          94.37      0.00          94.37
##                                                   real world healthcare data sources       1      0.00          94.37      0.00          94.37
##                                                                      real world meet       1      0.00          94.37      0.00          94.37
##                                                     real world supply chain problems       1      0.00          94.37      0.00          94.37
##                                                                      realistic sense       1      0.00          94.37      0.00          94.37
##                                                                             realtime       1      0.00          94.38      0.00          94.38
##                                                 realtime data cloud development team       1      0.00          94.38      0.00          94.38
##                                                    reasonable accommodation requests       1      0.00          94.38      0.00          94.38
##                                                                    reasoning ability       1      0.00          94.38      0.00          94.38
##                                                                     reasoning skills       1      0.00          94.38      0.00          94.38
##                                                                              reasons       1      0.00          94.39      0.00          94.39
##                                                                      reasons of race       1      0.00          94.39      0.00          94.39
##                                                                               recall       1      0.00          94.39      0.00          94.39
##                                                                              receipt       1      0.00          94.39      0.00          94.39
##                                                                             receipts       1      0.00          94.39      0.00          94.39
##                                                                     recent graduates       1      0.00          94.39      0.00          94.39
##                                                                         receptionist       1      0.00          94.40      0.00          94.40
##                                                                recognition of events       1      0.00          94.40      0.00          94.40
##                                                                  recognition program       1      0.00          94.40      0.00          94.40
##                                                                  recognizable brands       1      0.00          94.40      0.00          94.40
##                                                               recognized institution       1      0.00          94.40      0.00          94.40
##                                                           recognized neuroscientists       1      0.00          94.41      0.00          94.41
##                                                                   recognized success       1      0.00          94.41      0.00          94.41
##                                                                 recognizing patterns       1      0.00          94.41      0.00          94.41
##                                                              recommendation modeling       1      0.00          94.41      0.00          94.41
##                                                               recommendation streams       1      0.00          94.41      0.00          94.41
##                                                                recommendation system       1      0.00          94.42      0.00          94.42
##                                                                   recommender system       1      0.00          94.42      0.00          94.42
##                                                               reconciliation process       1      0.00          94.42      0.00          94.42
##                                                                 record of innovation       1      0.00          94.42      0.00          94.42
##                                                                record revenue growth       1      0.00          94.42      0.00          94.42
##                                                                     recovery of data       1      0.00          94.43      0.00          94.43
##                                                              recreational activities       1      0.00          94.43      0.00          94.43
##                                                                            recruiter       1      0.00          94.43      0.00          94.43
##                                                                recruiting activities       1      0.00          94.43      0.00          94.43
##                                                                recruitment incentive       1      0.00          94.43      0.00          94.43
##                                                                  recruitment process       1      0.00          94.43      0.00          94.43
##                                                                    recruitment range       1      0.00          94.44      0.00          94.44
##                                                     recurring project specific tasks       1      0.00          94.44      0.00          94.44
##                                                                   recurring requests       1      0.00          94.44      0.00          94.44
##                                                                            red alpha       1      0.00          94.44      0.00          94.44
##                                                            red shift storage systems       1      0.00          94.44      0.00          94.44
##                                                                               redhat       1      0.00          94.45      0.00          94.45
##                                                                                redis       1      0.00          94.45      0.00          94.45
##                                                                              redmine       1      0.00          94.45      0.00          94.45
##                                                                        reduced costs       1      0.00          94.45      0.00          94.45
##                                                                         redwood city       1      0.00          94.45      0.00          94.45
##                                                         reenergized brand of honesty       1      0.00          94.46      0.00          94.46
##                                                           refereed academic journals       1      0.00          94.46      0.00          94.46
##                                                                     reference checks       1      0.00          94.46      0.00          94.46
##                                                                   references section       1      0.00          94.46      0.00          94.46
##                                                                          referencing       1      0.00          94.46      0.00          94.46
##                                                                     referral bonuses       1      0.00          94.47      0.00          94.47
##                                                                        referral tool       1      0.00          94.47      0.00          94.47
##                                                                          refinancing       1      0.00          94.47      0.00          94.47
##                                                                    refinement - work       1      0.00          94.47      0.00          94.47
##                                                                           refineries       1      0.00          94.47      0.00          94.47
##                                                                              refresh       1      0.00          94.47      0.00          94.47
##                                                                         refreshments       1      0.00          94.48      0.00          94.48
##                                                                refrigeration systems       1      0.00          94.48      0.00          94.48
##                                                                               refund       1      0.00          94.48      0.00          94.48
##                                                                              regards       1      0.00          94.48      0.00          94.48
##                                                                    registration fees       1      0.00          94.48      0.00          94.48
##                                                                     regression model       1      0.00          94.49      0.00          94.49
##                                                                    regression models       1      0.00          94.49      0.00          94.49
##                                                                   regression testing       1      0.00          94.49      0.00          94.49
##                                                                          regressions       1      0.00          94.49      0.00          94.49
##                                                                           regressors       1      0.00          94.49      0.00          94.49
##                                                                       regular access       1      0.00          94.50      0.00          94.50
##                                                                           regular ad       1      0.00          94.50      0.00          94.50
##                                                                   regular attendance       1      0.00          94.50      0.00          94.50
##                                                                      regular contact       1      0.00          94.50      0.00          94.50
##                                                                     regular employee       1      0.00          94.50      0.00          94.50
##                                                           regular full-time location       1      0.00          94.51      0.00          94.51
##                                                                    regular reporting       1      0.00          94.51      0.00          94.51
##                                         regular reporting of key performance indices       1      0.00          94.51      0.00          94.51
##                                                                      regular walking       1      0.00          94.51      0.00          94.51
##                                                                    regulated utility       1      0.00          94.51      0.00          94.51
##                                                               regulatory assessments       1      0.00          94.51      0.00          94.51
##                                                                 regulatory decisions       1      0.00          94.52      0.00          94.52
##                                                                    regulatory review       1      0.00          94.52      0.00          94.52
##                                                                   regulatory science       1      0.00          94.52      0.00          94.52
##                                                                regulatory statistics       1      0.00          94.52      0.00          94.52
##                                                                  reinforced learning       1      0.00          94.52      0.00          94.52
##                                                                        reinforcement       1      0.00          94.53      0.00          94.53
##                                                                                reits       1      0.00          94.53      0.00          94.53
##                                                            related analytics methods       1      0.00          94.53      0.00          94.53
##                                                                        related areas       1      0.00          94.53      0.00          94.53
##                                                                related clinical data       1      0.00          94.53      0.00          94.53
##                                                                    related customers       1      0.00          94.54      0.00          94.54
##                                                                related documentation       1      0.00          94.54      0.00          94.54
##                                                         related electronics planning       1      0.00          94.54      0.00          94.54
##                                                                  related engineering       1      0.00          94.54      0.00          94.54
##                                                                         related fees       1      0.00          94.54      0.00          94.54
##                                                                related finance audit       1      0.00          94.55      0.00          94.55
##                                                          related mobile applications       1      0.00          94.55      0.00          94.55
##                                                                        related model       1      0.00          94.55      0.00          94.55
##                                                                     related products       1      0.00          94.55      0.00          94.55
##                                                         related project deliverables       1      0.00          94.55      0.00          94.55
##                                                            related quantiative field       1      0.00          94.55      0.00          94.55
##                                                               related query language       1      0.00          94.56      0.00          94.56
##                                                            related retail experience       1      0.00          94.56      0.00          94.56
##                                                                         related role       1      0.00          94.56      0.00          94.56
##                                                                     related services       1      0.00          94.56      0.00          94.56
##                                                                   related statistics       1      0.00          94.56      0.00          94.56
##                                                                related terminologies       1      0.00          94.57      0.00          94.57
##                                                                        related tools       1      0.00          94.57      0.00          94.57
##                                                              related work experience       1      0.00          94.57      0.00          94.57
##                                                                             relation       1      0.00          94.57      0.00          94.57
##                                                                relational data model       1      0.00          94.57      0.00          94.57
##                                                           relational database design       1      0.00          94.58      0.00          94.58
##                                                          relational database service       1      0.00          94.58      0.00          94.58
##                                                          relational database systems       1      0.00          94.58      0.00          94.58
##                                                                  relational modeling       1      0.00          94.58      0.00          94.58
##                                                                       relational sql       1      0.00          94.58      0.00          94.58
##                                                                         relationship       1      0.00          94.59      0.00          94.59
##                                                               relationship databases       1      0.00          94.59      0.00          94.59
##                                                                  relative experience       1      0.00          94.59      0.00          94.59
##                                                       relevance of related incidents       1      0.00          94.59      0.00          94.59
##                                                                     relevance tuning       1      0.00          94.59      0.00          94.59
##                                                                    relevant business       1      0.00          94.59      0.00          94.59
##                                                           relevant competency levels       1      0.00          94.60      0.00          94.60
##                                                                   relevant data sets       1      0.00          94.60      0.00          94.60
##                                                                      relevant degree       1      0.00          94.60      0.00          94.60
##                                                                  relevant discipline       1      0.00          94.60      0.00          94.60
##                                                    relevant domain science knowledge       1      0.00          94.60      0.00          94.60
##                                                     relevant engineering disciplines       1      0.00          94.61      0.00          94.61
##                                                               relevant etl processes       1      0.00          94.61      0.00          94.61
##                                                                    relevant features       1      0.00          94.61      0.00          94.61
##                                                              relevant field of study       1      0.00          94.61      0.00          94.61
##                                                                      relevant fields       1      0.00          94.61      0.00          94.61
##                                                    relevant implementation platforms       1      0.00          94.62      0.00          94.62
##                                                                    relevant industry       1      0.00          94.62      0.00          94.62
##                                                         relevant industry experience       1      0.00          94.62      0.00          94.62
##                                                                relevant intelligence       1      0.00          94.62      0.00          94.62
##                                                                 relevant internships       1      0.00          94.62      0.00          94.62
##                                                  relevant retail industry experience       1      0.00          94.63      0.00          94.63
##                                                                        relevant role       1      0.00          94.63      0.00          94.63
##                                                        relevant statistical measures       1      0.00          94.63      0.00          94.63
##                                                          relevant statistical models       1      0.00          94.63      0.00          94.63
##                                                                     relevant talents       1      0.00          94.63      0.00          94.63
##                                                                       relevant teams       1      0.00          94.63      0.00          94.63
##                                                                     relevant vendors       1      0.00          94.64      0.00          94.64
##                                                                 reliability analysis       1      0.00          94.64      0.00          94.64
##                                                        reliability of model training       1      0.00          94.64      0.00          94.64
##                                                                    reliable analysis       1      0.00          94.64      0.00          94.64
##                                                                        reliable data       1      0.00          94.64      0.00          94.64
##                                                         reliable data infrastructure       1      0.00          94.65      0.00          94.65
##                                                                   reliable marketing       1      0.00          94.65      0.00          94.65
##                                                                       reliable tools       1      0.00          94.65      0.00          94.65
##                                                            reliable web applications       1      0.00          94.65      0.00          94.65
##                                                                    religious beliefs       1      0.00          94.65      0.00          94.65
##                                                                  relocation eligible       1      0.00          94.66      0.00          94.66
##                                                                   relocation package       1      0.00          94.66      0.00          94.66
##                                                                    remittance status       1      0.00          94.66      0.00          94.66
##                                                                 remote collaboration       1      0.00          94.66      0.00          94.66
##                                                                  remote connectivity       1      0.00          94.66      0.00          94.66
##                                                                   remote development       1      0.00          94.67      0.00          94.67
##                                                                       remote options       1      0.00          94.67      0.00          94.67
##                                                                       remote support       1      0.00          94.67      0.00          94.67
##                                                                          remote work       1      0.00          94.67      0.00          94.67
##                                                          renewable power development       1      0.00          94.67      0.00          94.67
##                                                                    renowned speakers       1      0.00          94.67      0.00          94.67
##                                                             rental car reimbursement       1      0.00          94.68      0.00          94.68
##                                                                               renton       1      0.00          94.68      0.00          94.68
##                                                                               repair       1      0.00          94.68      0.00          94.68
##                                                                  repair bill savings       1      0.00          94.68      0.00          94.68
##                                                                  repeatable analyses       1      0.00          94.68      0.00          94.68
##                                                     repeatable data science projects       1      0.00          94.69      0.00          94.69
##                                                                 repeatable solutions       1      0.00          94.69      0.00          94.69
##                                                                 replicable solutions       1      0.00          94.69      0.00          94.69
##                                                                          replication       1      0.00          94.69      0.00          94.69
##                                          report account receivables sub-ledger aging       1      0.00          94.69      0.00          94.69
##                                                                          report data       1      0.00          94.70      0.00          94.70
##                                                                 report defect status       1      0.00          94.70      0.00          94.70
##                                                                 report dissemination       1      0.00          94.70      0.00          94.70
##                                                                 reporting components       1      0.00          94.70      0.00          94.70
##                                                                      reporting needs       1      0.00          94.70      0.00          94.70
##                                                         reporting of advanced geoint       1      0.00          94.71      0.00          94.71
##                                                                 reporting of results       1      0.00          94.71      0.00          94.71
##                                                                     reporting server       1      0.00          94.71      0.00          94.71
##                                                                    reporting systems       1      0.00          94.71      0.00          94.71
##                                                                      reporting teams       1      0.00          94.71      0.00          94.71
##                                                               reporting technologies       1      0.00          94.71      0.00          94.71
##                                                                    reports frac data       1      0.00          94.72      0.00          94.72
##                                                           reports of clinical trials       1      0.00          94.72      0.00          94.72
##                                                       reports of product performance       1      0.00          94.72      0.00          94.72
##                                                                         repositories       1      0.00          94.72      0.00          94.72
##                                         repository of comprehensive genomic profiles       1      0.00          94.72      0.00          94.72
##                                                          repository of documentation       1      0.00          94.73      0.00          94.73
##                                                                representative duties       1      0.00          94.73      0.00          94.73
##                                                          representative of knowledge       1      0.00          94.73      0.00          94.73
##                                                                      reproducibility       1      0.00          94.73      0.00          94.73
##                                                      reproducible research practices       1      0.00          94.73      0.00          94.73
##                                                    reproducible scientific workflows       1      0.00          94.74      0.00          94.74
##                                                                    reputable academy       1      0.00          94.74      0.00          94.74
##                                                                                  req       1      0.00          94.74      0.00          94.74
##                                                                               req id       1      0.00          94.74      0.00          94.74
##                                                                      requested tasks       1      0.00          94.74      0.00          94.74
##                                                            required background check       1      0.00          94.75      0.00          94.75
##                                                           required company trainings       1      0.00          94.75      0.00          94.75
##                                                                        required data       1      0.00          94.75      0.00          94.75
##                                                             required driver training       1      0.00          94.75      0.00          94.75
##                                                      required minimum qualifications       1      0.00          94.75      0.00          94.75
##                                                      required software modifications       1      0.00          94.75      0.00          94.75
##                                                                       required tasks       1      0.00          94.76      0.00          94.76
##                                                            requirements solicitation       1      0.00          94.76      0.00          94.76
##                                                                  requisite knowledge       1      0.00          94.76      0.00          94.76
##                                                                          requisition       1      0.00          94.76      0.00          94.76
##                                                                  requisition summary       1      0.00          94.76      0.00          94.76
##                                                                 research-based field       1      0.00          94.77      0.00          94.77
##                                                               research area examples       1      0.00          94.77      0.00          94.77
##                                                                  research capability       1      0.00          94.77      0.00          94.77
##                                                                  research components       1      0.00          94.77      0.00          94.77
##                                                               research computing use       1      0.00          94.77      0.00          94.77
##                                                                      research design       1      0.00          94.78      0.00          94.78
##                                                                     research efforts       1      0.00          94.78      0.00          94.78
##                                           research financial model operating results       1      0.00          94.78      0.00          94.78
##                                                                    research findings       1      0.00          94.78      0.00          94.78
##                                                                    research insights       1      0.00          94.78      0.00          94.78
##                                                                   research institute       1      0.00          94.79      0.00          94.79
##                                                                research institutions       1      0.00          94.79      0.00          94.79
##                                                                      research method       1      0.00          94.79      0.00          94.79
##                                                         research methods backgrounds       1      0.00          94.79      0.00          94.79
##                                                                research new concepts       1      0.00          94.79      0.00          94.79
##                                                                  research objectives       1      0.00          94.79      0.00          94.79
##                                                                    research question       1      0.00          94.80      0.00          94.80
##                                                                  research scientists       1      0.00          94.80      0.00          94.80
##                                                 research statistical learning models       1      0.00          94.80      0.00          94.80
##                                                                     research studies       1      0.00          94.80      0.00          94.80
##                                                               research teams efforts       1      0.00          94.80      0.00          94.80
##                                                                      research trends       1      0.00          94.81      0.00          94.81
##                                                                           researches       1      0.00          94.81      0.00          94.81
##                                                                              reserve       1      0.00          94.81      0.00          94.81
##                                                                             residenc       1      0.00          94.81      0.00          94.81
##                                                             residency qualifications       1      0.00          94.81      0.00          94.81
##                                                                            residents       1      0.00          94.82      0.00          94.82
##                                              resilient mission-critical applications       1      0.00          94.82      0.00          94.82
##                                                                           resolution       1      0.00          94.82      0.00          94.82
##                                                                     resolution rates       1      0.00          94.82      0.00          94.82
##                                                                             resource       1      0.00          94.82      0.00          94.82
##                                                                  resource allocation       1      0.00          94.83      0.00          94.83
##                                                                      resource issues       1      0.00          94.83      0.00          94.83
##                                                                     resourcefulness·       1      0.00          94.83      0.00          94.83
##                                                                  respect differences       1      0.00          94.83      0.00          94.83
##                                                               respectful environment       1      0.00          94.83      0.00          94.83
##                                                                 respectful workplace       1      0.00          94.83      0.00          94.83
##                                                                 respective functions       1      0.00          94.84      0.00          94.84
##                                                                           responders       1      0.00          94.84      0.00          94.84
##                                                                     response options       1      0.00          94.84      0.00          94.84
##                                                            responsibility statements       1      0.00          94.84      0.00          94.84
##                                                       responsibility statementsmines       1      0.00          94.84      0.00          94.84
##                                                               responsible experience       1      0.00          94.85      0.00          94.85
##                                                                            rest apis       1      0.00          94.85      0.00          94.85
##                                                                  restaurant business       1      0.00          94.85      0.00          94.85
##                                                                  restaurant industry       1      0.00          94.85      0.00          94.85
##                                                      results-oriented data scientist       1      0.00          94.85      0.00          94.85
##                                                         results of advanced analyses       1      0.00          94.86      0.00          94.86
##                                                                  results of analysis       1      0.00          94.86      0.00          94.86
##                                                               results of experiments       1      0.00          94.86      0.00          94.86
##                                                                    results of linear       1      0.00          94.86      0.00          94.86
##                                                       results of product experiments       1      0.00          94.86      0.00          94.86
##                                                       results of regression analyses       1      0.00          94.87      0.00          94.87
##                                                                      results of work       1      0.00          94.87      0.00          94.87
##                                                                     results platform       1      0.00          94.87      0.00          94.87
##                                                                     retail analytics       1      0.00          94.87      0.00          94.87
##                                                          retail analytics experience       1      0.00          94.87      0.00          94.87
##                                                                       retail banking       1      0.00          94.87      0.00          94.87
##                                                                        retail brands       1      0.00          94.88      0.00          94.88
##                                                                        retail casino       1      0.00          94.88      0.00          94.88
##                                                                        retail chains       1      0.00          94.88      0.00          94.88
##                                                                      retail industry       1      0.00          94.88      0.00          94.88
##                                                           retail industry experience       1      0.00          94.88      0.00          94.88
##                                                                 retail merchandising       1      0.00          94.89      0.00          94.89
##                                                                         retail space       1      0.00          94.89      0.00          94.89
##                                                                        retail stores       1      0.00          94.89      0.00          94.89
##                                                              retirement savings plan       1      0.00          94.89      0.00          94.89
##                                                                           retraining       1      0.00          94.89      0.00          94.89
##                                                 retrospective observational research       1      0.00          94.90      0.00          94.90
##                                                  retrospective observational studies       1      0.00          94.90      0.00          94.90
##                                                                               return       1      0.00          94.90      0.00          94.90
##                                                              reusable analytic tools       1      0.00          94.90      0.00          94.90
##                                                                     reusable objects       1      0.00          94.90      0.00          94.90
##                                                                               revels       1      0.00          94.91      0.00          94.91
##                                                                  revenue forecasting       1      0.00          94.91      0.00          94.91
##                                                                             revenues       1      0.00          94.91      0.00          94.91
##                                                                          review plan       1      0.00          94.91      0.00          94.91
##                                          reviewable portfolio of data visualizations       1      0.00          94.91      0.00          94.91
##                                                                        reviewing prs       1      0.00          94.91      0.00          94.91
##                                                           reviews of analytic models       1      0.00          94.92      0.00          94.92
##                                                                  reviews substantive       1      0.00          94.92      0.00          94.92
##                                                                         revised code       1      0.00          94.92      0.00          94.92
##                                                             revision control systems       1      0.00          94.92      0.00          94.92
##                                                 revolution r enterprise professional       1      0.00          94.92      0.00          94.92
##                                                                revolutionary systems       1      0.00          94.93      0.00          94.93
##                                                                      rewarding place       1      0.00          94.93      0.00          94.93
##                                                                       rewarding work       1      0.00          94.93      0.00          94.93
##                                                                               rework       1      0.00          94.93      0.00          94.93
##                                                                         rf frontends       1      0.00          94.93      0.00          94.93
##                                                                       rf integration       1      0.00          94.94      0.00          94.94
##                                                                                  rgi       1      0.00          94.94      0.00          94.94
##                                                                  rich content videos       1      0.00          94.94      0.00          94.94
##                                                                       rich data sets       1      0.00          94.94      0.00          94.94
##                                                                      rich experience       1      0.00          94.94      0.00          94.94
##                                                                         rich history       1      0.00          94.95      0.00          94.95
##                                                                     rich opportunity       1      0.00          94.95      0.00          94.95
##                                                          rich scientific interchange       1      0.00          94.95      0.00          94.95
##                                                                        rich toolsets       1      0.00          94.95      0.00          94.95
##                                                                       rich tradition       1      0.00          94.95      0.00          94.95
##                                                                           richardson       1      0.00          94.95      0.00          94.95
##                                                   richest real world cancer genomics       1      0.00          94.96      0.00          94.96
##                                                                                ridge       1      0.00          94.96      0.00          94.96
##                                                                         right answer       1      0.00          94.96      0.00          94.96
##                                                                        right answers       1      0.00          94.96      0.00          94.96
##                                                                       right audience       1      0.00          94.96      0.00          94.96
##                                                                           right cost       1      0.00          94.97      0.00          94.97
##                                                          right data-driven solutions       1      0.00          94.97      0.00          94.97
##                                                     right data platform technologies       1      0.00          94.97      0.00          94.97
##                                                                      right decisions       1      0.00          94.97      0.00          94.97
##                                                                            right fit       1      0.00          94.97      0.00          94.97
##                                                                    right investments       1      0.00          94.98      0.00          94.98
##                                                                       right location       1      0.00          94.98      0.00          94.98
##                                                                          right nudge       1      0.00          94.98      0.00          94.98
##                                                                         right person       1      0.00          94.98      0.00          94.98
##                                                                          right place       1      0.00          94.98      0.00          94.98
##                                                                       right problems       1      0.00          94.99      0.00          94.99
##                                                                        right results       1      0.00          94.99      0.00          94.99
##                                                           right scientific questions       1      0.00          94.99      0.00          94.99
##                                                                      right solutions       1      0.00          94.99      0.00          94.99
##                                                                           right spot       1      0.00          94.99      0.00          94.99
##                                                              right statistical tools       1      0.00          94.99      0.00          94.99
##                                                                         right talent       1      0.00          95.00      0.00          95.00
##                                                                           right time       1      0.00          95.00      0.00          95.00
##                                                                        right version       1      0.00          95.00      0.00          95.00
##                                                                            right way       1      0.00          95.00      0.00          95.00
##                                                                       rigor analyses       1      0.00          95.00      0.00          95.00
##                                                                   rigorous analytics       1      0.00          95.01      0.00          95.01
##                                                        rigorous data analysis effort       1      0.00          95.01      0.00          95.01
##                                               rigorous experimental design practices       1      0.00          95.01      0.00          95.01
##                                                                    rigorous research       1      0.00          95.01      0.00          95.01
##                                                                   rigorous solutions       1      0.00          95.01      0.00          95.01
##                                                               rigorous study designs       1      0.00          95.02      0.00          95.02
##                                                                      risk adjustment       1      0.00          95.02      0.00          95.02
##                                                                        risk analysis       1      0.00          95.02      0.00          95.02
##                                                               risk analysis projects       1      0.00          95.02      0.00          95.02
##                                                                      risk assessment       1      0.00          95.02      0.00          95.02
##                                                                      risk department       1      0.00          95.03      0.00          95.03
##                                                                       risk detection       1      0.00          95.03      0.00          95.03
##                                                                        risk estimate       1      0.00          95.03      0.00          95.03
##                                                                     risk initiatives       1      0.00          95.03      0.00          95.03
##                                                             risk management products       1      0.00          95.03      0.00          95.03
##                                                             risk management strategy       1      0.00          95.03      0.00          95.03
##                                                                          risk models       1      0.00          95.04      0.00          95.04
##                                                                      risk potentials       1      0.00          95.04      0.00          95.04
##                                                                        risky driving       1      0.00          95.04      0.00          95.04
##                                                                               rivals       1      0.00          95.04      0.00          95.04
##                                                                                 road       1      0.00          95.04      0.00          95.04
##                                                                    road vehicle data       1      0.00          95.05      0.00          95.05
##                                                                             roadmaps       1      0.00          95.05      0.00          95.05
##                                                                  roadside assistance       1      0.00          95.05      0.00          95.05
##                                                           robotic process automation       1      0.00          95.05      0.00          95.05
##                                                                        robust awards       1      0.00          95.05      0.00          95.05
##                                                                          robust code       1      0.00          95.06      0.00          95.06
##                                                              robust data environment       1      0.00          95.06      0.00          95.06
##                                                   robust data validation methodology       1      0.00          95.06      0.00          95.06
##                                                            robust database solutions       1      0.00          95.06      0.00          95.06
##                                                                 robust documentation       1      0.00          95.06      0.00          95.06
##                                                              robust image processing       1      0.00          95.07      0.00          95.07
##                                                               robust implementations       1      0.00          95.07      0.00          95.07
##                                           robust production machine learning systems       1      0.00          95.07      0.00          95.07
##                                                            robust software libraries       1      0.00          95.07      0.00          95.07
##                                                                     robust solutions       1      0.00          95.07      0.00          95.07
##                                                          robust statistical analyses       1      0.00          95.07      0.00          95.07
##                                                            robust statistical models       1      0.00          95.08      0.00          95.08
##                                                                          roche group       1      0.00          95.08      0.00          95.08
##                                                                            rockcreek       1      0.00          95.08      0.00          95.08
##                                                                            rockstars       1      0.00          95.08      0.00          95.08
##                                                                rocky mountain region       1      0.00          95.08      0.00          95.08
##                                                                       role's success       1      0.00          95.09      0.00          95.09
##                                                                role responsibilities       1      0.00          95.09      0.00          95.09
##                                                                         role similar       1      0.00          95.09      0.00          95.09
##                                                                      rolling meadows       1      0.00          95.09      0.00          95.09
##                                                                              rollout       1      0.00          95.09      0.00          95.09
##                                                          root cause of system errors       1      0.00          95.10      0.00          95.10
##                                                                   routing algorithms       1      0.00          95.10      0.00          95.10
##                                                                 routing of incidents       1      0.00          95.10      0.00          95.10
##                                                                                  rpa       1      0.00          95.10      0.00          95.10
##                                                                                  rsg       1      0.00          95.10      0.00          95.10
##                                                                               rshiny       1      0.00          95.11      0.00          95.11
##                                                                                  rsi       1      0.00          95.11      0.00          95.11
##                                                                                 rt3d       1      0.00          95.11      0.00          95.11
##                                                              rule-based associations       1      0.00          95.11      0.00          95.11
##                                                                           rusty taco       1      0.00          95.11      0.00          95.11
##                                                                          s abilities       1      0.00          95.11      0.00          95.11
##                                               s advanced natural language processing       1      0.00          95.12      0.00          95.12
##                                                                         s algorithms       1      0.00          95.12      0.00          95.12
##                                                                           s analysis       1      0.00          95.12      0.00          95.12
##                                                      s analytic center of excellence       1      0.00          95.12      0.00          95.12
##                                                                  s analytic strategy       1      0.00          95.12      0.00          95.12
##                                                                 s analytics problems       1      0.00          95.13      0.00          95.13
##                                                                            s annual·       1      0.00          95.13      0.00          95.13
##                                                                             s ascent       1      0.00          95.13      0.00          95.13
##                                                                        s bae systems       1      0.00          95.13      0.00          95.13
##                                                                   s best enterprises       1      0.00          95.13      0.00          95.13
##                                                                   s best restaurants       1      0.00          95.14      0.00          95.14
##                                                                            s biggest       1      0.00          95.14      0.00          95.14
##                                                             s biggest tech companies       1      0.00          95.14      0.00          95.14
##                                                                           s birthday       1      0.00          95.14      0.00          95.14
##                                                                s blind wine tastings       1      0.00          95.14      0.00          95.14
##                                                                         s brilliance       1      0.00          95.14      0.00          95.14
##                                                               s business performance       1      0.00          95.15      0.00          95.15
##                                                                 s business processes       1      0.00          95.15      0.00          95.15
##                                                                       s capabilities       1      0.00          95.15      0.00          95.15
##                                                                   s client locations       1      0.00          95.15      0.00          95.15
##                                                                           s clinical       1      0.00          95.15      0.00          95.15
##                                                                   s clinical faculty       1      0.00          95.16      0.00          95.16
##                                                                      s collaboration       1      0.00          95.16      0.00          95.16
##                                                              s competitive advantage       1      0.00          95.16      0.00          95.16
##                                                     s comprehensive benefits package       1      0.00          95.16      0.00          95.16
##                                                                     s continued year       1      0.00          95.16      0.00          95.16
##                                                                       s core defense       1      0.00          95.17      0.00          95.17
##                                                                        s core values       1      0.00          95.17      0.00          95.17
##                                                                     s corporate data       1      0.00          95.17      0.00          95.17
##                                               s corporate strategy of greater volume       1      0.00          95.17      0.00          95.17
##                                                                        s corporation       1      0.00          95.17      0.00          95.17
##                                                                   s current business       1      0.00          95.18      0.00          95.18
##                                                                  s customer insights       1      0.00          95.18      0.00          95.18
##                                                        s customer service department       1      0.00          95.18      0.00          95.18
##                                                                          s customers       1      0.00          95.18      0.00          95.18
##                                                                    s data management       1      0.00          95.18      0.00          95.18
##                                                                     s data resources       1      0.00          95.18      0.00          95.18
##                                                                       s data science       1      0.00          95.19      0.00          95.19
##                                                              s data science practice       1      0.00          95.19      0.00          95.19
##                                                                  s data science team       1      0.00          95.19      0.00          95.19
##                                                            s data science workstream       1      0.00          95.19      0.00          95.19
##                                                                    s decision makers       1      0.00          95.19      0.00          95.19
##                                                                     s degree program       1      0.00          95.20      0.00          95.20
##                                                                s device organization       1      0.00          95.20      0.00          95.20
##                                                                 s digital experience       1      0.00          95.20      0.00          95.20
##                                             s distinctive interdisciplinary approach       1      0.00          95.20      0.00          95.20
##                                                               s distribution centers       1      0.00          95.20      0.00          95.20
##                                                                s domain of expertise       1      0.00          95.21      0.00          95.21
##                                                                          s ecosystem       1      0.00          95.21      0.00          95.21
##                                                                         s eeo policy       1      0.00          95.21      0.00          95.21
##                                                                      s eeo statement       1      0.00          95.21      0.00          95.21
##                                                              s emerging middle class       1      0.00          95.21      0.00          95.21
##                                       s end-to-end customer journey analytic efforts       1      0.00          95.22      0.00          95.22
##                                                       s enterprise software division       1      0.00          95.22      0.00          95.22
##                                                                     s executive team       1      0.00          95.22      0.00          95.22
##                                                                         s executives       1      0.00          95.22      0.00          95.22
##                                                                         s experience       1      0.00          95.22      0.00          95.22
##                                                                       s expert staff       1      0.00          95.22      0.00          95.22
##                                                                          s expertise       1      0.00          95.23      0.00          95.23
##                                                            s extended coverage plans       1      0.00          95.23      0.00          95.23
##                                                                               s fair       1      0.00          95.23      0.00          95.23
##                                                            s full-service technology       1      0.00          95.23      0.00          95.23
##                                                                         s functional       1      0.00          95.23      0.00          95.23
##                                                     s global team of data scientists       1      0.00          95.24      0.00          95.24
##                                                                s greatest challenges       1      0.00          95.24      0.00          95.24
##                                                    s information technology division       1      0.00          95.24      0.00          95.24
##                                                                      s inspired work       1      0.00          95.24      0.00          95.24
##                                                                         s interfaces       1      0.00          95.24      0.00          95.24
##                                                                      s internal data       1      0.00          95.25      0.00          95.25
##                                                                  s internal products       1      0.00          95.25      0.00          95.25
##                                                               s investment decisions       1      0.00          95.25      0.00          95.25
##                                                                                 s ip       1      0.00          95.25      0.00          95.25
##                                                                s largest marketplace       1      0.00          95.25      0.00          95.25
##                                                              s largest organizations       1      0.00          95.26      0.00          95.26
##                                                 s leadership principles requirements       1      0.00          95.26      0.00          95.26
##                                                             s leading analytics team       1      0.00          95.26      0.00          95.26
##                                                   s leading educational institutions       1      0.00          95.26      0.00          95.26
##                                      s leading provider of communications technology       1      0.00          95.26      0.00          95.26
##                            s leading providers of extended vehicle service contracts       1      0.00          95.26      0.00          95.26
##                                                                  s leading resources       1      0.00          95.27      0.00          95.27
##                                                                         s legal duty       1      0.00          95.27      0.00          95.27
##                                                                s license appropriate       1      0.00          95.27      0.00          95.27
##                                                              s license record checks       1      0.00          95.27      0.00          95.27
##                                                                  s long-term success       1      0.00          95.27      0.00          95.27
##                                                                 s long term strategy       1      0.00          95.28      0.00          95.28
##                                                                           s magazine       1      0.00          95.28      0.00          95.28
##                                                                     s major strength       1      0.00          95.28      0.00          95.28
##                                                                   s medical students       1      0.00          95.28      0.00          95.28
##                                                                s mission-driven team       1      0.00          95.28      0.00          95.28
##                                                                                s nsi       1      0.00          95.29      0.00          95.29
##                                                                            s of data       1      0.00          95.29      0.00          95.29
##                                              s overall cyber threat analysis efforts       1      0.00          95.29      0.00          95.29
##                                                       s overall technology direction       1      0.00          95.29      0.00          95.29
##                                                                        s performance       1      0.00          95.29      0.00          95.29
##                                                           s personalization platform       1      0.00          95.30      0.00          95.30
##                                                                          s personnel       1      0.00          95.30      0.00          95.30
##                                                                              s pizza       1      0.00          95.30      0.00          95.30
##                                                                           s policies       1      0.00          95.30      0.00          95.30
##                                                                         s predictive       1      0.00          95.30      0.00          95.30
##                                                               s premier institutions       1      0.00          95.30      0.00          95.30
##                                                                          s processes       1      0.00          95.31      0.00          95.31
##                                                                            s product       1      0.00          95.31      0.00          95.31
##                                                                  s product portfolio       1      0.00          95.31      0.00          95.31
##                                                                    s product roadmap       1      0.00          95.31      0.00          95.31
##                                                                           s programs       1      0.00          95.31      0.00          95.31
##                                                          s proprietary methodologies       1      0.00          95.32      0.00          95.32
##                                                                    s quality of work       1      0.00          95.32      0.00          95.32
##                                                       s research computing resources       1      0.00          95.32      0.00          95.32
##                                                            s research computing unit       1      0.00          95.32      0.00          95.32
##                                                                       s resourcesand       1      0.00          95.32      0.00          95.32
##                                                   s revolutionized entire industries       1      0.00          95.33      0.00          95.33
##                                                                        s risk models       1      0.00          95.33      0.00          95.33
##                                                                        s roads safer       1      0.00          95.33      0.00          95.33
##                                                          s robust thought leadership       1      0.00          95.33      0.00          95.33
##                                                                      s sales efforts       1      0.00          95.33      0.00          95.33
##                                                                   s small businesses       1      0.00          95.34      0.00          95.34
##                                                                 s smart applications       1      0.00          95.34      0.00          95.34
##                                                           s smarterhealth initiative       1      0.00          95.34      0.00          95.34
##                                                      s smartest electrochromic glass       1      0.00          95.34      0.00          95.34
##                                                                           s software       1      0.00          95.34      0.00          95.34
##                                                                           s soldiers       1      0.00          95.34      0.00          95.34
##                                                                     s sporting goods       1      0.00          95.35      0.00          95.35
##                                                                 s strategic partners       1      0.00          95.35      0.00          95.35
##                                                                    s technology team       1      0.00          95.35      0.00          95.35
##                                                                              s terms       1      0.00          95.35      0.00          95.35
##                                                         s toughest energy challenges       1      0.00          95.35      0.00          95.35
##                                                        s toughest medical challenges       1      0.00          95.36      0.00          95.36
##                                                                      s understanding       1      0.00          95.36      0.00          95.36
##                                                            s used car pricing models       1      0.00          95.36      0.00          95.36
##                                                                            s utility       1      0.00          95.36      0.00          95.36
##                                                               s values of dedication       1      0.00          95.36      0.00          95.36
##                                                                        s venture arm       1      0.00          95.37      0.00          95.37
##                                                                           s warranty       1      0.00          95.37      0.00          95.37
##                                                                         s washington       1      0.00          95.37      0.00          95.37
##                                                                      s winning score       1      0.00          95.37      0.00          95.37
##                                                                               s work       1      0.00          95.37      0.00          95.37
##                                                                    s work experience       1      0.00          95.38      0.00          95.38
##                                                                              s world       1      0.00          95.38      0.00          95.38
##                                                           s world-class capabilities       1      0.00          95.38      0.00          95.38
##                                                             s world-class capability       1      0.00          95.38      0.00          95.38
##                                                     s worldwide fulfillment networks       1      0.00          95.38      0.00          95.38
##                                                                               s20092       1      0.00          95.38      0.00          95.38
##                                                                        saas platform       1      0.00          95.39      0.00          95.39
##                                                                     safe agile teams       1      0.00          95.39      0.00          95.39
##                                                                            safe food       1      0.00          95.39      0.00          95.39
##                                                                      safe operations       1      0.00          95.39      0.00          95.39
##                                                                  safety applications       1      0.00          95.39      0.00          95.39
##                                                                        safety gloves       1      0.00          95.40      0.00          95.40
##                                                 safety solutions operation of leidos       1      0.00          95.40      0.00          95.40
##                                                            sage electrochromic glass       1      0.00          95.40      0.00          95.40
##                                                                            sageglass       1      0.00          95.40      0.00          95.40
##                                                                  sageglass customers       1      0.00          95.40      0.00          95.40
##                                                                   sageglass products       1      0.00          95.41      0.00          95.41
##                                                                          sageglass r       1      0.00          95.41      0.00          95.41
##                                                                       saint-gobain r       1      0.00          95.41      0.00          95.41
##                                                                   salary information       1      0.00          95.41      0.00          95.41
##                                                                                 sale       1      0.00          95.41      0.00          95.41
##                                                                            sale data       1      0.00          95.42      0.00          95.42
##                                                                        sales centers       1      0.00          95.42      0.00          95.42
##                                                                           sales data       1      0.00          95.42      0.00          95.42
##                                                                   sales distribution       1      0.00          95.42      0.00          95.42
##                                                                         sales funnel       1      0.00          95.42      0.00          95.42
##                                                                         sales growth       1      0.00          95.42      0.00          95.42
##                                                                        sales leaders       1      0.00          95.43      0.00          95.43
##                                                                   sales optimization       1      0.00          95.43      0.00          95.43
##                                                                sales representatives       1      0.00          95.43      0.00          95.43
##                                                              sales systems of record       1      0.00          95.43      0.00          95.43
##                                                                          sales teams       1      0.00          95.43      0.00          95.43
##                                                                                 salt       1      0.00          95.44      0.00          95.44
##                                                            salt lake city metro area       1      0.00          95.44      0.00          95.44
##                                                                salt lake city office       1      0.00          95.44      0.00          95.44
##                                                                          sample data       1      0.00          95.44      0.00          95.44
##                                                                      sample projects       1      0.00          95.44      0.00          95.44
##                                                                          sample size       1      0.00          95.45      0.00          95.45
##                                                               sampling methodologies       1      0.00          95.45      0.00          95.45
##                                                                 sampling methodology       1      0.00          95.45      0.00          95.45
##                                                                     sampling of data       1      0.00          95.45      0.00          95.45
##                                                                              samsung       1      0.00          95.45      0.00          95.45
##                                                san francisco's fair chance ordinance       1      0.00          95.46      0.00          95.46
##                                                        san francisco bay area office       1      0.00          95.46      0.00          95.46
##                                                  san francisco fair chance ordinance       1      0.00          95.46      0.00          95.46
##                                                                 san francisco office       1      0.00          95.46      0.00          95.46
##                                                   san francisco police code sections       1      0.00          95.46      0.00          95.46
##                                                                          san jose ca       1      0.00          95.46      0.00          95.46
##                                                                   sandbox industries       1      0.00          95.47      0.00          95.47
##                                                                        sanity checks       1      0.00          95.47      0.00          95.47
##                                                                         santa monica       1      0.00          95.47      0.00          95.47
##                                                                          sap bi hana       1      0.00          95.47      0.00          95.47
##                                                                   sap bi proficiency       1      0.00          95.47      0.00          95.47
##                                                                   sap cloud platform       1      0.00          95.48      0.00          95.48
##                                                                sap data intelligence       1      0.00          95.48      0.00          95.48
##                                                      sap internal data science tools       1      0.00          95.48      0.00          95.48
##                                               sap leonardo machine learning platform       1      0.00          95.48      0.00          95.48
##                                                                                sap s       1      0.00          95.48      0.00          95.48
##                                                                     sap technologies       1      0.00          95.49      0.00          95.49
##                                                                                  sar       1      0.00          95.49      0.00          95.49
##                                                                        sas analytics       1      0.00          95.49      0.00          95.49
##                                                                             sas base       1      0.00          95.49      0.00          95.49
##                                                         sas certified data scientist       1      0.00          95.49      0.00          95.49
##                                                                 sas enterprise miner       1      0.00          95.50      0.00          95.50
##                                                                       sas experience       1      0.00          95.50      0.00          95.50
##                                                                               sas va       1      0.00          95.50      0.00          95.50
##                                                                 sas visual analytics       1      0.00          95.50      0.00          95.50
##                                                                                 sate       1      0.00          95.50      0.00          95.50
##                                                                           satellites       1      0.00          95.50      0.00          95.50
##                                                 satisfactory completion of reference       1      0.00          95.51      0.00          95.51
##                                                                                savvy       1      0.00          95.51      0.00          95.51
##                                                                                  sba       1      0.00          95.51      0.00          95.51
##                                                               scalability challenges       1      0.00          95.51      0.00          95.51
##                                                         scalable analytics functions       1      0.00          95.51      0.00          95.51
##                                                                       scalable cloud       1      0.00          95.52      0.00          95.52
##                             scalable cloud-based cybersecurity data analytics engine       1      0.00          95.52      0.00          95.52
##                                                  scalable cloud-based infrastructure       1      0.00          95.52      0.00          95.52
##                                                             scalable computer vision       1      0.00          95.52      0.00          95.52
##                                                     scalable computing architectures       1      0.00          95.52      0.00          95.52
##                                            scalable data quality assurance processes       1      0.00          95.53      0.00          95.53
##                                                               scalable data research       1      0.00          95.53      0.00          95.53
##                                                                      scalable design       1      0.00          95.53      0.00          95.53
##                                                                     scalable program       1      0.00          95.53      0.00          95.53
##                                                                       scalable tools       1      0.00          95.53      0.00          95.53
##                                                                     scale algorithms       1      0.00          95.54      0.00          95.54
##                                                                scale data management       1      0.00          95.54      0.00          95.54
##                                                                         scale models       1      0.00          95.54      0.00          95.54
##                                                                      scale solutions       1      0.00          95.54      0.00          95.54
##                                                                  scaleable solutions       1      0.00          95.54      0.00          95.54
##                                                               scaled personalization       1      0.00          95.54      0.00          95.54
##                                                                              scaling       1      0.00          95.55      0.00          95.55
##                                                                            scenarios       1      0.00          95.55      0.00          95.55
##                                                                               scenes       1      0.00          95.55      0.00          95.55
##                                                                        schaumburg il       1      0.00          95.55      0.00          95.55
##                                                                        schedule form       1      0.00          95.55      0.00          95.55
##                                                                        schema design       1      0.00          95.56      0.00          95.56
##                                                                              schemas       1      0.00          95.56      0.00          95.56
##                                                                       scholarly work       1      0.00          95.56      0.00          95.56
##                                                                          scholarship       1      0.00          95.56      0.00          95.56
##                                                                         scholarships       1      0.00          95.56      0.00          95.56
##                                                                               school       1      0.00          95.57      0.00          95.57
##                                                                 school accreditation       1      0.00          95.57      0.00          95.57
##                                                               school finance section       1      0.00          95.57      0.00          95.57
##                                                              school management teams       1      0.00          95.57      0.00          95.57
##                                                                       school of arts       1      0.00          95.57      0.00          95.57
##                                                                    school of nursing       1      0.00          95.58      0.00          95.58
##                                                   school security awareness training       1      0.00          95.58      0.00          95.58
##                                                                      sci eligibility       1      0.00          95.58      0.00          95.58
##                                                                           sci travel       1      0.00          95.58      0.00          95.58
##                                                                                sci w       1      0.00          95.58      0.00          95.58
##                                                                 sci w poly clearance       1      0.00          95.58      0.00          95.58
##                                                              science-based processes       1      0.00          95.59      0.00          95.59
##                                                             science-related projects       1      0.00          95.59      0.00          95.59
##                                                               science driven results       1      0.00          95.59      0.00          95.59
##                                                                 science of analytics       1      0.00          95.59      0.00          95.59
##                                                           science related activities       1      0.00          95.59      0.00          95.59
##                                                                             sciences       1      0.00          95.60      0.00          95.60
##                                                                 scientific challenge       1      0.00          95.60      0.00          95.60
##                                                                scientific challenges       1      0.00          95.60      0.00          95.60
##                                                               scientific communities       1      0.00          95.60      0.00          95.60
##                                                        scientific computing language       1      0.00          95.60      0.00          95.60
##                                                       scientific computing libraries       1      0.00          95.61      0.00          95.61
##                                                                scientific discipline       1      0.00          95.61      0.00          95.61
##                                                      scientific discipline reviewers       1      0.00          95.61      0.00          95.61
##                                                                  scientific evidence       1      0.00          95.61      0.00          95.61
##                                                                    scientific groups       1      0.00          95.61      0.00          95.61
##                                                                scientific innovation       1      0.00          95.62      0.00          95.62
##                                                                scientific objectives       1      0.00          95.62      0.00          95.62
##                                                                  scientific practice       1      0.00          95.62      0.00          95.62
##                                                        scientific programming skills       1      0.00          95.62      0.00          95.62
##                                                             scientific project teams       1      0.00          95.62      0.00          95.62
##                                                                     scientific rigor       1      0.00          95.62      0.00          95.62
##                                                       scientific scripting languages       1      0.00          95.63      0.00          95.63
##                                              scientific software development company       1      0.00          95.63      0.00          95.63
##                                              scientific software engineering efforts       1      0.00          95.63      0.00          95.63
##                                                                   scientific systems       1      0.00          95.63      0.00          95.63
##                                                                      scientific team       1      0.00          95.63      0.00          95.63
##                                                             scientific understanding       1      0.00          95.64      0.00          95.64
##                                                                 scope poly clearance       1      0.00          95.64      0.00          95.64
##                                                                      scope questions       1      0.00          95.64      0.00          95.64
##                                                                           scorecards       1      0.00          95.64      0.00          95.64
##                                                             scores of large datasets       1      0.00          95.64      0.00          95.64
##                                                                           scrap rate       1      0.00          95.65      0.00          95.65
##                                                                  scrappy environment       1      0.00          95.65      0.00          95.65
##                                                            scripting language python       1      0.00          95.65      0.00          95.65
##                                                                     scripting skills       1      0.00          95.65      0.00          95.65
##                                                              scrum agile environment       1      0.00          95.65      0.00          95.65
##                                                                     scrum ceremonies       1      0.00          95.66      0.00          95.66
##                                                          scrum development practices       1      0.00          95.66      0.00          95.66
##                                                                        scrum masters       1      0.00          95.66      0.00          95.66
##                                                                     scrum principles       1      0.00          95.66      0.00          95.66
##                                                                        scrum process       1      0.00          95.66      0.00          95.66
##                                                                           scrum team       1      0.00          95.66      0.00          95.66
##                                                                 scrupulous attention       1      0.00          95.67      0.00          95.67
##                                                                             se teams       1      0.00          95.67      0.00          95.67
##                                                                      seaport-e prime       1      0.00          95.67      0.00          95.67
##                                                   search-related analytical problems       1      0.00          95.67      0.00          95.67
##                                                        search algorithm optimization       1      0.00          95.67      0.00          95.67
##                                                                    season management       1      0.00          95.68      0.00          95.68
##                                                                       seasonal goods       1      0.00          95.68      0.00          95.68
##                                                                          seasonality       1      0.00          95.68      0.00          95.68
##                                                                       secondary data       1      0.00          95.68      0.00          95.68
##                                                                secondary description       1      0.00          95.68      0.00          95.68
##                                                          secondary mortgage industry       1      0.00          95.69      0.00          95.69
##                                                             secondary parental leave       1      0.00          95.69      0.00          95.69
##                                                             secondary responsibility       1      0.00          95.69      0.00          95.69
##                                                                  secondary strengths       1      0.00          95.69      0.00          95.69
##                                                                              seconds       1      0.00          95.69      0.00          95.69
##                                                                    secret clearance·       1      0.00          95.70      0.00          95.70
##                                                            secret security clearance       1      0.00          95.70      0.00          95.70
##                                                              sector-specific signals       1      0.00          95.70      0.00          95.70
##                                                             secure clinical datasets       1      0.00          95.70      0.00          95.70
##                                                                         secure space       1      0.00          95.70      0.00          95.70
##                                                                             securing       1      0.00          95.70      0.00          95.70
##                                                              security authentication       1      0.00          95.71      0.00          95.71
##                                                                  security clearances       1      0.00          95.71      0.00          95.71
##                                                                     security company       1      0.00          95.71      0.00          95.71
##                                                                     security markets       1      0.00          95.71      0.00          95.71
##                                                     security operations center tools       1      0.00          95.71      0.00          95.71
##                                                                    security policies       1      0.00          95.72      0.00          95.72
##                                                                     security posture       1      0.00          95.72      0.00          95.72
##                                                                    security purposes       1      0.00          95.72      0.00          95.72
##                                                                   security sensitive       1      0.00          95.72      0.00          95.72
##                                                                     security systems       1      0.00          95.72      0.00          95.72
##                                                                segmentation analysis       1      0.00          95.73      0.00          95.73
##                                                              segmentation experience       1      0.00          95.73      0.00          95.73
##                                                              segmentation strategies       1      0.00          95.73      0.00          95.73
##                                                                              segundo       1      0.00          95.73      0.00          95.73
##                                                                  selected candidates       1      0.00          95.73      0.00          95.73
##                                                                    selected features       1      0.00          95.74      0.00          95.74
##                                                                    selection process       1      0.00          95.74      0.00          95.74
##                                                                 selection techniques       1      0.00          95.74      0.00          95.74
##                                                                       self-awareness       1      0.00          95.74      0.00          95.74
##                                                                            self-care       1      0.00          95.74      0.00          95.74
##                                                                     self-direct work       1      0.00          95.74      0.00          95.74
##                                                         self-directed data scientist       1      0.00          95.75      0.00          95.75
##                                                                self-directed learner       1      0.00          95.75      0.00          95.75
##                                                               self-directed research       1      0.00          95.75      0.00          95.75
##                                                                      self-discipline       1      0.00          95.75      0.00          95.75
##                                                              self-driven team player       1      0.00          95.75      0.00          95.75
##                                                        self-driving vehicle industry       1      0.00          95.76      0.00          95.76
##                                                  self-healing autonomous datacenters       1      0.00          95.76      0.00          95.76
##                                                                        self-managing       1      0.00          95.76      0.00          95.76
##                                                        self-motivated data scientist       1      0.00          95.76      0.00          95.76
##                                                           self-motivated individuals       1      0.00          95.76      0.00          95.76
##                                                           self-motivated team player       1      0.00          95.77      0.00          95.77
##                                                                      self-motivating       1      0.00          95.77      0.00          95.77
##                                                                      self-motivation       1      0.00          95.77      0.00          95.77
##                                                                 self-serve reporting       1      0.00          95.77      0.00          95.77
##                                                             self-service environment       1      0.00          95.77      0.00          95.77
##                                                    self-service reporting capability       1      0.00          95.78      0.00          95.78
##                                                               self-starter - excited       1      0.00          95.78      0.00          95.78
##                                                                           self-study       1      0.00          95.78      0.00          95.78
##                                                                              selfies       1      0.00          95.78      0.00          95.78
##                                                                                  sem       1      0.00          95.78      0.00          95.78
##                                                                semantic capabilities       1      0.00          95.78      0.00          95.78
##                                                                         semantic web       1      0.00          95.79      0.00          95.79
##                                                                       semester hours       1      0.00          95.79      0.00          95.79
##                                                               semiconductor business       1      0.00          95.79      0.00          95.79
##                                                            semiconductor integration       1      0.00          95.79      0.00          95.79
##                                                                  semistructured data       1      0.00          95.79      0.00          95.79
##                                                                      senior audience       1      0.00          95.80      0.00          95.80
##                                                                    senior candidates       1      0.00          95.80      0.00          95.80
##                                                                 senior data analysts       1      0.00          95.80      0.00          95.80
##                                                   senior director advanced analytics       1      0.00          95.80      0.00          95.80
##                                                                      senior engineer       1      0.00          95.80      0.00          95.80
##                                                               senior members of team       1      0.00          95.81      0.00          95.81
##                                                            senior military officials       1      0.00          95.81      0.00          95.81
##                                                             senior systems engineers       1      0.00          95.81      0.00          95.81
##                                                            senior ti data scientists       1      0.00          95.81      0.00          95.81
##                                                               senior ti team members       1      0.00          95.81      0.00          95.81
##                                                 sense of complicated data landscapes       1      0.00          95.82      0.00          95.82
##                                                                       sense of humor       1      0.00          95.82      0.00          95.82
##                                                                       sense of trust       1      0.00          95.82      0.00          95.82
##                                                                 sensitivity analysis       1      0.00          95.82      0.00          95.82
##                                         sensitivity of customer related requirements       1      0.00          95.82      0.00          95.82
##                                                                              sensors       1      0.00          95.82      0.00          95.82
##                                                             sentiment recommendation       1      0.00          95.83      0.00          95.83
##                                                      sequel server reporting systems       1      0.00          95.83      0.00          95.83
##                                                                    sequence analysis       1      0.00          95.83      0.00          95.83
##                                                              sequence mining actions       1      0.00          95.83      0.00          95.83
##                                                                      serena williams       1      0.00          95.83      0.00          95.83
##                                                                             series c       1      0.00          95.84      0.00          95.84
##                                                             series signal processing       1      0.00          95.84      0.00          95.84
##                                                                    serious illnesses       1      0.00          95.84      0.00          95.84
##                                                                          serious way       1      0.00          95.84      0.00          95.84
##                                                                 server configuration       1      0.00          95.84      0.00          95.84
##                                                                     server solutions       1      0.00          95.85      0.00          95.85
##                                                                           serverless       1      0.00          95.85      0.00          95.85
##                                                            service-oriented approach       1      0.00          95.85      0.00          95.85
##                                                        service-oriented architecture       1      0.00          95.85      0.00          95.85
##                                                                    service agreement       1      0.00          95.85      0.00          95.85
##                                                                 service applications       1      0.00          95.86      0.00          95.86
##                                                                     service delivery       1      0.00          95.86      0.00          95.86
##                                                                       service events       1      0.00          95.86      0.00          95.86
##                                                                   service excellence       1      0.00          95.86      0.00          95.86
##                                                                          service gym       1      0.00          95.86      0.00          95.86
##                                                                   service innovation       1      0.00          95.86      0.00          95.86
##                                                          service of aircraft engines       1      0.00          95.87      0.00          95.87
##                                                                       service of dhs       1      0.00          95.87      0.00          95.87
##                                                                    service offerings       1      0.00          95.87      0.00          95.87
##                                                                 service organization       1      0.00          95.87      0.00          95.87
##                                                        service oriented architecture       1      0.00          95.87      0.00          95.87
##                                                                     service platform       1      0.00          95.88      0.00          95.88
##                                                                      service request       1      0.00          95.88      0.00          95.88
##                                                                      service support       1      0.00          95.88      0.00          95.88
##                                                                        service teams       1      0.00          95.88      0.00          95.88
##                                                                           servicenow       1      0.00          95.88      0.00          95.88
##                                                                       services touch       1      0.00          95.89      0.00          95.89
##                                                                        set deadlines       1      0.00          95.89      0.00          95.89
##                                                                    set of enterprise       1      0.00          95.89      0.00          95.89
##                                                  set of powerful social capabilities       1      0.00          95.89      0.00          95.89
##                                                  setup new machine learning hardware       1      0.00          95.89      0.00          95.89
##                                                                          sexiest job       1      0.00          95.90      0.00          95.90
##                                                                  sexual orientations       1      0.00          95.90      0.00          95.90
##                                                        sexual violence victim status       1      0.00          95.90      0.00          95.90
##                                                                         sf employees       1      0.00          95.90      0.00          95.90
##                                                                               shades       1      0.00          95.90      0.00          95.90
##                                                          shallow learning techniques       1      0.00          95.90      0.00          95.90
##                                                                     shape industries       1      0.00          95.91      0.00          95.91
##                                                                     shape strategies       1      0.00          95.91      0.00          95.91
##                                       shape thefuture of electronic trading products       1      0.00          95.91      0.00          95.91
##                                                               shared code repository       1      0.00          95.91      0.00          95.91
##                                                                      shared codebase       1      0.00          95.91      0.00          95.91
##                                                                 shared common vision       1      0.00          95.92      0.00          95.92
##                                                                    shared dedication       1      0.00          95.92      0.00          95.92
##                                                                         shared goals       1      0.00          95.92      0.00          95.92
##                                                                      shared learning       1      0.00          95.92      0.00          95.92
##                                                                    shared principles       1      0.00          95.92      0.00          95.92
##                                                            shared spirit of optimism       1      0.00          95.93      0.00          95.93
##                                                                    shareholder value       1      0.00          95.93      0.00          95.93
##                                                                           sharepoint       1      0.00          95.93      0.00          95.93
##                                                                     shares knowledge       1      0.00          95.93      0.00          95.93
##                                                                                shark       1      0.00          95.93      0.00          95.93
##                                                                       sharp judgment       1      0.00          95.94      0.00          95.94
##                                                     sharpest technical professionals       1      0.00          95.94      0.00          95.94
##                                                              shc technology strategy       1      0.00          95.94      0.00          95.94
##                                                                     shell experience       1      0.00          95.94      0.00          95.94
##                                                                    shell programming       1      0.00          95.94      0.00          95.94
##                                                                        shift day job       1      0.00          95.94      0.00          95.94
##                                                                               shiney       1      0.00          95.95      0.00          95.95
##                                                                         shiny server       1      0.00          95.95      0.00          95.95
##                                                                            shinyapps       1      0.00          95.95      0.00          95.95
##                                                                       shinydashboard       1      0.00          95.95      0.00          95.95
##                                                                             shipping       1      0.00          95.95      0.00          95.95
##                                                                                shoes       1      0.00          95.96      0.00          95.96
##                                                                     shopper insights       1      0.00          95.96      0.00          95.96
##                                                                             shoppers       1      0.00          95.96      0.00          95.96
##                                                                                shops       1      0.00          95.96      0.00          95.96
##                                                                  short-term analysis       1      0.00          95.96      0.00          95.96
##                                                                         short emails       1      0.00          95.97      0.00          95.97
##                                                                 short period of time       1      0.00          95.97      0.00          95.97
##                                                                         short travel       1      0.00          95.97      0.00          95.97
##                                                              shortage of opportunity       1      0.00          95.97      0.00          95.97
##                                                                              showers       1      0.00          95.97      0.00          95.97
##                                                                            si expert       1      0.00          95.98      0.00          95.98
##                                                                           sick leave       1      0.00          95.98      0.00          95.98
##                                                                               sierra       1      0.00          95.98      0.00          95.98
##                                                                              sig2017       1      0.00          95.98      0.00          95.98
##                                                                  sigma methodologies       1      0.00          95.98      0.00          95.98
##                                                                     sigma techniques       1      0.00          95.98      0.00          95.98
##                                                            sign language interpreter       1      0.00          95.99      0.00          95.99
##                                                                    signal processing       1      0.00          95.99      0.00          95.99
##                                                        signals intelligence activity       1      0.00          95.99      0.00          95.99
##                                                                   signals processing       1      0.00          95.99      0.00          95.99
##                                                                     signed agreement       1      0.00          95.99      0.00          95.99
##                                                   significance of error measurements       1      0.00          96.00      0.00          96.00
##                                                                 significance testing       1      0.00          96.00      0.00          96.00
##                                                          significant business growth       1      0.00          96.00      0.00          96.00
##                                                          significant business impact       1      0.00          96.00      0.00          96.00
##                                                               significant creativity       1      0.00          96.00      0.00          96.00
##                                 significant customization of existing analytic tools       1      0.00          96.01      0.00          96.01
##                                                                significant expertise       1      0.00          96.01      0.00          96.01
##                                                                 significant features       1      0.00          96.01      0.00          96.01
##                                                                   significant growth       1      0.00          96.01      0.00          96.01
##                                                                   significant impact       1      0.00          96.01      0.00          96.01
##                                                         significant impact potential       1      0.00          96.02      0.00          96.02
##                                                                significant ownership       1      0.00          96.02      0.00          96.02
##                                                                     significant plus       1      0.00          96.02      0.00          96.02
##                                                                 significant presence       1      0.00          96.02      0.00          96.02
##                                                                     significant risk       1      0.00          96.02      0.00          96.02
##                                                     significant software development       1      0.00          96.02      0.00          96.02
##                                                       significant training resources       1      0.00          96.03      0.00          96.03
##                                                              significant uncertainty       1      0.00          96.03      0.00          96.03
##                                          silicon valley's best venture capital firms       1      0.00          96.03      0.00          96.03
##                                                                  silicon valley team       1      0.00          96.03      0.00          96.03
##                                                                                silos       1      0.00          96.03      0.00          96.03
##                                                                        silver spring       1      0.00          96.04      0.00          96.04
##                                                                    similar analytics       1      0.00          96.04      0.00          96.04
##                                                                        similar areas       1      0.00          96.04      0.00          96.04
##                                                                       similar awards       1      0.00          96.04      0.00          96.04
##                                                         similar career opportunities       1      0.00          96.04      0.00          96.04
##                                                  similar cloud computing environment       1      0.00          96.05      0.00          96.05
##                                                              similar cloud solutions       1      0.00          96.05      0.00          96.05
##                                                              similar coding language       1      0.00          96.05      0.00          96.05
##                                                                      similar college       1      0.00          96.05      0.00          96.05
##                                                          similar data points central       1      0.00          96.05      0.00          96.05
##                                                similar fast-paced development cycles       1      0.00          96.06      0.00          96.06
##                                                                       similar fields       1      0.00          96.06      0.00          96.06
##                                                                    similar language·       1      0.00          96.06      0.00          96.06
##                                                                   similar local laws       1      0.00          96.06      0.00          96.06
##                                                         similar programing languages       1      0.00          96.06      0.00          96.06
##                                                         similar programming language       1      0.00          96.06      0.00          96.06
##                                                                similar qualification       1      0.00          96.07      0.00          96.07
##                                                           similar quantitative field       1      0.00          96.07      0.00          96.07
##                                                           similar scripting language       1      0.00          96.07      0.00          96.07
##                                                          similar scripting languages       1      0.00          96.07      0.00          96.07
##                                                                     similar services       1      0.00          96.07      0.00          96.07
##                                                           similar software processes       1      0.00          96.08      0.00          96.08
##                                                               similar stats packages       1      0.00          96.08      0.00          96.08
##                                           similar subscription-based work experience       1      0.00          96.08      0.00          96.08
##                                                        similar technical disciplines       1      0.00          96.08      0.00          96.08
##                                                              similar technical field       1      0.00          96.08      0.00          96.08
##                                                                 similar technologies       1      0.00          96.09      0.00          96.09
##                                                     similar transformation framework       1      0.00          96.09      0.00          96.09
##                                                           similar visualization tool       1      0.00          96.09      0.00          96.09
##                                                                         simple blurb       1      0.00          96.09      0.00          96.09
##                                                            simple financial products       1      0.00          96.09      0.00          96.09
##                                                                  simple segmentation       1      0.00          96.10      0.00          96.10
##                                                                    simple technology       1      0.00          96.10      0.00          96.10
##                                                            simpler scoring processes       1      0.00          96.10      0.00          96.10
##                                                                    simplified format       1      0.00          96.10      0.00          96.10
##                                                                    simplistic manner       1      0.00          96.10      0.00          96.10
##                                                                   simulated phishing       1      0.00          96.10      0.00          96.10
##                                                            simulation-based datasets       1      0.00          96.11      0.00          96.11
##                                                                 simulation data sets       1      0.00          96.11      0.00          96.11
##                                                                   simulation engines       1      0.00          96.11      0.00          96.11
##                                                                  simulation modeling       1      0.00          96.11      0.00          96.11
##                                                                    simulation skills       1      0.00          96.11      0.00          96.11
##                                                                   simulation systems       1      0.00          96.12      0.00          96.12
##                                                                               singer       1      0.00          96.12      0.00          96.12
##                                                                        single-glance       1      0.00          96.12      0.00          96.12
##                                                                        single column       1      0.00          96.12      0.00          96.12
##                                                                single store location       1      0.00          96.12      0.00          96.12
##                                                                     singular mission       1      0.00          96.13      0.00          96.13
##                                                                  sipoc kaizen events       1      0.00          96.13      0.00          96.13
##                                                                 site experimentation       1      0.00          96.13      0.00          96.13
##                                                             site performance metrics       1      0.00          96.13      0.00          96.13
##                                                                            situation       1      0.00          96.13      0.00          96.13
##                                                                situational awareness       1      0.00          96.14      0.00          96.14
##                                                                   sized data science       1      0.00          96.14      0.00          96.14
##                                                                   skill requirements       1      0.00          96.14      0.00          96.14
##                                                                            skill set       1      0.00          96.14      0.00          96.14
##                                                             skilled nursing facility       1      0.00          96.14      0.00          96.14
##                                                                      skilled working       1      0.00          96.14      0.00          96.14
##                                                                     skills aptitudes       1      0.00          96.15      0.00          96.15
##                                                                   skills assessments       1      0.00          96.15      0.00          96.15
##                                                                     skills necessary       1      0.00          96.15      0.00          96.15
##                                                           skills of data exploration       1      0.00          96.15      0.00          96.15
##                                                                              sklearn       1      0.00          96.15      0.00          96.15
##                                                                                sleep       1      0.00          96.16      0.00          96.16
##                                                                              sleeves       1      0.00          96.16      0.00          96.16
##                                                                                slice       1      0.00          96.16      0.00          96.16
##                                                                           slickdeals       1      0.00          96.16      0.00          96.16
##                                                                              small-n       1      0.00          96.16      0.00          96.16
##                                                                    small-scale proof       1      0.00          96.17      0.00          96.17
##                                                               small-team environment       1      0.00          96.17      0.00          96.17
##                                                                    small agile group       1      0.00          96.17      0.00          96.17
##                                                                      small audiences       1      0.00          96.17      0.00          96.17
##                                                                      small business·       1      0.00          96.17      0.00          96.17
##                                                        small business administration       1      0.00          96.18      0.00          96.18
##                                                            small business owners don       1      0.00          96.18      0.00          96.18
##                                                              small business universe       1      0.00          96.18      0.00          96.18
##                                                                        small clinics       1      0.00          96.18      0.00          96.18
##                                                                        small company       1      0.00          96.18      0.00          96.18
##                                                              small data science team       1      0.00          96.18      0.00          96.18
##                                                            small family of engineers       1      0.00          96.19      0.00          96.19
##                                              small group of passionate technologists       1      0.00          96.19      0.00          96.19
##                                                            small group presentations       1      0.00          96.19      0.00          96.19
##                                                                  small leather goods       1      0.00          96.19      0.00          96.19
##                                                         small planning organizations       1      0.00          96.19      0.00          96.19
##                                                                           small task       1      0.00          96.20      0.00          96.20
##                                                                           small team       1      0.00          96.20      0.00          96.20
##                                                               small team environment       1      0.00          96.20      0.00          96.20
##                                                              small team of engineers       1      0.00          96.20      0.00          96.20
##                                                 small team of talented professionals       1      0.00          96.20      0.00          96.20
##                                                                    smaller data sets       1      0.00          96.21      0.00          96.21
##                                                                        smart content       1      0.00          96.21      0.00          96.21
##                                                                           smart home       1      0.00          96.21      0.00          96.21
##                                                       smart manufacturing initiative       1      0.00          96.21      0.00          96.21
##                                                                         smart meters       1      0.00          96.21      0.00          96.21
##                                                             smart mobility analytics       1      0.00          96.21      0.00          96.21
##                                                                         smart people       1      0.00          96.22      0.00          96.22
##                                                                          smart risks       1      0.00          96.22      0.00          96.22
##                                                      smarter human capital decisions       1      0.00          96.22      0.00          96.22
##                                                        smarterhealth initiative team       1      0.00          96.22      0.00          96.22
##                                                                           smartphone       1      0.00          96.22      0.00          96.22
##                                                                                 smes       1      0.00          96.23      0.00          96.23
##                                                                                smile       1      0.00          96.23      0.00          96.23
##                                                                    smooth production       1      0.00          96.23      0.00          96.23
##                                                                         snap finance       1      0.00          96.23      0.00          96.23
##                                                                snap values diversity       1      0.00          96.23      0.00          96.23
##                                                                            snomed ct       1      0.00          96.24      0.00          96.24
##                                                                              so what       1      0.00          96.24      0.00          96.24
##                                                                           so00051794       1      0.00          96.24      0.00          96.24
##                                                                            soc tools       1      0.00          96.24      0.00          96.24
##                                                                               social       1      0.00          96.24      0.00          96.24
##                                                                    social activities       1      0.00          96.25      0.00          96.25
##                                                                      social channels       1      0.00          96.25      0.00          96.25
##                                                                  social data sources       1      0.00          96.25      0.00          96.25
##                                                                     social marketing       1      0.00          96.25      0.00          96.25
##                                                                social media analysis       1      0.00          96.25      0.00          96.25
##                                                            social media data sources       1      0.00          96.25      0.00          96.25
##                                                               social media platforms       1      0.00          96.26      0.00          96.26
##                                                                social media websites       1      0.00          96.26      0.00          96.26
##                                                       social network data collection       1      0.00          96.26      0.00          96.26
##                                                              social network modeling       1      0.00          96.26      0.00          96.26
##                                                                social responsibility       1      0.00          96.26      0.00          96.26
##                                                               social science methods       1      0.00          96.27      0.00          96.27
##                                                                    social scientists       1      0.00          96.27      0.00          96.27
##                                                       social security administration       1      0.00          96.27      0.00          96.27
##                                                                            societies       1      0.00          96.27      0.00          96.27
##                                                               socio-demographic data       1      0.00          96.27      0.00          96.27
##                                                          socio-economic circumstance       1      0.00          96.28      0.00          96.28
##                                                                 softbank vision fund       1      0.00          96.28      0.00          96.28
##                                                                      software-design       1      0.00          96.28      0.00          96.28
##                                                          software-intensive projects       1      0.00          96.28      0.00          96.28
##                                                                software architecture       1      0.00          96.28      0.00          96.28
##                                                    software architecture development       1      0.00          96.29      0.00          96.29
##                                                               software architectures       1      0.00          96.29      0.00          96.29
##                                                                   software companies       1      0.00          96.29      0.00          96.29
##                                                                  software components       1      0.00          96.29      0.00          96.29
##                                                               software defined radio       1      0.00          96.29      0.00          96.29
##                                                        software design methodologies       1      0.00          96.29      0.00          96.29
##                                                  software development best practices       1      0.00          96.30      0.00          96.30
##                                                       software development engineers       1      0.00          96.30      0.00          96.30
##                                                     software development environment       1      0.00          96.30      0.00          96.30
##                                                    software development environments       1      0.00          96.30      0.00          96.30
##                                                            software development team       1      0.00          96.30      0.00          96.30
##                                                          software development topics       1      0.00          96.31      0.00          96.31
##                                                        software engineering concepts       1      0.00          96.31      0.00          96.31
##                                                    software engineering environments       1      0.00          96.31      0.00          96.31
##                                                           software engineering group       1      0.00          96.31      0.00          96.31
##                                                       software engineering practices       1      0.00          96.31      0.00          96.31
##                                                          software engineering skills       1      0.00          96.32      0.00          96.32
##                                                       software engineers responsible       1      0.00          96.32      0.00          96.32
##                                                                 software environment       1      0.00          96.32      0.00          96.32
##                                                                       software goals       1      0.00          96.32      0.00          96.32
##                                                              software infrastructure       1      0.00          96.32      0.00          96.32
##                                                                  software interfaces       1      0.00          96.33      0.00          96.33
##                                                                 software maintenance       1      0.00          96.33      0.00          96.33
##                                                      software production environment       1      0.00          96.33      0.00          96.33
##                                                                    software products       1      0.00          96.33      0.00          96.33
##                                                                    software projects       1      0.00          96.33      0.00          96.33
##                                                                  software prototypes       1      0.00          96.33      0.00          96.33
##                                                                 software prototyping       1      0.00          96.34      0.00          96.34
##                                                                 software requirement       1      0.00          96.34      0.00          96.34
##                                                                       software suite       1      0.00          96.34      0.00          96.34
##                                                                software technologies       1      0.00          96.34      0.00          96.34
##                                                                       software tests       1      0.00          96.34      0.00          96.34
##                                                                       software tools       1      0.00          96.35      0.00          96.35
##                                                                  software validation       1      0.00          96.35      0.00          96.35
##                                               sole property of green dot corporation       1      0.00          96.35      0.00          96.35
##                                                                               solid·       1      0.00          96.35      0.00          96.35
##                                                                        solid ability       1      0.00          96.35      0.00          96.35
##                                                                  solid coding skills       1      0.00          96.36      0.00          96.36
##                                                                  solid communication       1      0.00          96.36      0.00          96.36
##                                                            solid data infrastructure       1      0.00          96.36      0.00          96.36
##                                      solid financial industry data systems knowledge       1      0.00          96.36      0.00          96.36
##                                 solid foundational understanding of computer science       1      0.00          96.36      0.00          96.36
##                                              solid knowledge of data analytics tools       1      0.00          96.37      0.00          96.37
##                                                               solid sense of empathy       1      0.00          96.37      0.00          96.37
##                                                    solid statistical analysis skills       1      0.00          96.37      0.00          96.37
##                                                                       solid training       1      0.00          96.37      0.00          96.37
##                                              solid understanding of data definitions       1      0.00          96.37      0.00          96.37
##                                                    solid understanding of statistics       1      0.00          96.37      0.00          96.37
##                                 solid understanding of various analytical techniques       1      0.00          96.38      0.00          96.38
##                                                            solution-oriented outlook       1      0.00          96.38      0.00          96.38
##                                                                     solution choices       1      0.00          96.38      0.00          96.38
##                                                              solution design process       1      0.00          96.38      0.00          96.38
##                                                                  solution objectives       1      0.00          96.38      0.00          96.38
##                                                                    solution strategy       1      0.00          96.39      0.00          96.39
##                                                                   solver of problems       1      0.00          96.39      0.00          96.39
##                                                                                sonic       1      0.00          96.39      0.00          96.39
##                                                          sony pictures entertainment       1      0.00          96.39      0.00          96.39
##                                              sophisticated advanced analytics models       1      0.00          96.39      0.00          96.39
##                                                             sophisticated algorithms       1      0.00          96.40      0.00          96.40
##                                                       sophisticated analytic methods       1      0.00          96.40      0.00          96.40
##                                                 sophisticated data analysis software       1      0.00          96.40      0.00          96.40
##                                                                 sophisticated models       1      0.00          96.40      0.00          96.40
##                                                  sophisticated technology approaches       1      0.00          96.40      0.00          96.40
##                               sophisticated user of advanced quantitative techniques       1      0.00          96.41      0.00          96.41
##                                              sophisticated user of statistical tools       1      0.00          96.41      0.00          96.41
##                                       sophisticated visualization of analysis output       1      0.00          96.41      0.00          96.41
##                                                            sophistication of content       1      0.00          96.41      0.00          96.41
##                                                                   sorting algorithms       1      0.00          96.41      0.00          96.41
##                                                                    sound conclusions       1      0.00          96.41      0.00          96.41
##                                                                  sound data analysis       1      0.00          96.42      0.00          96.42
##                                                                    sound interesting       1      0.00          96.42      0.00          96.42
##                                                                  sound methodologies       1      0.00          96.42      0.00          96.42
##                                                                      sound technical       1      0.00          96.42      0.00          96.42
##                                                                            sound way       1      0.00          96.42      0.00          96.42
##                                                                                 soup       1      0.00          96.43      0.00          96.43
##                                                                          source code       1      0.00          96.43      0.00          96.43
##                                                                       source systems       1      0.00          96.43      0.00          96.43
##                                                                          south amboy       1      0.00          96.43      0.00          96.43
##                                                            south park circle orlando       1      0.00          96.43      0.00          96.43
##                                                                   southern wisconsin       1      0.00          96.44      0.00          96.44
##                                                                                  soy       1      0.00          96.44      0.00          96.44
##                                                          space situational awareness       1      0.00          96.44      0.00          96.44
##                                                                        space systems       1      0.00          96.44      0.00          96.44
##                                                                           spam calls       1      0.00          96.44      0.00          96.44
##                                                                               spark·       1      0.00          96.45      0.00          96.45
##                                                                    spark environment       1      0.00          96.45      0.00          96.45
##                                                                          spark scala       1      0.00          96.45      0.00          96.45
##                                                                  sparkinventive ways       1      0.00          96.45      0.00          96.45
##                                                                               sparkr       1      0.00          96.45      0.00          96.45
##                                                                               sparql       1      0.00          96.45      0.00          96.45
##                                                                          sparse data       1      0.00          96.46      0.00          96.46
##                                                                 spartantalent system       1      0.00          96.46      0.00          96.46
##                                                                         spatial data       1      0.00          96.46      0.00          96.46
##                                                                  spatial information       1      0.00          96.46      0.00          96.46
##                                                                spatial relationships       1      0.00          96.46      0.00          96.46
##                                                                     spatial thinking       1      0.00          96.47      0.00          96.47
##                                                                 spatio-temporal data       1      0.00          96.47      0.00          96.47
##                                                               special accommodations       1      0.00          96.47      0.00          96.47
##                                                                 special instructions       1      0.00          96.47      0.00          96.47
##                                                               special kind of person       1      0.00          96.47      0.00          96.47
##                                                                         special note       1      0.00          96.48      0.00          96.48
##                                                        special position requirements       1      0.00          96.48      0.00          96.48
##                                                                      special reports       1      0.00          96.48      0.00          96.48
##                                                                 special requirements       1      0.00          96.48      0.00          96.48
##                                                             special selection factor       1      0.00          96.48      0.00          96.48
##                                                                   special technology       1      0.00          96.49      0.00          96.49
##                                                              special work conditions       1      0.00          96.49      0.00          96.49
##                                                                    specialist member       1      0.00          96.49      0.00          96.49
##                                                        specialized analytics company       1      0.00          96.49      0.00          96.49
##                                                                 specialized capacity       1      0.00          96.49      0.00          96.49
##                                                               specialized experience       1      0.00          96.49      0.00          96.49
##                                                                 specialized modeling       1      0.00          96.50      0.00          96.50
##                                                        specialized modeling software       1      0.00          96.50      0.00          96.50
##                                                                    specialized terms       1      0.00          96.50      0.00          96.50
##                                                                    specialized tools       1      0.00          96.50      0.00          96.50
##                                                                 specialized training       1      0.00          96.50      0.00          96.50
##                                                     specialty retail stores division       1      0.00          96.51      0.00          96.51
##                                                                     specialty stores       1      0.00          96.51      0.00          96.51
##                                                                              specifi       1      0.00          96.51      0.00          96.51
##                                                     specific analytical deliverables       1      0.00          96.51      0.00          96.51
##                                                                 specific application       1      0.00          96.51      0.00          96.51
##                                                              specific business needs       1      0.00          96.52      0.00          96.52
##                                                           specific business outcomes       1      0.00          96.52      0.00          96.52
##                                                          specific business questions       1      0.00          96.52      0.00          96.52
##                                                    specific business recommendations       1      0.00          96.52      0.00          96.52
##                                                      specific data analytics methods       1      0.00          96.52      0.00          96.52
##                                                                     specific degrees       1      0.00          96.53      0.00          96.53
##                                                               specific documentation       1      0.00          96.53      0.00          96.53
##                                                                    specific insights       1      0.00          96.53      0.00          96.53
##                                                                      specific issues       1      0.00          96.53      0.00          96.53
##                                                                         specific job       1      0.00          96.53      0.00          96.53
##                                                            specific labor categories       1      0.00          96.53      0.00          96.53
##                                                                     specific modules       1      0.00          96.54      0.00          96.54
##                                                                   specific objective       1      0.00          96.54      0.00          96.54
##                                                                    specific projects       1      0.00          96.54      0.00          96.54
##                                                              specific qualifications       1      0.00          96.54      0.00          96.54
##                                                      specific quantitative questions       1      0.00          96.54      0.00          96.54
##                                                                   specific questions       1      0.00          96.55      0.00          96.55
##                                                            specific responsibilities       1      0.00          96.55      0.00          96.55
##                                                                      specific sector       1      0.00          96.55      0.00          96.55
##                                                                      specific skills       1      0.00          96.55      0.00          96.55
##                                                    specific system development tasks       1      0.00          96.55      0.00          96.55
##                                                                       specific tasks       1      0.00          96.56      0.00          96.56
##                                                                        specific team       1      0.00          96.56      0.00          96.56
##                                                                    specific use case       1      0.00          96.56      0.00          96.56
##                                                       specified problem descriptions       1      0.00          96.56      0.00          96.56
##                                                               specified subject area       1      0.00          96.56      0.00          96.56
##                                                               spectrum of healthcare       1      0.00          96.57      0.00          96.57
##                                                                  spectrum of visible       1      0.00          96.57      0.00          96.57
##                                                                     speech analytics       1      0.00          96.57      0.00          96.57
##                                                                    speech processing       1      0.00          96.57      0.00          96.57
##                                                              speed of human progress       1      0.00          96.57      0.00          96.57
##                                                                             speeding       1      0.00          96.57      0.00          96.57
##                                                                       spell checkers       1      0.00          96.58      0.00          96.58
##                                                                             spelling       1      0.00          96.58      0.00          96.58
##                                                      spirit of continual improvement       1      0.00          96.58      0.00          96.58
##                                                                                split       1      0.00          96.58      0.00          96.58
##                                                                  split rock partners       1      0.00          96.58      0.00          96.58
##                                                                              sponsor       1      0.00          96.59      0.00          96.59
##                                                                   sponsor challenges       1      0.00          96.59      0.00          96.59
##                                                                   sponsor engagement       1      0.00          96.59      0.00          96.59
##                                                                      sponsorship tag       1      0.00          96.59      0.00          96.59
##                                                                               sports       1      0.00          96.59      0.00          96.59
##                                                                     sports analytics       1      0.00          96.60      0.00          96.60
##                                                                      sports industry       1      0.00          96.60      0.00          96.60
##                                                                         sports teams       1      0.00          96.60      0.00          96.60
##                                                                         spot problem       1      0.00          96.60      0.00          96.60
##                                                                             spotfile       1      0.00          96.60      0.00          96.60
##                                                                   spread opportunity       1      0.00          96.61      0.00          96.61
##                                                                          spring boot       1      0.00          96.61      0.00          96.61
##                                                 sprinkle machine learning fairy dust       1      0.00          96.61      0.00          96.61
##                                                                         sprinklrlife       1      0.00          96.61      0.00          96.61
##                                                                            sprinters       1      0.00          96.61      0.00          96.61
##                                                              sps data analytics team       1      0.00          96.61      0.00          96.61
##                                                                spurious correlations       1      0.00          96.62      0.00          96.62
##                                                                                 sql·       1      0.00          96.62      0.00          96.62
##                                                                        sql data sets       1      0.00          96.62      0.00          96.62
##                                                                     sql environments       1      0.00          96.62      0.00          96.62
##                                                                       sql experience       1      0.00          96.62      0.00          96.62
##                                                                        sql expertise       1      0.00          96.63      0.00          96.63
##                                                                              sql pl3       1      0.00          96.63      0.00          96.63
##                                                               sql programming skills       1      0.00          96.63      0.00          96.63
##                                                                          sql scripts       1      0.00          96.63      0.00          96.63
##                                                                      sql server iaas       1      0.00          96.63      0.00          96.63
##                                                         sql server management studio       1      0.00          96.64      0.00          96.64
##                                                                    sql server system       1      0.00          96.64      0.00          96.64
##                                                                     sql technologies       1      0.00          96.64      0.00          96.64
##                                                                              sql use       1      0.00          96.64      0.00          96.64
##                                                                              sqllite       1      0.00          96.64      0.00          96.64
##                                                                            sqlserver       1      0.00          96.65      0.00          96.65
##                                                                               square       1      0.00          96.65      0.00          96.65
##                                                                 stack .net engineers       1      0.00          96.65      0.00          96.65
##                                                                  stack certification       1      0.00          96.65      0.00          96.65
##                                                        stack development environment       1      0.00          96.65      0.00          96.65
##                                                         stack development experience       1      0.00          96.65      0.00          96.65
##                                                             stack software developer       1      0.00          96.66      0.00          96.66
##                                                               stack web applications       1      0.00          96.66      0.00          96.66
##                                                                               stacks       1      0.00          96.66      0.00          96.66
##                                                                      staff functions       1      0.00          96.66      0.00          96.66
##                                                                        staff members       1      0.00          96.66      0.00          96.66
##                                                                      staff positions       1      0.00          96.67      0.00          96.67
##                                                                     staff scheduling       1      0.00          96.67      0.00          96.67
##                                                                                stage       1      0.00          96.67      0.00          96.67
##                                                            stage startup environment       1      0.00          96.67      0.00          96.67
##                                                                       stages of life       1      0.00          96.67      0.00          96.67
##                                                        stakeholder interview process       1      0.00          96.68      0.00          96.68
##                                                                    stakeholder needs       1      0.00          96.68      0.00          96.68
##                                                                stakeholders agencies       1      0.00          96.68      0.00          96.68
##                                                           stakeholders of lucidworks       1      0.00          96.68      0.00          96.68
##                                                                    standard benefits       1      0.00          96.68      0.00          96.68
##                                                      standard data science tool-sets       1      0.00          96.69      0.00          96.69
##                                                                  standard deviations       1      0.00          96.69      0.00          96.69
##                                                              standard industry tools       1      0.00          96.69      0.00          96.69
##                                                            standard machine learning       1      0.00          96.69      0.00          96.69
##                                                            standard model algorithms       1      0.00          96.69      0.00          96.69
##                                                            standard python libraries       1      0.00          96.69      0.00          96.69
##                                          standard software engineering methodologies       1      0.00          96.70      0.00          96.70
##                                                                         standard sql       1      0.00          96.70      0.00          96.70
##                                                                    standard work day       1      0.00          96.70      0.00          96.70
##                                                                 standard working day       1      0.00          96.70      0.00          96.70
##                                                                      standardization       1      0.00          96.70      0.00          96.70
##                                           standardization of data modeling practices       1      0.00          96.71      0.00          96.71
##                                                             standardized sql scripts       1      0.00          96.71      0.00          96.71
##                                                                  standards of ethics       1      0.00          96.71      0.00          96.71
##                                                                         standing arm       1      0.00          96.71      0.00          96.71
##                                                                        standing desk       1      0.00          96.71      0.00          96.71
##                                                                       standing desks       1      0.00          96.72      0.00          96.72
##                                                             standing desks available       1      0.00          96.72      0.00          96.72
##                                                                   standout colleague       1      0.00          96.72      0.00          96.72
##                                                                             start-up       1      0.00          96.72      0.00          96.72
##                                                                 start-up environment       1      0.00          96.72      0.00          96.72
##                                                                   start-up mentality       1      0.00          96.73      0.00          96.73
##                                                                              startup       1      0.00          96.73      0.00          96.73
##                                                                     startup culture·       1      0.00          96.73      0.00          96.73
##                                                                         startup team       1      0.00          96.73      0.00          96.73
##                                                   state-of-the-art clinical datasets       1      0.00          96.73      0.00          96.73
##                                          state-of-the-art computer vision algorithms       1      0.00          96.73      0.00          96.73
##                                               state-of-the-art data processing tools       1      0.00          96.74      0.00          96.74
##                                                state-of-the-art healthcare providers       1      0.00          96.74      0.00          96.74
##                                                          state-of-the-art literature       1      0.00          96.74      0.00          96.74
##                                                    state-of-the-art machine learning       1      0.00          96.74      0.00          96.74
##                        state-of-the-art magnetic resonance imaging research facility       1      0.00          96.74      0.00          96.74
##                                                          state-of-the-art operations       1      0.00          96.75      0.00          96.75
##                                                          state-of-the-art statistics       1      0.00          96.75      0.00          96.75
##                                                        state-of-the-art technologies       1      0.00          96.75      0.00          96.75
##                                                    state-of-the-art technology stack       1      0.00          96.75      0.00          96.75
##                                                                       state business       1      0.00          96.75      0.00          96.75
##                                                                     state department       1      0.00          96.76      0.00          96.76
##                                                                       state entities       1      0.00          96.76      0.00          96.76
##                                                                            state law       1      0.00          96.76      0.00          96.76
##                                                            state of arizona employee       1      0.00          96.76      0.00          96.76
##                                                                         state of art       1      0.00          96.76      0.00          96.76
##                                                                   state space models       1      0.00          96.77      0.00          96.77
##                                                                   statewide agencies       1      0.00          96.77      0.00          96.77
##                                                                   statisical methods       1      0.00          96.77      0.00          96.77
##                                                 statistical analysis - certification       1      0.00          96.77      0.00          96.77
##                                                      statistical analysis algorithms       1      0.00          96.77      0.00          96.77
##                                                      statistical analysis assistance       1      0.00          96.77      0.00          96.77
##                                                         statistical analysis program       1      0.00          96.78      0.00          96.78
##                                                        statistical analysis software       1      0.00          96.78      0.00          96.78
##                                                         statistical analysis systems       1      0.00          96.78      0.00          96.78
##                                                   statistical basis of crowdsourcing       1      0.00          96.78      0.00          96.78
##                                                   statistical computing environments       1      0.00          96.78      0.00          96.78
##                                                       statistical computing platform       1      0.00          96.79      0.00          96.79
##                                          statistical computing programming languages       1      0.00          96.79      0.00          96.79
##                                                                  statistical context       1      0.00          96.79      0.00          96.79
##                                                                 statistical elegance       1      0.00          96.79      0.00          96.79
##                                                               statistical experience       1      0.00          96.79      0.00          96.79
##                                                              statistical foundations       1      0.00          96.80      0.00          96.80
##                                                               statistical frameworks       1      0.00          96.80      0.00          96.80
##                                                               statistical hypotheses       1      0.00          96.80      0.00          96.80
##                                                               statistical inference·       1      0.00          96.80      0.00          96.80
##                                                      statistical inference solutions       1      0.00          96.80      0.00          96.80
##                                                                statistical knowledge       1      0.00          96.81      0.00          96.81
##                                                                statistical languages       1      0.00          96.81      0.00          96.81
##                                                                 statistical learning       1      0.00          96.81      0.00          96.81
##                                                                statistical libraries       1      0.00          96.81      0.00          96.81
##                                                                 statistical measures       1      0.00          96.81      0.00          96.81
##                                                              statistical methodology       1      0.00          96.81      0.00          96.81
##                                                              statistical metholodogy       1      0.00          96.82      0.00          96.82
##                                                                    statistical model       1      0.00          96.82      0.00          96.82
##                                                     statistical modeling development       1      0.00          96.82      0.00          96.82
##                                                       statistical models of customer       1      0.00          96.82      0.00          96.82
##                                                        statistical predictive models       1      0.00          96.82      0.00          96.82
##                                                               statistical principals       1      0.00          96.83      0.00          96.83
##                                                               statistical principles       1      0.00          96.83      0.00          96.83
##                                                          statistical process control       1      0.00          96.83      0.00          96.83
##                                                                  statistical program       1      0.00          96.83      0.00          96.83
##                                                              statistical programming       1      0.00          96.83      0.00          96.83
##                                          statistical programming software experience       1      0.00          96.84      0.00          96.84
##                                                                 statistical programs       1      0.00          96.84      0.00          96.84
##                                                                 statistical projects       1      0.00          96.84      0.00          96.84
##                                                                    statistical proof       1      0.00          96.84      0.00          96.84
##                                                                statistical reporting       1      0.00          96.84      0.00          96.84
##                                                                 statistical services       1      0.00          96.85      0.00          96.85
##                                  statistical significance of marketing test programs       1      0.00          96.85      0.00          96.85
##                                                                   statistical skills       1      0.00          96.85      0.00          96.85
##                                                                statistical summaries       1      0.00          96.85      0.00          96.85
##                                                                     statistical tool       1      0.00          96.85      0.00          96.85
##                                                            statistical understanding       1      0.00          96.85      0.00          96.85
##                                                    statistical validation of results       1      0.00          96.86      0.00          96.86
##                                                                   statistics desired       1      0.00          96.86      0.00          96.86
##                                                                  statistics software       1      0.00          96.86      0.00          96.86
##                                                                           status-quo       1      0.00          96.86      0.00          96.86
##                                                      status of departmental projects       1      0.00          96.86      0.00          96.86
##                                                                   status of progress       1      0.00          96.87      0.00          96.87
##                                                                                  std       1      0.00          96.87      0.00          96.87
##                                                                              stealth       1      0.00          96.87      0.00          96.87
##                                                              stellar data scientists       1      0.00          96.87      0.00          96.87
##                                                       stellar science data scientist       1      0.00          96.87      0.00          96.87
##                                                                                 stem       1      0.00          96.88      0.00          96.88
##                                                                       stem - ability       1      0.00          96.88      0.00          96.88
##                                                                      stem discipline       1      0.00          96.88      0.00          96.88
##                                                                          stem fields       1      0.00          96.88      0.00          96.88
##                                                                   stem related field       1      0.00          96.88      0.00          96.88
##                                                                          steph curry       1      0.00          96.89      0.00          96.89
##                                                                                steps       1      0.00          96.89      0.00          96.89
##                                                      stereotypical corporate culture       1      0.00          96.89      0.00          96.89
##                                                                    sterling anderson       1      0.00          96.89      0.00          96.89
##                                                                  sterling reputation       1      0.00          96.89      0.00          96.89
##                                                              stimulating environment       1      0.00          96.89      0.00          96.89
##                                                                    stimulation tools       1      0.00          96.90      0.00          96.90
##                                                                               stitch       1      0.00          96.90      0.00          96.90
##                                                                  stochastic modeling       1      0.00          96.90      0.00          96.90
##                                                                    stochastic models       1      0.00          96.90      0.00          96.90
##                                                    stochastic risk model development       1      0.00          96.90      0.00          96.90
##                                                                       stocked snacks       1      0.00          96.91      0.00          96.91
##                                                                               stocks       1      0.00          96.91      0.00          96.91
##                                                                      storage systems       1      0.00          96.91      0.00          96.91
##                                                         storage technology customers       1      0.00          96.91      0.00          96.91
##                                                                  storage utilization       1      0.00          96.91      0.00          96.91
##                                                                     store operations       1      0.00          96.92      0.00          96.92
##                                                                               stores       1      0.00          96.92      0.00          96.92
##                                                                   stores of big data       1      0.00          96.92      0.00          96.92
##                                                                                storm       1      0.00          96.92      0.00          96.92
##                                                            storytelling capabilities       1      0.00          96.92      0.00          96.92
##                                                                    strategic ability       1      0.00          96.93      0.00          96.93
##                                                                 strategic approaches       1      0.00          96.93      0.00          96.93
##                                                                      strategic asset       1      0.00          96.93      0.00          96.93
##                                                       strategic automated data feeds       1      0.00          96.93      0.00          96.93
##                                                                   strategic business       1      0.00          96.93      0.00          96.93
##                                                           strategic business changes       1      0.00          96.93      0.00          96.93
##                                                     strategic business opportunities       1      0.00          96.94      0.00          96.94
##                                                                  strategic customers       1      0.00          96.94      0.00          96.94
##                                                               strategic data mapping       1      0.00          96.94      0.00          96.94
##                                                              strategic data projects       1      0.00          96.94      0.00          96.94
##                                                                   strategic decision       1      0.00          96.94      0.00          96.94
##                                                            strategic decision-making       1      0.00          96.95      0.00          96.95
##                                                                  strategic decisions       1      0.00          96.95      0.00          96.95
##                                                                  strategic direction       1      0.00          96.95      0.00          96.95
##                                                                      strategic goals       1      0.00          96.95      0.00          96.95
##                                                                     strategic impact       1      0.00          96.95      0.00          96.95
##                                                                strategic initiatives       1      0.00          96.96      0.00          96.96
##                                                                 strategic innovation       1      0.00          96.96      0.00          96.96
##                                                                   strategic insights       1      0.00          96.96      0.00          96.96
##                                                                      strategic level       1      0.00          96.96      0.00          96.96
##                                                                    strategic partner       1      0.00          96.96      0.00          96.96
##                                                               strategic partnerships       1      0.00          96.97      0.00          96.97
##                                                                      strategic plans       1      0.00          96.97      0.00          96.97
##                                                                 strategic priorities       1      0.00          96.97      0.00          96.97
##                                                        strategic product development       1      0.00          96.97      0.00          96.97
##                                             strategic quantitative research projects       1      0.00          96.97      0.00          96.97
##                                                            strategic recommendations       1      0.00          96.97      0.00          96.97
##                                                                    strategic systems       1      0.00          96.98      0.00          96.98
##                                                                    strategic thought       1      0.00          96.98      0.00          96.98
##                                                            strategic working systems       1      0.00          96.98      0.00          96.98
##                                                                   strategy execution       1      0.00          96.98      0.00          96.98
##                                                  strategy of artificial intelligence       1      0.00          96.98      0.00          96.98
##                                                                    strategy problems       1      0.00          96.99      0.00          96.99
##                                                            streaming data processing       1      0.00          96.99      0.00          96.99
##                                                                 streaming data tools       1      0.00          96.99      0.00          96.99
##                                                                        streaming etl       1      0.00          96.99      0.00          96.99
##                                                                      streaming tools       1      0.00          96.99      0.00          96.99
##                                                                streamlined workflows       1      0.00          97.00      0.00          97.00
##                                                                     strict attention       1      0.00          97.00      0.00          97.00
##                                                                    strict time frame       1      0.00          97.00      0.00          97.00
##                                                                               stripe       1      0.00          97.00      0.00          97.00
##                                                          strong academic publication       1      0.00          97.00      0.00          97.00
##                                                                     strong algorithm       1      0.00          97.01      0.00          97.01
##                                                       strong analytical competencies       1      0.00          97.01      0.00          97.01
##                                                             strong applied analytics       1      0.00          97.01      0.00          97.01
##                                              strong awareness of business objectives       1      0.00          97.01      0.00          97.01
##                                                              strong business insight       1      0.00          97.01      0.00          97.01
##                                                             strong business judgment       1      0.00          97.01      0.00          97.01
##                                                                  strong capabilities       1      0.00          97.02      0.00          97.02
##                                                             strong coding experience       1      0.00          97.02      0.00          97.02
##                                                          strong collaboration skills       1      0.00          97.02      0.00          97.02
##                                                                  strong collaborator       1      0.00          97.02      0.00          97.02
##                                       strong command of advanced data analysis tools       1      0.00          97.02      0.00          97.02
##                                            strong command of mathematical statistics       1      0.00          97.03      0.00          97.03
##                                          strong computational mathematics background       1      0.00          97.03      0.00          97.03
##                                                               strong computer vision       1      0.00          97.03      0.00          97.03
##                                                             strong critical thinking       1      0.00          97.03      0.00          97.03
##                                                                       strong culture       1      0.00          97.03      0.00          97.03
##                                                        strong customer relationships       1      0.00          97.04      0.00          97.04
##                                                                 strong data analysis       1      0.00          97.04      0.00          97.04
##                                                   strong data engineering background       1      0.00          97.04      0.00          97.04
##                                                    strong data engineering component       1      0.00          97.04      0.00          97.04
##                                                           strong data infrastructure       1      0.00          97.04      0.00          97.04
##                                                                      strong database       1      0.00          97.05      0.00          97.05
##                                                            strong development skills       1      0.00          97.05      0.00          97.05
##                                                                         strong drive       1      0.00          97.05      0.00          97.05
##                                                                       strong empathy       1      0.00          97.05      0.00          97.05
##                                                                    strong enthusiasm       1      0.00          97.05      0.00          97.05
##                                                                   strong familiarity       1      0.00          97.05      0.00          97.05
##                                                                       strong fluency       1      0.00          97.06      0.00          97.06
##                                             strong foundational knowledge statistics       1      0.00          97.06      0.00          97.06
##                                                 strong hands-on analytical expertise       1      0.00          97.06      0.00          97.06
##                                                            strong hands-on expertise       1      0.00          97.06      0.00          97.06
##                                             strong interpersonal skills - diplomatic       1      0.00          97.06      0.00          97.06
##                                                                  strong ip portfolio       1      0.00          97.07      0.00          97.07
##                                            strong knowledge of computing statistical       1      0.00          97.07      0.00          97.07
##                                               strong knowledge of econometric theory       1      0.00          97.07      0.00          97.07
##                                  strong knowledge of nih grants management processes       1      0.00          97.07      0.00          97.07
##                                                           strong knowledge of python       1      0.00          97.07      0.00          97.07
##                                                                strong knowledge of r       1      0.00          97.08      0.00          97.08
##                                               strong knowledge of software paradigms       1      0.00          97.08      0.00          97.08
##                                                strong knowledge of technology trends       1      0.00          97.08      0.00          97.08
##                                                                    strong leadership       1      0.00          97.08      0.00          97.08
##                                                                         strong links       1      0.00          97.08      0.00          97.08
##                                                strong linux based programming skills       1      0.00          97.09      0.00          97.09
##                                                          strong mathematical skills·       1      0.00          97.09      0.00          97.09
##                                                       strong microsoft office skills       1      0.00          97.09      0.00          97.09
##                                                                  strong partnerships       1      0.00          97.09      0.00          97.09
##                                                           strong problem formulation       1      0.00          97.09      0.00          97.09
##                                                                strong problem solver       1      0.00          97.09      0.00          97.09
##                                                               strong product mindset       1      0.00          97.10      0.00          97.10
##                                                       strong programming background·       1      0.00          97.10      0.00          97.10
##                                                        strong programming experience       1      0.00          97.10      0.00          97.10
##                                                        strong quantitative abilities       1      0.00          97.10      0.00          97.10
##                                                         strong quantitative analysis       1      0.00          97.10      0.00          97.10
##                                                           strong quantitative skills       1      0.00          97.11      0.00          97.11
##                                                           strong r programing skills       1      0.00          97.11      0.00          97.11
##                                                                         strong rigor       1      0.00          97.11      0.00          97.11
##                                                            strong sense of ownership       1      0.00          97.11      0.00          97.11
##                                                               strong software design       1      0.00          97.11      0.00          97.11
##                                                            strong supportive culture       1      0.00          97.12      0.00          97.12
##                                                                      strong teamwork       1      0.00          97.12      0.00          97.12
##                                                                    strong technician       1      0.00          97.12      0.00          97.12
##                                                        strong time management skills       1      0.00          97.12      0.00          97.12
##                                                                  strong track record       1      0.00          97.12      0.00          97.12
##                                                               strong troubleshooting       1      0.00          97.13      0.00          97.13
##                                                     strong understanding of analysis       1      0.00          97.13      0.00          97.13
##                                                        strong understanding of excel       1      0.00          97.13      0.00          97.13
##                                           strong understanding of financial concepts       1      0.00          97.13      0.00          97.13
##                                                   strong understanding of healthcare       1      0.00          97.13      0.00          97.13
##                                  strong understanding of machine learning algorithms       1      0.00          97.13      0.00          97.13
##                                  strong understanding of machine learning techniques       1      0.00          97.14      0.00          97.14
##                                                        strong understanding of mysql       1      0.00          97.14      0.00          97.14
##                                          strong understanding of scripting languages       1      0.00          97.14      0.00          97.14
##                                                          strong understanding of sql       1      0.00          97.14      0.00          97.14
##                                                                    strong work ethic       1      0.00          97.14      0.00          97.14
##                                   strong working knowledge of data mining algorithms       1      0.00          97.15      0.00          97.15
##                                  strong working knowledge of data science algorithms       1      0.00          97.15      0.00          97.15
##                                                          strong working relationship       1      0.00          97.15      0.00          97.15
##                                                         strong working relationships       1      0.00          97.15      0.00          97.15
##                                                                strong writing skills       1      0.00          97.15      0.00          97.15
##                                                  strong written communication skills       1      0.00          97.16      0.00          97.16
##                                                              stronger revenue growth       1      0.00          97.16      0.00          97.16
##                                                                  structural concepts       1      0.00          97.16      0.00          97.16
##                                                                 structure approaches       1      0.00          97.16      0.00          97.16
##                                                                       structure data       1      0.00          97.16      0.00          97.16
##                                                                   structure new data       1      0.00          97.17      0.00          97.17
##                                                                   structure problems       1      0.00          97.17      0.00          97.17
##                                                                  structured approach       1      0.00          97.17      0.00          97.17
##                                                                structured approaches       1      0.00          97.17      0.00          97.17
##                                                                      structured data       1      0.00          97.17      0.00          97.17
##                                                          structured data development       1      0.00          97.17      0.00          97.17
##                                                              structured geodatabases       1      0.00          97.18      0.00          97.18
##                                                                    structured manner       1      0.00          97.18      0.00          97.18
##                                                                   structured problem       1      0.00          97.18      0.00          97.18
##                                                            structured query language       1      0.00          97.18      0.00          97.18
##                                                                     structuring data       1      0.00          97.18      0.00          97.18
##                                                                              stryker       1      0.00          97.19      0.00          97.19
##                                                                  stryker corporation       1      0.00          97.19      0.00          97.19
##                                                                         student data       1      0.00          97.19      0.00          97.19
##                                                          student enrollment patterns       1      0.00          97.19      0.00          97.19
##                                                                     student outcomes       1      0.00          97.19      0.00          97.19
##                                                                             studies·       1      0.00          97.20      0.00          97.20
##                                                                              studios       1      0.00          97.20      0.00          97.20
##                                                                         study design       1      0.00          97.20      0.00          97.20
##                                                                      sub-disciplines       1      0.00          97.20      0.00          97.20
##                                                                   sub-saharan africa       1      0.00          97.20      0.00          97.20
##                                                                        subcategories       1      0.00          97.21      0.00          97.21
##                                                                   subcontractor work       1      0.00          97.21      0.00          97.21
##                                                                       subject expert       1      0.00          97.21      0.00          97.21
##                                                                         subject line       1      0.00          97.21      0.00          97.21
##                                                                       subject matter       1      0.00          97.21      0.00          97.21
##                                                              subject matters experts       1      0.00          97.21      0.00          97.21
##                                                                subjective well-being       1      0.00          97.22      0.00          97.22
##                                                                           submission       1      0.00          97.22      0.00          97.22
##                                                                         subordinates       1      0.00          97.22      0.00          97.22
##                                                                          subprograms       1      0.00          97.22      0.00          97.22
##                                                                         subscription       1      0.00          97.22      0.00          97.22
##                                                         subscription business models       1      0.00          97.23      0.00          97.23
##                                                                         subsidiaries       1      0.00          97.23      0.00          97.23
##                                                                           subsidiary       1      0.00          97.23      0.00          97.23
##                                                            subsidized public transit       1      0.00          97.23      0.00          97.23
##                                           substantial scientific analysis experience       1      0.00          97.23      0.00          97.23
##                                                       substantive public policy area       1      0.00          97.24      0.00          97.24
##                                                                           substitute       1      0.00          97.24      0.00          97.24
##                                                                         substitution       1      0.00          97.24      0.00          97.24
##                                                                             success·       1      0.00          97.24      0.00          97.24
##                                                                     success criteria       1      0.00          97.24      0.00          97.24
##                                                                        success doesn       1      0.00          97.25      0.00          97.25
##                                                                       success factor       1      0.00          97.25      0.00          97.25
##                                                                 successful applicant       1      0.00          97.25      0.00          97.25
##                                                               successful application       1      0.00          97.25      0.00          97.25
##                                                                    successful career       1      0.00          97.25      0.00          97.25
##                                                successful completion of drug testing       1      0.00          97.25      0.00          97.25
##                                                           successful data scientists       1      0.00          97.26      0.00          97.26
##                                       successful interactive entertainment companies       1      0.00          97.26      0.00          97.26
##                                                             successful job applicant       1      0.00          97.26      0.00          97.26
##                                                                  successful journeys       1      0.00          97.26      0.00          97.26
##                                                successful machine learning solutions       1      0.00          97.26      0.00          97.26
##                                                                    successful member       1      0.00          97.27      0.00          97.27
##                                                                   successful project       1      0.00          97.27      0.00          97.27
##                                                               successful projections       1      0.00          97.27      0.00          97.27
##                                                                  successful projects       1      0.00          97.27      0.00          97.27
##                                                                 successive execution       1      0.00          97.27      0.00          97.27
##                                                                      succinct manner       1      0.00          97.28      0.00          97.28
##                                                                         sudden stops       1      0.00          97.28      0.00          97.28
##                                                                    sudden variations       1      0.00          97.28      0.00          97.28
##                                                                            suffering       1      0.00          97.28      0.00          97.28
##                                                   sufficient transferable experience       1      0.00          97.28      0.00          97.28
##                                                                          suitability       1      0.00          97.28      0.00          97.28
##                                                                   suitable applicant       1      0.00          97.29      0.00          97.29
##                              suitable intensive data science program post-graduation       1      0.00          97.29      0.00          97.29
##                                                                                suite       1      0.00          97.29      0.00          97.29
##                                                                     suite of elastic       1      0.00          97.29      0.00          97.29
##                                                                               suites       1      0.00          97.29      0.00          97.29
##                                                                             suitland       1      0.00          97.30      0.00          97.30
##                                                                                  sum       1      0.00          97.30      0.00          97.30
##                                                             summarization techniques       1      0.00          97.30      0.00          97.30
##                                                   summary level descriptive analysis       1      0.00          97.30      0.00          97.30
##                                                                    summary of duties       1      0.00          97.30      0.00          97.30
##                                                                               summer       1      0.00          97.31      0.00          97.31
##                                                               summer weekend getaway       1      0.00          97.31      0.00          97.31
##                                                                       sunny san jose       1      0.00          97.31      0.00          97.31
##                                                                         super powers       1      0.00          97.31      0.00          97.31
##                                                        super strong technical skills       1      0.00          97.31      0.00          97.31
##                                                                       supercomputers       1      0.00          97.32      0.00          97.32
##                                                                   superdata research       1      0.00          97.32      0.00          97.32
##                                                         superior customer experience       1      0.00          97.32      0.00          97.32
##                                                                superior organization       1      0.00          97.32      0.00          97.32
##                                                                 superior proficiency       1      0.00          97.32      0.00          97.32
##                                                   superior python programming skills       1      0.00          97.32      0.00          97.32
##                                                                     superior quality       1      0.00          97.33      0.00          97.33
##                                                                     superior service       1      0.00          97.33      0.00          97.33
##                                                                  superior sql skills       1      0.00          97.33      0.00          97.33
##                                 superior understanding of dod intelligence processes       1      0.00          97.33      0.00          97.33
##                                                                           superstars       1      0.00          97.33      0.00          97.33
##                                                   supervised machine learning models       1      0.00          97.34      0.00          97.34
##                                                                   supervised methods       1      0.00          97.34      0.00          97.34
##                                                                 supervision of staff       1      0.00          97.34      0.00          97.34
##                                                            suport spc administration       1      0.00          97.34      0.00          97.34
##                                                                           supplement       1      0.00          97.34      0.00          97.34
##                                                                    supplemental ndas       1      0.00          97.35      0.00          97.35
##                                                                 supplemental options       1      0.00          97.35      0.00          97.35
##                                                                             supplier       1      0.00          97.35      0.00          97.35
##                                                    supply-chain network optimization       1      0.00          97.35      0.00          97.35
##                                                                supply chain analysis       1      0.00          97.35      0.00          97.35
##                                                                 supply chain finance       1      0.00          97.36      0.00          97.36
##                                                               supplychain management       1      0.00          97.36      0.00          97.36
##                                              support business development activities       1      0.00          97.36      0.00          97.36
##                                                               support business needs       1      0.00          97.36      0.00          97.36
##                                                                   support businesses       1      0.00          97.36      0.00          97.36
##                                                                       support center       1      0.00          97.36      0.00          97.36
##                                                  support data-driven decision making       1      0.00          97.37      0.00          97.37
##                                                     support data science initiatives       1      0.00          97.37      0.00          97.37
##                                                              support decision-making       1      0.00          97.37      0.00          97.37
##                                   support development of machine learning algorithms       1      0.00          97.37      0.00          97.37
##                                       support discovery of new analytical techniques       1      0.00          97.37      0.00          97.37
##                                                           support entity recognition       1      0.00          97.38      0.00          97.38
##                                                                   support experience       1      0.00          97.38      0.00          97.38
##                                                                    support functions       1      0.00          97.38      0.00          97.38
##                                                                support group efforts       1      0.00          97.38      0.00          97.38
##                                                                        support hertz       1      0.00          97.38      0.00          97.38
##                                                                      support leaders       1      0.00          97.39      0.00          97.39
##                                                    support of college board programs       1      0.00          97.39      0.00          97.39
##                                                                 support of endeavors       1      0.00          97.39      0.00          97.39
##                                                     support of intelligence analysis       1      0.00          97.39      0.00          97.39
##                                                            support of investigations       1      0.00          97.39      0.00          97.39
##                                                         support of national security       1      0.00          97.40      0.00          97.40
##                                                   support of organizational strategy       1      0.00          97.40      0.00          97.40
##                                               support of partner customer strategies       1      0.00          97.40      0.00          97.40
##                                                        support of products necessary       1      0.00          97.40      0.00          97.40
##                                                                 support of revisions       1      0.00          97.40      0.00          97.40
##                                                           support of risk management       1      0.00          97.40      0.00          97.40
##                                             support of specific improvement projects       1      0.00          97.41      0.00          97.41
##                                                                     support of teams       1      0.00          97.41      0.00          97.41
##                                                                       support of usc       1      0.00          97.41      0.00          97.41
##                                                                       support paccar       1      0.00          97.41      0.00          97.41
##                                        support patent application publishing process       1      0.00          97.41      0.00          97.41
##                                                                    support principal       1      0.00          97.42      0.00          97.42
##                                                                           support qa       1      0.00          97.42      0.00          97.42
##                                                                            support r       1      0.00          97.42      0.00          97.42
##                                                           support research scientist       1      0.00          97.42      0.00          97.42
##                                                                        support sales       1      0.00          97.42      0.00          97.42
##                                                           support spc administration       1      0.00          97.43      0.00          97.43
##                                                                   support structures       1      0.00          97.43      0.00          97.43
##                                                               support vector machine       1      0.00          97.43      0.00          97.43
##                                                               supportable sub-ledger       1      0.00          97.43      0.00          97.43
##                                                              supported business unit       1      0.00          97.43      0.00          97.43
##                                                                supported departments       1      0.00          97.44      0.00          97.44
##                                                                    supported systems       1      0.00          97.44      0.00          97.44
##                                                                           supporters       1      0.00          97.44      0.00          97.44
##                                                        supporting analysis libraries       1      0.00          97.44      0.00          97.44
##                                                                   supportive culture       1      0.00          97.44      0.00          97.44
##                                                                      supportive team       1      0.00          97.44      0.00          97.44
##                                                             sure daily functionality       1      0.00          97.45      0.00          97.45
##                                                                      sure promotions       1      0.00          97.45      0.00          97.45
##                                                              surrounding communities       1      0.00          97.45      0.00          97.45
##                                                            survey-generated datasets       1      0.00          97.45      0.00          97.45
##                                                                          survey data       1      0.00          97.45      0.00          97.45
##                                                                   survey respondents       1      0.00          97.46      0.00          97.46
##                                                                         survey tools       1      0.00          97.46      0.00          97.46
##                                                                             survival       1      0.00          97.46      0.00          97.46
##                                                                       survival model       1      0.00          97.46      0.00          97.46
##                                                                       sustainability       1      0.00          97.46      0.00          97.46
##                                                             sustainable environments       1      0.00          97.47      0.00          97.47
##                                                                     sustainable flow       1      0.00          97.47      0.00          97.47
##                                                                     sustainable game       1      0.00          97.47      0.00          97.47
##                                         sustainable golf course management practices       1      0.00          97.47      0.00          97.47
##                                                                  sustainable methods       1      0.00          97.47      0.00          97.47
##                                                           sustainable product growth       1      0.00          97.48      0.00          97.48
##                                                                    sustainable value       1      0.00          97.48      0.00          97.48
##                                                           sustained high performance       1      0.00          97.48      0.00          97.48
##                                                                        svb financial       1      0.00          97.48      0.00          97.48
##                                                                                  svn       1      0.00          97.48      0.00          97.48
##                                                                               sweden       1      0.00          97.48      0.00          97.48
##                                                                         swing voters       1      0.00          97.49      0.00          97.49
##                                                                               sybase       1      0.00          97.49      0.00          97.49
##                                                                             symposia       1      0.00          97.49      0.00          97.49
##                                                                      synchronization       1      0.00          97.49      0.00          97.49
##                                                                               syncst       1      0.00          97.49      0.00          97.49
##                                                                               syntax       1      0.00          97.50      0.00          97.50
##                                                               synthesizing solutions       1      0.00          97.50      0.00          97.50
##                                                                                sysco       1      0.00          97.50      0.00          97.50
##                                                                  system-level coding       1      0.00          97.50      0.00          97.50
##                                                               system-level platforms       1      0.00          97.50      0.00          97.50
##                                                             system analysis meetings       1      0.00          97.51      0.00          97.51
##                                                                     system anomalies       1      0.00          97.51      0.00          97.51
##                                                          system application analysis       1      0.00          97.51      0.00          97.51
##                                                                    system components       1      0.00          97.51      0.00          97.51
##                                                                       system control       1      0.00          97.51      0.00          97.51
##                                                              system design documents       1      0.00          97.52      0.00          97.52
##                                                                    system efficiency       1      0.00          97.52      0.00          97.52
##                                                                        system impact       1      0.00          97.52      0.00          97.52
##                                                                   system performance       1      0.00          97.52      0.00          97.52
##                                                                  system process flow       1      0.00          97.52      0.00          97.52
##                                                                      system research       1      0.00          97.52      0.00          97.52
##                                                                         system scope       1      0.00          97.53      0.00          97.53
##                                                                       system support       1      0.00          97.53      0.00          97.53
##                                                                       system vendors       1      0.00          97.53      0.00          97.53
##                                                                systematic approaches       1      0.00          97.53      0.00          97.53
##                                                              systematic connectivity       1      0.00          97.53      0.00          97.53
##                                                          systematic course of action       1      0.00          97.54      0.00          97.54
##                                                                   systematic trading       1      0.00          97.54      0.00          97.54
##                                                       systemic classification system       1      0.00          97.54      0.00          97.54
##                                                   systems architecture conversations       1      0.00          97.54      0.00          97.54
##                                                                   systems definition       1      0.00          97.54      0.00          97.54
##                                                              systems design analysis       1      0.00          97.55      0.00          97.55
##                                                                  systems diagnostics       1      0.00          97.55      0.00          97.55
##                                                                    systems engineers       1      0.00          97.55      0.00          97.55
##                                                                  systems integration       1      0.00          97.55      0.00          97.55
##                                                                   systems integrator       1      0.00          97.55      0.00          97.55
##                                                                   systems operations       1      0.00          97.56      0.00          97.56
##                                                                         t-mobile usa       1      0.00          97.56      0.00          97.56
##                                                                         t leadership       1      0.00          97.56      0.00          97.56
##                                                                                   t3       1      0.00          97.56      0.00          97.56
##                                                                                table       1      0.00          97.56      0.00          97.56
##                                                                     table structural       1      0.00          97.56      0.00          97.56
##                                                                tableau certification       1      0.00          97.57      0.00          97.57
##                                                                  tableau pl3 desired       1      0.00          97.57      0.00          97.57
##                                                                         tableau prep       1      0.00          97.57      0.00          97.57
##                                                                               tables       1      0.00          97.57      0.00          97.57
##                                                                              tablets       1      0.00          97.57      0.00          97.57
##                                                                    tabular reporting       1      0.00          97.58      0.00          97.58
##                                                                          tackle team       1      0.00          97.58      0.00          97.58
##                                                    tactical business decision making       1      0.00          97.58      0.00          97.58
##                                                                       tactical plans       1      0.00          97.58      0.00          97.58
##                                                                         tag insights       1      0.00          97.58      0.00          97.58
##                                                                      tailors message       1      0.00          97.59      0.00          97.59
##                                                             talent acquisition teams       1      0.00          97.59      0.00          97.59
##                                                                      talent outcomes       1      0.00          97.59      0.00          97.59
##                                                                 talent strategy team       1      0.00          97.59      0.00          97.59
##                                                                        talent supply       1      0.00          97.59      0.00          97.59
##                                                                  talented colleagues       1      0.00          97.60      0.00          97.60
##                                                      talented data scientist excited       1      0.00          97.60      0.00          97.60
##                                                            talented engineering team       1      0.00          97.60      0.00          97.60
##                                                                     talented leaders       1      0.00          97.60      0.00          97.60
##                                                                     talented startup       1      0.00          97.60      0.00          97.60
##                                                                                tampa       1      0.00          97.60      0.00          97.60
##                                                                            tampa bay       1      0.00          97.61      0.00          97.61
##                                                                      tangible impact       1      0.00          97.61      0.00          97.61
##                                                                               target       1      0.00          97.61      0.00          97.61
##                                                                     target marketing       1      0.00          97.61      0.00          97.61
##                                                        targeted clinical programming       1      0.00          97.61      0.00          97.61
##                                                                     targeted purpose       1      0.00          97.62      0.00          97.62
##                                                targeted result of increasing revenue       1      0.00          97.62      0.00          97.62
##                                                                    targeting efforts       1      0.00          97.62      0.00          97.62
##                                                                                 task       1      0.00          97.62      0.00          97.62
##                                                                           task level       1      0.00          97.62      0.00          97.62
##                                                                 task level estimates       1      0.00          97.63      0.00          97.63
##                                                                            task work       1      0.00          97.63      0.00          97.63
##                                                                              tasking       1      0.00          97.63      0.00          97.63
##                                                                        tcped process       1      0.00          97.63      0.00          97.63
##                                                                                  tdp       1      0.00          97.63      0.00          97.63
##                                                                         tea stations       1      0.00          97.64      0.00          97.64
##                                                                              teacher       1      0.00          97.64      0.00          97.64
##                                                                         teacher data       1      0.00          97.64      0.00          97.64
##                                                       teaching data science concepts       1      0.00          97.64      0.00          97.64
##                                                        teaching database programming       1      0.00          97.64      0.00          97.64
##                                                                        team's agenda       1      0.00          97.64      0.00          97.64
##                                                                          team's work       1      0.00          97.65      0.00          97.65
##                                                                team-based experience       1      0.00          97.65      0.00          97.65
##                                                                       team-oriented·       1      0.00          97.65      0.00          97.65
##                                                            team-oriented environment       1      0.00          97.65      0.00          97.65
##                                                            team-oriented individuals       1      0.00          97.65      0.00          97.65
##                                                                 team-oriented skills       1      0.00          97.66      0.00          97.66
##                                                       team-oriented work environment       1      0.00          97.66      0.00          97.66
##                                                                       team behaviors       1      0.00          97.66      0.00          97.66
##                                                                    team celebrations       1      0.00          97.66      0.00          97.66
##                                                                   team collaboration       1      0.00          97.66      0.00          97.66
##                                                                     team commitments       1      0.00          97.67      0.00          97.67
##                                                                     team contributor       1      0.00          97.67      0.00          97.67
##                                                                           team first       1      0.00          97.67      0.00          97.67
##                                                                       team full-time       1      0.00          97.67      0.00          97.67
##                                                  team inclusive of routine reporting       1      0.00          97.67      0.00          97.67
##                                                                            team lead       1      0.00          97.68      0.00          97.68
##                                                                           team leads       1      0.00          97.68      0.00          97.68
##                                                                        team meetings       1      0.00          97.68      0.00          97.68
##                                                     team members comfortable working       1      0.00          97.68      0.00          97.68
##                                                                   team membersserves       1      0.00          97.68      0.00          97.68
##                                                               team of cyber pioneers       1      0.00          97.68      0.00          97.68
##                                                                   team of developers       1      0.00          97.69      0.00          97.69
##                                                               team of domain experts       1      0.00          97.69      0.00          97.69
##                                                                   team of economists       1      0.00          97.69      0.00          97.69
##                                                           team of exceptional people       1      0.00          97.69      0.00          97.69
##                                                                  team of intelligent       1      0.00          97.69      0.00          97.69
##                                                                        team of media       1      0.00          97.70      0.00          97.70
##                                                              team of medical experts       1      0.00          97.70      0.00          97.70
##                                                team of passionate data professionals       1      0.00          97.70      0.00          97.70
##                                                             team of product managers       1      0.00          97.70      0.00          97.70
##                                                                      team of program       1      0.00          97.70      0.00          97.70
##                                                                     team of research       1      0.00          97.71      0.00          97.71
##                                                team of skilled quantitative analysts       1      0.00          97.71      0.00          97.71
##                                                                     team of talented       1      0.00          97.71      0.00          97.71
##                                                                        team pixalate       1      0.00          97.71      0.00          97.71
##                                                team player - confident collaborating       1      0.00          97.71      0.00          97.71
##                                                                     team responsible       1      0.00          97.72      0.00          97.72
##                                                                           team sport       1      0.00          97.72      0.00          97.72
##                                                                         team success       1      0.00          97.72      0.00          97.72
##                                                                        team write-up       1      0.00          97.72      0.00          97.72
##                                                                  teambuilding skills       1      0.00          97.72      0.00          97.72
##                                                                             teammate       1      0.00          97.72      0.00          97.72
##                                                                               teams·       1      0.00          97.73      0.00          97.73
##                                                              teams of data engineers       1      0.00          97.73      0.00          97.73
##                                                                        teams opinion       1      0.00          97.73      0.00          97.73
##                                                               teams total visibility       1      0.00          97.73      0.00          97.73
##                                                                                 tech       1      0.00          97.73      0.00          97.73
##                                                     tech-forward accessories company       1      0.00          97.74      0.00          97.74
##                                                                     tech initiatives       1      0.00          97.74      0.00          97.74
##                                                                      tech innovators       1      0.00          97.74      0.00          97.74
##                                                                     tech square labs       1      0.00          97.74      0.00          97.74
##                                                                           tech stack       1      0.00          97.74      0.00          97.74
##                                                                         tech support       1      0.00          97.75      0.00          97.75
##                                                                  technical abilities       1      0.00          97.75      0.00          97.75
##                                                      technical alternative solutions       1      0.00          97.75      0.00          97.75
##                                                      technical analytics environment       1      0.00          97.75      0.00          97.75
##                                                               technical applications       1      0.00          97.75      0.00          97.75
##                                                     technical approaches appropriate       1      0.00          97.76      0.00          97.76
##                                                                   technical aptitude       1      0.00          97.76      0.00          97.76
##                                                               technical architecture       1      0.00          97.76      0.00          97.76
##                                                        technical assistance projects       1      0.00          97.76      0.00          97.76
##                                                                   technical audience       1      0.00          97.76      0.00          97.76
##                                                                  technical bs degree       1      0.00          97.76      0.00          97.76
##                                                 technical capabilities of work teams       1      0.00          97.77      0.00          97.77
##                                                                 technical capability       1      0.00          97.77      0.00          97.77
##                                                              technical communication       1      0.00          97.77      0.00          97.77
##                                                               technical competencies       1      0.00          97.77      0.00          97.77
##                                                                    technical concept       1      0.00          97.77      0.00          97.77
##                                                       technical content of proposals       1      0.00          97.78      0.00          97.78
##                                                                technical contributor       1      0.00          97.78      0.00          97.78
##                                                                  technical decisions       1      0.00          97.78      0.00          97.78
##                                                                     technical degree       1      0.00          97.78      0.00          97.78
##                                                                      technical depth       1      0.00          97.78      0.00          97.78
##                                                                 technical discipline       1      0.00          97.79      0.00          97.79
##                                                                technical disciplines       1      0.00          97.79      0.00          97.79
##                                                               technical efficiencies       1      0.00          97.79      0.00          97.79
##                                                                 technical excellence       1      0.00          97.79      0.00          97.79
##                                                technical feasibility of requirements       1      0.00          97.79      0.00          97.79
##                                                             technical field of study       1      0.00          97.80      0.00          97.80
##                                                                    technical fluency       1      0.00          97.80      0.00          97.80
##                                                                      technical focus       1      0.00          97.80      0.00          97.80
##                                                                    technical grounds       1      0.00          97.80      0.00          97.80
##                                                                       technical hats       1      0.00          97.80      0.00          97.80
##                                             technical innovation of wireless sensing       1      0.00          97.80      0.00          97.80
##                                                                     technical jargon       1      0.00          97.81      0.00          97.81
##                                                                       technical lead       1      0.00          97.81      0.00          97.81
##                                                                   technical learning       1      0.00          97.81      0.00          97.81
##                                                          technical owner of projects       1      0.00          97.81      0.00          97.81
##                                                                   technical problems       1      0.00          97.81      0.00          97.81
##                                                                 technical procedures       1      0.00          97.82      0.00          97.82
##                                                                    technical prowess       1      0.00          97.82      0.00          97.82
##                                                             technical qualifications       1      0.00          97.82      0.00          97.82
##                                                         technical questions critical       1      0.00          97.82      0.00          97.82
##                                                                technical requirement       1      0.00          97.82      0.00          97.82
##                                                             technical responsibility       1      0.00          97.83      0.00          97.83
##                                                         technical review discussions       1      0.00          97.83      0.00          97.83
##                                                         technical reviews of reports       1      0.00          97.83      0.00          97.83
##                                                                      technical risks       1      0.00          97.83      0.00          97.83
##                                                                       technical role       1      0.00          97.83      0.00          97.83
##                                                                   technical services       1      0.00          97.84      0.00          97.84
##                                                           technical services mangers       1      0.00          97.84      0.00          97.84
##                                                           technical skills necessary       1      0.00          97.84      0.00          97.84
##                                                                   technical skillset       1      0.00          97.84      0.00          97.84
##                                                                        technical sme       1      0.00          97.84      0.00          97.84
##                                        technical solution of data analytics projects       1      0.00          97.84      0.00          97.84
##                                                           technical translation role       1      0.00          97.85      0.00          97.85
##                                                            technical troubleshooting       1      0.00          97.85      0.00          97.85
##                                              technical understanding of data science       1      0.00          97.85      0.00          97.85
##                                                                    technical writing       1      0.00          97.85      0.00          97.85
##                                                                technological changes       1      0.00          97.85      0.00          97.85
##                                                         technological transformation       1      0.00          97.86      0.00          97.86
##                                                                 technologists design       1      0.00          97.86      0.00          97.86
##                                                                  technology analysis       1      0.00          97.86      0.00          97.86
##                                                                   technology centers       1      0.00          97.86      0.00          97.86
##                                                                  technology concepts       1      0.00          97.86      0.00          97.86
##                                                           technology controls agenda       1      0.00          97.87      0.00          97.87
##                                                                technology department       1      0.00          97.87      0.00          97.87
##                                                               technology development       1      0.00          97.87      0.00          97.87
##                                                                 technology emergence       1      0.00          97.87      0.00          97.87
##                                                                   technology experts       1      0.00          97.87      0.00          97.87
##                                                                 technology frontiers       1      0.00          97.88      0.00          97.88
##                                                                    technology groups       1      0.00          97.88      0.00          97.88
##                                                            technology implementation       1      0.00          97.88      0.00          97.88
##                                                                    technology issues       1      0.00          97.88      0.00          97.88
##                                                                    technology models       1      0.00          97.88      0.00          97.88
##                                                                   technology options       1      0.00          97.88      0.00          97.88
##                                                                 technology portfolio       1      0.00          97.89      0.00          97.89
##                                                                     technology roles       1      0.00          97.89      0.00          97.89
##                                                                 technology solutions       1      0.00          97.89      0.00          97.89
##                                                               technology specialists       1      0.00          97.89      0.00          97.89
##                                                                     technology stack       1      0.00          97.89      0.00          97.89
##                                                                   technology startup       1      0.00          97.90      0.00          97.90
##                                                            technology transformation       1      0.00          97.90      0.00          97.90
##                                                                 technology viability       1      0.00          97.90      0.00          97.90
##                                                                        technology we       1      0.00          97.90      0.00          97.90
##                                                                            technomic       1      0.00          97.90      0.00          97.90
##                                                            tees army futures command       1      0.00          97.91      0.00          97.91
##                                                                            tele-work       1      0.00          97.91      0.00          97.91
##                                                                   telecommunications       1      0.00          97.91      0.00          97.91
##                                                                        telecommuting       1      0.00          97.91      0.00          97.91
##                                                                      telephone calls       1      0.00          97.91      0.00          97.91
##                                                                teleworking schedules       1      0.00          97.92      0.00          97.92
##                                                     teltech's data-driven philosophy       1      0.00          97.92      0.00          97.92
##                                                                          temperature       1      0.00          97.92      0.00          97.92
##                                                                temporal efficiencies       1      0.00          97.92      0.00          97.92
##                                                                  temporal processing       1      0.00          97.92      0.00          97.92
##                                                             temporary data scientist       1      0.00          97.92      0.00          97.92
##                                                                     temporary tables       1      0.00          97.93      0.00          97.93
##                                                               ten-year success story       1      0.00          97.93      0.00          97.93
##                                                                     tens of millions       1      0.00          97.93      0.00          97.93
##                                                                tenured virtual lease       1      0.00          97.93      0.00          97.93
##                                                                             terabyte       1      0.00          97.93      0.00          97.93
##                                                                           teracrunch       1      0.00          97.94      0.00          97.94
##                                                                          termination       1      0.00          97.94      0.00          97.94
##                                                                          terminology       1      0.00          97.94      0.00          97.94
##                                                                 terminology mappings       1      0.00          97.94      0.00          97.94
##                                                                    terms of benefits       1      0.00          97.94      0.00          97.94
##                                                                              terrain       1      0.00          97.95      0.00          97.95
##                                                                   terrible hotel gym       1      0.00          97.95      0.00          97.95
##                                                                       terrific place       1      0.00          97.95      0.00          97.95
##                                                                            territory       1      0.00          97.95      0.00          97.95
##                                                                   territory coverage       1      0.00          97.95      0.00          97.95
##                                                                                tesla       1      0.00          97.96      0.00          97.96
##                                                                          test center       1      0.00          97.96      0.00          97.96
##                                                                            test data       1      0.00          97.96      0.00          97.96
##                                            test design of marketing offer evaluation       1      0.00          97.96      0.00          97.96
##                                                                       test engineers       1      0.00          97.96      0.00          97.96
##                                                                        test failures       1      0.00          97.96      0.00          97.96
##                                                                      test heuristics       1      0.00          97.97      0.00          97.97
##                                                                      test hypothesis       1      0.00          97.97      0.00          97.97
##                                                                           test ideas       1      0.00          97.97      0.00          97.97
##                                                                     test integration       1      0.00          97.97      0.00          97.97
##                                                                           test model       1      0.00          97.97      0.00          97.97
##                                                                           test plans       1      0.00          97.98      0.00          97.98
##                                                                         test results       1      0.00          97.98      0.00          97.98
##                                                                            test sets       1      0.00          97.98      0.00          97.98
##                                                                           test tools       1      0.00          97.98      0.00          97.98
##                                                                          testability       1      0.00          97.98      0.00          97.98
##                                                                  testable hypotheses       1      0.00          97.99      0.00          97.99
##                                                                  testable hypothesis       1      0.00          97.99      0.00          97.99
##                                                                   testing capability       1      0.00          97.99      0.00          97.99
##                                                                         testing code       1      0.00          97.99      0.00          97.99
##                                                                     testing datasets       1      0.00          97.99      0.00          97.99
##                                                                   testing frameworks       1      0.00          98.00      0.00          98.00
##                                                             testing machine learning       1      0.00          98.00      0.00          98.00
##                                                                   testing management       1      0.00          98.00      0.00          98.00
##                                                                testing of hypotheses       1      0.00          98.00      0.00          98.00
##                                                                    testing of models       1      0.00          98.00      0.00          98.00
##                                                         testing of product solutions       1      0.00          98.00      0.00          98.00
##                                                                        testing patch       1      0.00          98.01      0.00          98.01
##                                                                      testing toolset       1      0.00          98.01      0.00          98.01
##                                                                         texas-dallas       1      0.00          98.01      0.00          98.01
##                                            texas medical center innovation institute       1      0.00          98.01      0.00          98.01
##                                                                     texas policy lab       1      0.00          98.01      0.00          98.01
##                                                                          texas state       1      0.00          98.02      0.00          98.02
##                                                                      text-based data       1      0.00          98.02      0.00          98.02
##                                                                 text mining analysis       1      0.00          98.02      0.00          98.02
##                                                                   text normalization       1      0.00          98.02      0.00          98.02
##                                                                          text search       1      0.00          98.02      0.00          98.02
##                                                                       texting mining       1      0.00          98.03      0.00          98.03
##                                                               textio's core datasets       1      0.00          98.03      0.00          98.03
##                                                  textio's data analysis capabilities       1      0.00          98.03      0.00          98.03
##                                                           textio's data storytellers       1      0.00          98.03      0.00          98.03
##                                                                    textio's products       1      0.00          98.03      0.00          98.03
##                                                            textio embraces diversity       1      0.00          98.04      0.00          98.04
##                                                                        textio shares       1      0.00          98.04      0.00          98.04
##                                                                         textual data       1      0.00          98.04      0.00          98.04
##                                                                  texture of training       1      0.00          98.04      0.00          98.04
##                                                                               thanks       1      0.00          98.04      0.00          98.04
##                                                                           theability       1      0.00          98.04      0.00          98.04
##                                                                    thedata scientist       1      0.00          98.05      0.00          98.05
##                                                                     thedelivery team       1      0.00          98.05      0.00          98.05
##                                                                              thedrum       1      0.00          98.05      0.00          98.05
##                                                                          thefunction       1      0.00          98.05      0.00          98.05
##                                                                             thelives       1      0.00          98.05      0.00          98.05
##                                                                               themes       1      0.00          98.06      0.00          98.06
##                                                               theoretical approaches       1      0.00          98.06      0.00          98.06
##                                               theoretical client distribution models       1      0.00          98.06      0.00          98.06
##                                               theoretical fundamentals of statistics       1      0.00          98.06      0.00          98.06
##                                                              theoretical mathematics       1      0.00          98.06      0.00          98.06
##                                                             theories of optimization       1      0.00          98.07      0.00          98.07
##                                                                                there       1      0.00          98.07      0.00          98.07
##                                                             thermo fisher scientific       1      0.00          98.07      0.00          98.07
##                                                                               theway       1      0.00          98.07      0.00          98.07
##                                                                          things data       1      0.00          98.07      0.00          98.07
##                                                                                think       1      0.00          98.08      0.00          98.08
##                                                                   third-party agency       1      0.00          98.08      0.00          98.08
##                                                                     third-party data       1      0.00          98.08      0.00          98.08
##                                                             third-party demographics       1      0.00          98.08      0.00          98.08
##                                                                   third-party system       1      0.00          98.08      0.00          98.08
##                                                                               thirds       1      0.00          98.08      0.00          98.08
##                                                                      thomson reuters       1      0.00          98.09      0.00          98.09
##                                                    thorough analysis of complex data       1      0.00          98.09      0.00          98.09
##                                                                    thorough training       1      0.00          98.09      0.00          98.09
##                                                thorough understanding of star schema       1      0.00          98.09      0.00          98.09
##                            thorough understanding of statistical analysis principles       1      0.00          98.09      0.00          98.09
##                                                    thorough understanding of testing       1      0.00          98.10      0.00          98.10
##                                                          thought leadership position       1      0.00          98.10      0.00          98.10
##                                                                  thoughtful insights       1      0.00          98.10      0.00          98.10
##                                                               thousands of companies       1      0.00          98.10      0.00          98.10
##                                                               thousands of customers       1      0.00          98.10      0.00          98.10
##                                                        thousands of learning modules       1      0.00          98.11      0.00          98.11
##                                                 thousands of middle market companies       1      0.00          98.11      0.00          98.11
##                                                               thousands of variables       1      0.00          98.11      0.00          98.11
##                                                                               thread       1      0.00          98.11      0.00          98.11
##                                        threat-focused national security organization       1      0.00          98.11      0.00          98.11
##                                                                    threat indicators       1      0.00          98.12      0.00          98.12
##                                                      threat intelligence information       1      0.00          98.12      0.00          98.12
##                                                                      threat modeling       1      0.00          98.12      0.00          98.12
##                                                                      thriving leader       1      0.00          98.12      0.00          98.12
##                                                       thwarting registration attacks       1      0.00          98.12      0.00          98.12
##                                                                                 tiaa       1      0.00          98.12      0.00          98.12
##                                                                       tiaa's mission       1      0.00          98.13      0.00          98.13
##                                                                       tibco spotfire       1      0.00          98.13      0.00          98.13
##                                                                 tidyverse experience       1      0.00          98.13      0.00          98.13
##                                                                   tidyverse packages       1      0.00          98.13      0.00          98.13
##                                                                               tidyxl       1      0.00          98.13      0.00          98.13
##                                                                         tier college       1      0.00          98.14      0.00          98.14
##                                                         tier scientific publications       1      0.00          98.14      0.00          98.14
##                                                                      tier university       1      0.00          98.14      0.00          98.14
##                                                                            tier vc's       1      0.00          98.14      0.00          98.14
##                                                                      tight deadlines       1      0.00          98.14      0.00          98.14
##                                                                            timbaland       1      0.00          98.15      0.00          98.15
##                                                              time-critical inquiries       1      0.00          98.15      0.00          98.15
##                                                                      time-efficiency       1      0.00          98.15      0.00          98.15
##                                                               time-management skills       1      0.00          98.15      0.00          98.15
##                                                                          time-series       1      0.00          98.15      0.00          98.15
##                                                                  time-series indexes       1      0.00          98.16      0.00          98.16
##                                                             time-series metered data       1      0.00          98.16      0.00          98.16
##                                                             time critical situations       1      0.00          98.16      0.00          98.16
##                                                                          time demand       1      0.00          98.16      0.00          98.16
##                                                                        time employee       1      0.00          98.16      0.00          98.16
##                                                                       time positions       1      0.00          98.16      0.00          98.16
##                                                           time sensitive assignments       1      0.00          98.17      0.00          98.17
##                                                                time series analytics       1      0.00          98.17      0.00          98.17
##                                                                  time series methods       1      0.00          98.17      0.00          98.17
##                                                                 time series modeling       1      0.00          98.17      0.00          98.17
##                                             time series signal processing techniques       1      0.00          98.17      0.00          98.17
##                                                                    time team members       1      0.00          98.18      0.00          98.18
##                                                                       time tradeoffs       1      0.00          98.18      0.00          98.18
##                                                                            time user       1      0.00          98.18      0.00          98.18
##                                                                             timeline       1      0.00          98.18      0.00          98.18
##                                                                           timeliness       1      0.00          98.18      0.00          98.18
##                                                              timely delivery of data       1      0.00          98.19      0.00          98.19
##                                                 timely delivery of high-quality data       1      0.00          98.19      0.00          98.19
##                                                          timely delivery of products       1      0.00          98.19      0.00          98.19
##                                                           timely delivery of results       1      0.00          98.19      0.00          98.19
##                                                 timely evaluations of current social       1      0.00          98.19      0.00          98.19
##                                                                     timely follow-up       1      0.00          98.20      0.00          98.20
##                                                            timely marketing campaign       1      0.00          98.20      0.00          98.20
##                                                                       timely results       1      0.00          98.20      0.00          98.20
##                                                                           timely way       1      0.00          98.20      0.00          98.20
##                                                                  timeseries analysis       1      0.00          98.20      0.00          98.20
##                                                              tintable glass solution       1      0.00          98.20      0.00          98.20
##                                                 tintable sageglass controls sunlight       1      0.00          98.21      0.00          98.21
##                                                                                  tip       1      0.00          98.21      0.00          98.21
##                                                                                  tir       1      0.00          98.21      0.00          98.21
##                                                                         tirepressure       1      0.00          98.21      0.00          98.21
##                                                                               titles       1      0.00          98.21      0.00          98.21
##                                                                              tj maxx       1      0.00          98.22      0.00          98.22
##                                                                          tjx digital       1      0.00          98.22      0.00          98.22
##                                                                                 tmcx       1      0.00          98.22      0.00          98.22
##                                                                                 tmus       1      0.00          98.22      0.00          98.22
##                                                                                   tn       1      0.00          98.22      0.00          98.22
##                                                                                 toad       1      0.00          98.23      0.00          98.23
##                                                                               tomcat       1      0.00          98.23      0.00          98.23
##                                                                          tomorrowing       1      0.00          98.23      0.00          98.23
##                                                                 tomorrows renewables       1      0.00          98.23      0.00          98.23
##                                                                         tons of data       1      0.00          98.23      0.00          98.23
##                                                                       tons of snacks       1      0.00          98.24      0.00          98.24
##                                                                           tool build       1      0.00          98.24      0.00          98.24
##                                                                     tool development       1      0.00          98.24      0.00          98.24
##                                                                    tools disciplines       1      0.00          98.24      0.00          98.24
##                                                                              toolset       1      0.00          98.24      0.00          98.24
##                                                                             toolsets       1      0.00          98.24      0.00          98.24
##                                                   top-notch engineering organization       1      0.00          98.25      0.00          98.25
##                                                                  top-notch investors       1      0.00          98.25      0.00          98.25
##                                                                   top-rated insurers       1      0.00          98.25      0.00          98.25
##                                                                        top workplace       1      0.00          98.25      0.00          98.25
##                                                                     topic extraction       1      0.00          98.25      0.00          98.25
##                                                                 topic modeling tasks       1      0.00          98.26      0.00          98.26
##                                                            topological data analysis       1      0.00          98.26      0.00          98.26
##                                                                      total wellbeing       1      0.00          98.26      0.00          98.26
##                                                                    touch environment       1      0.00          98.26      0.00          98.26
##                                                                           touchpoint       1      0.00          98.26      0.00          98.26
##                                                                          touchpoints       1      0.00          98.27      0.00          98.27
##                                                              tough business problems       1      0.00          98.27      0.00          98.27
##                                                                      tough decisions       1      0.00          98.27      0.00          98.27
##                                                                       tough problems       1      0.00          98.27      0.00          98.27
##                                                                        tpl deadlines       1      0.00          98.27      0.00          98.27
##                                                                    tpl research team       1      0.00          98.28      0.00          98.28
##                                                         track company specific risks       1      0.00          98.28      0.00          98.28
##                                                               track record of diving       1      0.00          98.28      0.00          98.28
##                                                                   tracking of issues       1      0.00          98.28      0.00          98.28
##                                                     tracking of process improvements       1      0.00          98.28      0.00          98.28
##                                                                           trade-offs       1      0.00          98.28      0.00          98.28
##                                                  trade-offs of modeling improvements       1      0.00          98.29      0.00          98.29
##                                                                        trade capture       1      0.00          98.29      0.00          98.29
##                                                                     trade management       1      0.00          98.29      0.00          98.29
##                                                                            tradeoffs       1      0.00          98.29      0.00          98.29
##                                                                   trading experience       1      0.00          98.29      0.00          98.29
##                                                                     trading strategy       1      0.00          98.30      0.00          98.30
##                                                                        trading tools       1      0.00          98.30      0.00          98.30
##                                                         traditional banking industry       1      0.00          98.30      0.00          98.30
##                                                                    traditional banks       1      0.00          98.30      0.00          98.30
##                                                   traditional development boundaries       1      0.00          98.30      0.00          98.30
##                                                                  traditional process       1      0.00          98.31      0.00          98.31
##                                                     traditional statistical modeling       1      0.00          98.31      0.00          98.31
##                                                     traditional steadfast commitment       1      0.00          98.31      0.00          98.31
##                                                  traditional web analytics platforms       1      0.00          98.31      0.00          98.31
##                                                                      traffic quality       1      0.00          98.31      0.00          98.31
##                                                                                trail       1      0.00          98.32      0.00          98.32
##                                                                               trails       1      0.00          98.32      0.00          98.32
##                                                              train junior scientists       1      0.00          98.32      0.00          98.32
##                                                                train neural networks       1      0.00          98.32      0.00          98.32
##                                                                        training data       1      0.00          98.32      0.00          98.32
##                                                             training data extraction       1      0.00          98.32      0.00          98.32
##                                                  training data generation techniques       1      0.00          98.33      0.00          98.33
##                                                                    training einstein       1      0.00          98.33      0.00          98.33
##                                                                     training methods       1      0.00          98.33      0.00          98.33
##                                                                  training physicians       1      0.00          98.33      0.00          98.33
##                                                              training qualifications       1      0.00          98.33      0.00          98.33
##                                                                        training week       1      0.00          98.34      0.00          98.34
##                                                                            trainings       1      0.00          98.34      0.00          98.34
##                                                                               trains       1      0.00          98.34      0.00          98.34
##                                                                   trains programmers       1      0.00          98.34      0.00          98.34
##                                                                               traits       1      0.00          98.34      0.00          98.34
##                                                                transaction line data       1      0.00          98.35      0.00          98.35
##                                                                   transactional data       1      0.00          98.35      0.00          98.35
##                                                             transactional processing       1      0.00          98.35      0.00          98.35
##                                                                   transfer knowledge       1      0.00          98.35      0.00          98.35
##                                                               transformation of data       1      0.00          98.35      0.00          98.35
##                                                                 transformation rules       1      0.00          98.36      0.00          98.36
##                                                          transformational experience       1      0.00          98.36      0.00          98.36
##                                                                transformative change       1      0.00          98.36      0.00          98.36
##                                                              transformative research       1      0.00          98.36      0.00          98.36
##                                                                           transforms       1      0.00          98.36      0.00          98.36
##                                                                   transgender people       1      0.00          98.36      0.00          98.36
##                                                 transitioning web service interfaces       1      0.00          98.37      0.00          98.37
##                                                        translating business problems       1      0.00          98.37      0.00          98.37
##                                                    translating business requirements       1      0.00          98.37      0.00          98.37
##                                                             translating requirements       1      0.00          98.37      0.00          98.37
##                                                              translation of findings       1      0.00          98.37      0.00          98.37
##                                                        transparency policy statement       1      0.00          98.38      0.00          98.38
##                                                              transparent environment       1      0.00          98.38      0.00          98.38
##                                                     transportation analysis projects       1      0.00          98.38      0.00          98.38
##                                                                  transportation bids       1      0.00          98.38      0.00          98.38
##                                                                  transportation data       1      0.00          98.38      0.00          98.38
##                                                           transportation engineering       1      0.00          98.39      0.00          98.39
##                                                   transportation modeling experience       1      0.00          98.39      0.00          98.39
##                                                            transportation operations       1      0.00          98.39      0.00          98.39
##                                                transportation technology of tomorrow       1      0.00          98.39      0.00          98.39
##                                                                   travel - available       1      0.00          98.39      0.00          98.39
##                                                                       travel percent       1      0.00          98.39      0.00          98.39
##                                                                            traveling       1      0.00          98.40      0.00          98.40
##                                                                             treasury       1      0.00          98.40      0.00          98.40
##                                                                       treasury areas       1      0.00          98.40      0.00          98.40
##                                                                    treatment options       1      0.00          98.40      0.00          98.40
##                                                                           treatments       1      0.00          98.40      0.00          98.40
##                                                                    tree-based models       1      0.00          98.41      0.00          98.41
##                                                                            tree nuts       1      0.00          98.41      0.00          98.41
##                                                                                trees       1      0.00          98.41      0.00          98.41
##                                                                   trees-based models       1      0.00          98.41      0.00          98.41
##                                                                               trello       1      0.00          98.41      0.00          98.41
##                                                                   tremendous utility       1      0.00          98.42      0.00          98.42
##                                                          trended future requirements       1      0.00          98.42      0.00          98.42
##                                                                             trending       1      0.00          98.42      0.00          98.42
##                                                                   trends andpatterns       1      0.00          98.42      0.00          98.42
##                                                                                trial       1      0.00          98.42      0.00          98.42
##                                                                         trial period       1      0.00          98.43      0.00          98.43
##                                                                             triggers       1      0.00          98.43      0.00          98.43
##                                                             trillions of data points       1      0.00          98.43      0.00          98.43
##                                                     trillions of online interactions       1      0.00          98.43      0.00          98.43
##                                                                        trojan family       1      0.00          98.43      0.00          98.43
##                                                                              trouble       1      0.00          98.43      0.00          98.43
##                                                                      troubleshooting       1      0.00          98.44      0.00          98.44
##                                                                               trucks       1      0.00          98.44      0.00          98.44
##                                                                          true impact       1      0.00          98.44      0.00          98.44
##                                                                          true spirit       1      0.00          98.44      0.00          98.44
##                                                               true technology leader       1      0.00          98.44      0.00          98.44
##                                                                      trusted advisor       1      0.00          98.45      0.00          98.45
##                                                                     trusted advisors       1      0.00          98.45      0.00          98.45
##                                           trusted provider of information technology       1      0.00          98.45      0.00          98.45
##                                                          trusted provider of mission       1      0.00          98.45      0.00          98.45
##                                                                 trusted relationship       1      0.00          98.45      0.00          98.45
##                                                                     trusted resource       1      0.00          98.46      0.00          98.46
##                                                                       trusting bonds       1      0.00          98.46      0.00          98.46
##                                                                             ts level       1      0.00          98.46      0.00          98.46
##                                                           tuition assistance program       1      0.00          98.46      0.00          98.46
##                                                                     tuition benefits       1      0.00          98.46      0.00          98.46
##                                                                               tuning       1      0.00          98.47      0.00          98.47
##                                                                                 turf       1      0.00          98.47      0.00          98.47
##                                                                   turn-key analytics       1      0.00          98.47      0.00          98.47
##                                                                                   tv       1      0.00          98.47      0.00          98.47
##                                                                       tv advertising       1      0.00          98.47      0.00          98.47
##                                                                  twocoding languages       1      0.00          98.47      0.00          98.47
##                                                                        twoindustries       1      0.00          98.48      0.00          98.48
##                                                                               tynker       1      0.00          98.48      0.00          98.48
##                                                                  type of appointment       1      0.00          98.48      0.00          98.48
##                                                                      type of culture       1      0.00          98.48      0.00          98.48
##                                                                   type of experience       1      0.00          98.48      0.00          98.48
##                                                                     type of position       1      0.00          98.49      0.00          98.49
##                                                                    type of reference       1      0.00          98.49      0.00          98.49
##                                                                   types of behaviors       1      0.00          98.49      0.00          98.49
##                                                                  typical disciplines       1      0.00          98.49      0.00          98.49
##                                                           typical office environment       1      0.00          98.49      0.00          98.49
##                                                               uber's autonomy effort       1      0.00          98.50      0.00          98.50
##                                                                                  ubs       1      0.00          98.50      0.00          98.50
##                                                                               ubuntu       1      0.00          98.50      0.00          98.50
##                                                                                 ucsf       1      0.00          98.50      0.00          98.50
##                                                                          ucsf center       1      0.00          98.50      0.00          98.50
##                                                       ucsf digital health innovation       1      0.00          98.51      0.00          98.51
##                                                                            ui design       1      0.00          98.51      0.00          98.51
##                                                            ultimate driving machines       1      0.00          98.51      0.00          98.51
##                                                                         uml modeling       1      0.00          98.51      0.00          98.51
##                                                                                 umls       1      0.00          98.51      0.00          98.51
##                                                                       uncapped bonus       1      0.00          98.51      0.00          98.51
##                                                       uncharted engineering problems       1      0.00          98.52      0.00          98.52
##                                                   unclassified professional position       1      0.00          98.52      0.00          98.52
##                                                                 unclassified sources       1      0.00          98.52      0.00          98.52
##                                                              unconventional benefits       1      0.00          98.52      0.00          98.52
##                                                              unconventional problems       1      0.00          98.52      0.00          98.52
##                                                                   undefined problems       1      0.00          98.53      0.00          98.53
##                                                               undergraduate calculus       1      0.00          98.53      0.00          98.53
##                                                                    undergraduate gpa       1      0.00          98.53      0.00          98.53
##                                                                    underlying causes       1      0.00          98.53      0.00          98.53
##                                                                underlying principles       1      0.00          98.53      0.00          98.53
##                                                      understandable business stories       1      0.00          98.54      0.00          98.54
##                                                              understandable insights       1      0.00          98.54      0.00          98.54
##                                                                understandable manner       1      0.00          98.54      0.00          98.54
##                                                                   understanding data       1      0.00          98.54      0.00          98.54
##                                                         understanding data hierarchy       1      0.00          98.54      0.00          98.54
##                                                  understanding of advanced analytics       1      0.00          98.55      0.00          98.55
##                                                      understanding of best practices       1      0.00          98.55      0.00          98.55
##                                             understanding of clients' research needs       1      0.00          98.55      0.00          98.55
##                                  understanding of common machine learning algorithms       1      0.00          98.55      0.00          98.55
##                                                          understanding of conversant       1      0.00          98.55      0.00          98.55
##                                             understanding of current business trends       1      0.00          98.55      0.00          98.55
##                                                        understanding of data science       1      0.00          98.56      0.00          98.56
##                                      understanding of geographic information science       1      0.00          98.56      0.00          98.56
##                                                        understanding of mathematical       1      0.00          98.56      0.00          98.56
##                                                         understanding of statistical       1      0.00          98.56      0.00          98.56
##                                                          understanding of statistics       1      0.00          98.56      0.00          98.56
##                                                     understanding of system upstream       1      0.00          98.57      0.00          98.57
##                                                                underwater navigation       1      0.00          98.57      0.00          98.57
##                                                                       undue hardship       1      0.00          98.57      0.00          98.57
##                                                                  unexpected insights       1      0.00          98.57      0.00          98.57
##                                                                  unfamiliar concepts       1      0.00          98.57      0.00          98.57
##                                                           unified scalable solutions       1      0.00          98.58      0.00          98.58
##                                                               uniform service member       1      0.00          98.58      0.00          98.58
##                                                                             uniforms       1      0.00          98.58      0.00          98.58
##                                                             uninterrupted production       1      0.00          98.58      0.00          98.58
##                                                                    unique challenges       1      0.00          98.58      0.00          98.58
##                                                             unique check-in approach       1      0.00          98.59      0.00          98.59
##                                                                     unique data sets       1      0.00          98.59      0.00          98.59
##                                                   unique dynamic predictive solution       1      0.00          98.59      0.00          98.59
##                                                                   unique experiences       1      0.00          98.59      0.00          98.59
##                                                                      unique features       1      0.00          98.59      0.00          98.59
##                                                                         unique ideas       1      0.00          98.59      0.00          98.59
##                                                                      unique industry       1      0.00          98.60      0.00          98.60
##                                                                         unique needs       1      0.00          98.60      0.00          98.60
##                                                                      unique offering       1      0.00          98.60      0.00          98.60
##                                                                   unique perspective       1      0.00          98.60      0.00          98.60
##                                                                      unique products       1      0.00          98.60      0.00          98.60
##                                                                         unique story       1      0.00          98.61      0.00          98.61
##                                                                          unique team       1      0.00          98.61      0.00          98.61
##                   unique vectorization of system log data drives predictive modeling       1      0.00          98.61      0.00          98.61
##                                                           unique working environment       1      0.00          98.61      0.00          98.61
##                                                                           uniqueness       1      0.00          98.61      0.00          98.61
##                                                                   uniqueperspectives       1      0.00          98.62      0.00          98.62
##                                                                      unit test cases       1      0.00          98.62      0.00          98.62
##                                                              unit testing experience       1      0.00          98.62      0.00          98.62
##                                                               united state air force       1      0.00          98.62      0.00          98.62
##                                                                    united state army       1      0.00          98.62      0.00          98.62
##                                                             united states-california       1      0.00          98.63      0.00          98.63
##                                                                     united states-oh       1      0.00          98.63      0.00          98.63
##                                                       united states golf association       1      0.00          98.63      0.00          98.63
##                                                      united technologies corporation       1      0.00          98.63      0.00          98.63
##                                                         united technologies nyse utx       1      0.00          98.63      0.00          98.63
##                                                                                units       1      0.00          98.63      0.00          98.63
##                                                            unity developer retention       1      0.00          98.64      0.00          98.64
##                                                                         unity engine       1      0.00          98.64      0.00          98.64
##                                                             univariate distributions       1      0.00          98.64      0.00          98.64
##                                                                    universe estimate       1      0.00          98.64      0.00          98.64
##                                                                         universities       1      0.00          98.64      0.00          98.64
##                                                                    university degree       1      0.00          98.65      0.00          98.65
##                                                                university experience       1      0.00          98.65      0.00          98.65
##                                                                  university hospital       1      0.00          98.65      0.00          98.65
##                                                                university of chicago       1      0.00          98.65      0.00          98.65
##                                                       university of colorado boulder       1      0.00          98.65      0.00          98.65
##                                                           university of pennsylvania       1      0.00          98.66      0.00          98.66
##                                                    university of southern california       1      0.00          98.66      0.00          98.66
##                                                                  university overview       1      0.00          98.66      0.00          98.66
##                                                                     university title       1      0.00          98.66      0.00          98.66
##                                                                             unix cli       1      0.00          98.66      0.00          98.66
##                                                                    unix environments       1      0.00          98.67      0.00          98.67
##                                                                       unix platforms       1      0.00          98.67      0.00          98.67
##                                                             unix scripting languages       1      0.00          98.67      0.00          98.67
##                                                                         unix servers       1      0.00          98.67      0.00          98.67
##                                                                           unix shell       1      0.00          98.67      0.00          98.67
##                                                                     unix system apis       1      0.00          98.67      0.00          98.67
##                                                                   unknown challenges       1      0.00          98.68      0.00          98.68
##                                                              unlawful discrimination       1      0.00          98.68      0.00          98.68
##                                                                     unlimited growth       1      0.00          98.68      0.00          98.68
##                                                                  unlimited paid time       1      0.00          98.68      0.00          98.68
##                                                                       unlimited time       1      0.00          98.68      0.00          98.68
##                                                                    unpaid experience       1      0.00          98.69      0.00          98.69
##                                                                     unplanned events       1      0.00          98.69      0.00          98.69
##                                                             unprecedented challenges       1      0.00          98.69      0.00          98.69
##                                                  unprecedented level of intelligence       1      0.00          98.69      0.00          98.69
##                                                                   unreported defects       1      0.00          98.69      0.00          98.69
##                                                                    unresolved issues       1      0.00          98.70      0.00          98.70
##                                                                     unrivalled rigor       1      0.00          98.70      0.00          98.70
##                                                               unsolicited headhunter       1      0.00          98.70      0.00          98.70
##                                                           unstructured data analysis       1      0.00          98.70      0.00          98.70
##                                                             unstructured data spread       1      0.00          98.70      0.00          98.70
##                                                             unstructured data stores       1      0.00          98.71      0.00          98.71
##                                                             unstructured raw company       1      0.00          98.71      0.00          98.71
##                                                             unsupervised data models       1      0.00          98.71      0.00          98.71
##                                                     unsupervised learning techniques       1      0.00          98.71      0.00          98.71
##                                                                 unsupervised methods       1      0.00          98.71      0.00          98.71
##                                               unsupervised model development efforts       1      0.00          98.71      0.00          98.71
##                                                     unsupervised modeling techniques       1      0.00          98.72      0.00          98.72
##                                                                  unsupervised models       1      0.00          98.72      0.00          98.72
##                                                                                 unum       1      0.00          98.72      0.00          98.72
##                                                                      unusual hazards       1      0.00          98.72      0.00          98.72
##                                                                 up-to-date expertise       1      0.00          98.72      0.00          98.72
##                                                                 up-to-date knowledge       1      0.00          98.73      0.00          98.73
##                                            up-to-date knowledge of technology trends       1      0.00          98.73      0.00          98.73
##                                                                               update       1      0.00          98.73      0.00          98.73
##                                                            update knowledge articles       1      0.00          98.73      0.00          98.73
##                                                                   updated procedures       1      0.00          98.73      0.00          98.73
##                                                                                  ups       1      0.00          98.74      0.00          98.74
##                                                                    upscale ecommerce       1      0.00          98.74      0.00          98.74
##                                                                              upvotes       1      0.00          98.74      0.00          98.74
##                                                                       urban planning       1      0.00          98.74      0.00          98.74
##                                                                    urbanizing cities       1      0.00          98.74      0.00          98.74
##                                                             urgent business problems       1      0.00          98.75      0.00          98.75
##                                                                       us-co-colorado       1      0.00          98.75      0.00          98.75
##                                                                           us-florida       1      0.00          98.75      0.00          98.75
##                                                                     us cle cleveland       1      0.00          98.75      0.00          98.75
##                                                                    us housing market       1      0.00          98.75      0.00          98.75
##                                                          us medical affairs evidence       1      0.00          98.75      0.00          98.75
##                                                                              us navy       1      0.00          98.76      0.00          98.76
##                                                                us permanent resident       1      0.00          98.76      0.00          98.76
##                                                      usa's largest system integrator       1      0.00          98.76      0.00          98.76
##                                    usa - culver city - studio lot - norman lear bldg       1      0.00          98.76      0.00          98.76
##                                                                      usage behaviors       1      0.00          98.76      0.00          98.76
##                                                    usage of correct business english       1      0.00          98.77      0.00          98.77
##                                                                           usage of r       1      0.00          98.77      0.00          98.77
##                                                                                usaid       1      0.00          98.77      0.00          98.77
##                                                                         usc employee       1      0.00          98.77      0.00          98.77
##                                                                    use of analytical       1      0.00          98.77      0.00          98.77
##                                                       use of contemporary techniques       1      0.00          98.78      0.00          98.78
##                                                use of current data analysis software       1      0.00          98.78      0.00          98.78
##                                                                          use of data       1      0.00          98.78      0.00          98.78
##                                                           use of data visualizations       1      0.00          98.78      0.00          98.78
##                                                                 use of existing data       1      0.00          98.78      0.00          98.78
##                                                                    use of frameworks       1      0.00          98.79      0.00          98.79
##                                                 use of high-level modeling languages       1      0.00          98.79      0.00          98.79
##                                                                     use of new tools       1      0.00          98.79      0.00          98.79
##                                                            use of project experience       1      0.00          98.79      0.00          98.79
##                                                        use of statistical techniques       1      0.00          98.79      0.00          98.79
##                                                                     useable insights       1      0.00          98.79      0.00          98.79
##                                                                      used car market       1      0.00          98.80      0.00          98.80
##                                                                 used car sale prices       1      0.00          98.80      0.00          98.80
##                                                          used car wholesale channels       1      0.00          98.80      0.00          98.80
##                                                               used client algorithms       1      0.00          98.80      0.00          98.80
##                                                                       used databases       1      0.00          98.80      0.00          98.80
##                                                                       used reporting       1      0.00          98.81      0.00          98.81
##                                                                     useful data sets       1      0.00          98.81      0.00          98.81
##                                                                     useful knowledge       1      0.00          98.81      0.00          98.81
##                                                                        useful things       1      0.00          98.81      0.00          98.81
##                                                               useful transformations       1      0.00          98.81      0.00          98.81
##                                                                        useful trends       1      0.00          98.82      0.00          98.82
##                                                          user-focused visualizations       1      0.00          98.82      0.00          98.82
##                                                                     user action data       1      0.00          98.82      0.00          98.82
##                                                                user centric approach       1      0.00          98.82      0.00          98.82
##                                                                      user engagement       1      0.00          98.82      0.00          98.82
##                                                             user engagement patterns       1      0.00          98.83      0.00          98.83
##                                                                     user experiences       1      0.00          98.83      0.00          98.83
##                                                                user research surveys       1      0.00          98.83      0.00          98.83
##                                                                       user retention       1      0.00          98.83      0.00          98.83
##                                                                    user segmentation       1      0.00          98.83      0.00          98.83
##                                                                         user stories       1      0.00          98.83      0.00          98.83
##                                                                          user trends       1      0.00          98.84      0.00          98.84
##                                                                       user workflows       1      0.00          98.84      0.00          98.84
##                                                                          usga campus       1      0.00          98.84      0.00          98.84
##                                                                     usga golf museum       1      0.00          98.84      0.00          98.84
##                                                                 usga handicap system       1      0.00          98.84      0.00          98.84
##                                                                           ust-global       1      0.00          98.85      0.00          98.85
##                                                                           ust global       1      0.00          98.85      0.00          98.85
##                                                     ustranscom senior data scientist       1      0.00          98.85      0.00          98.85
##                                                                utc aerospace systems       1      0.00          98.85      0.00          98.85
##                                                                          utc climate       1      0.00          98.85      0.00          98.85
##                                                             utility industry clients       1      0.00          98.86      0.00          98.86
##                                                                  utility of modeling       1      0.00          98.86      0.00          98.86
##                                                         utility of neuroimaging data       1      0.00          98.86      0.00          98.86
##                                                               utility of new methods       1      0.00          98.86      0.00          98.86
##                                                                          utilization       1      0.00          98.86      0.00          98.86
##                                                              utilizing data analysis       1      0.00          98.87      0.00          98.87
##                                                                                utnb1       1      0.00          98.87      0.00          98.87
##                                                                        ux experience       1      0.00          98.87      0.00          98.87
##                                                                             v-lookup       1      0.00          98.87      0.00          98.87
##                                                                 vacancy announcement       1      0.00          98.87      0.00          98.87
##                                                                             vacation       1      0.00          98.87      0.00          98.87
##                                                                       vacation leave       1      0.00          98.88      0.00          98.88
##                                                          vacation ownership industry       1      0.00          98.88      0.00          98.88
##                                                                              vagrant       1      0.00          98.88      0.00          98.88
##                                                                    valid conclusions       1      0.00          98.88      0.00          98.88
##                                                                         valid driver       1      0.00          98.88      0.00          98.88
##                                                                         valid models       1      0.00          98.89      0.00          98.89
##                                                                          valid state       1      0.00          98.89      0.00          98.89
##                                                                    validated insight       1      0.00          98.89      0.00          98.89
##                                                     validated qa testing methodology       1      0.00          98.89      0.00          98.89
##                                                                           validating       1      0.00          98.89      0.00          98.89
##                                                                    validation models       1      0.00          98.90      0.00          98.90
##                                    validation of new product development initiatives       1      0.00          98.90      0.00          98.90
##                                                                validation procedures       1      0.00          98.90      0.00          98.90
##                                                                 validation processes       1      0.00          98.90      0.00          98.90
##                                                                     validation tests       1      0.00          98.90      0.00          98.90
##                                                                          validations       1      0.00          98.91      0.00          98.91
##                                                                     valuable actions       1      0.00          98.91      0.00          98.91
##                                                           valuable business insights       1      0.00          98.91      0.00          98.91
##                                                           valuable clinical insights       1      0.00          98.91      0.00          98.91
##                                                                 valuable discoveries       1      0.00          98.91      0.00          98.91
##                                                                 valuable information       1      0.00          98.91      0.00          98.91
##                                                       valuable intellectual property       1      0.00          98.92      0.00          98.92
##                                                                   valuable resources       1      0.00          98.92      0.00          98.92
##                                                                    valuable services       1      0.00          98.92      0.00          98.92
##                                                                    valuable training       1      0.00          98.92      0.00          98.92
##                                                                   valuation concepts       1      0.00          98.92      0.00          98.92
##                                                         valuation data discrepancies       1      0.00          98.93      0.00          98.93
##                                                         value-added poultry products       1      0.00          98.93      0.00          98.93
##                                                                  value-based culture       1      0.00          98.93      0.00          98.93
##                                                                        value of data       1      0.00          98.93      0.00          98.93
##                                                                      value of models       1      0.00          98.93      0.00          98.93
##                                                     value of new types of extraction       1      0.00          98.94      0.00          98.94
##                                                                 value of performance       1      0.00          98.94      0.00          98.94
##                                                                   value of reporting       1      0.00          98.94      0.00          98.94
##                                                                      value of search       1      0.00          98.94      0.00          98.94
##                                                      value of strategic partnerships       1      0.00          98.94      0.00          98.94
##                                                                       value oriented       1      0.00          98.95      0.00          98.95
##                                                                        valued brands       1      0.00          98.95      0.00          98.95
##                                                                       valued clients       1      0.00          98.95      0.00          98.95
##                                                                          valued ones       1      0.00          98.95      0.00          98.95
##                                                                values accountability       1      0.00          98.95      0.00          98.95
##                                                                     values diversity       1      0.00          98.95      0.00          98.95
##                                                                    values simplicity       1      0.00          98.96      0.00          98.96
##                                                                                  var       1      0.00          98.96      0.00          98.96
##                                                                   varen technologies       1      0.00          98.96      0.00          98.96
##                                                                     varen technology       1      0.00          98.96      0.00          98.96
##                                                                       variable costs       1      0.00          98.96      0.00          98.96
##                                                                  variable importance       1      0.00          98.97      0.00          98.97
##                                                                   variable selection       1      0.00          98.97      0.00          98.97
##                                                                  variable situations       1      0.00          98.97      0.00          98.97
##                                                                             variance       1      0.00          98.97      0.00          98.97
##                                                                    variance tradeoff       1      0.00          98.97      0.00          98.97
##                                                                            variances       1      0.00          98.98      0.00          98.98
##                                                                          varied data       1      0.00          98.98      0.00          98.98
##                                                              varied responsibilities       1      0.00          98.98      0.00          98.98
##                                                                       varied sources       1      0.00          98.98      0.00          98.98
##                                                         varied technical backgrounds       1      0.00          98.98      0.00          98.98
##                                                          variety modeling techniques       1      0.00          98.99      0.00          98.99
##                                                                  variety of academic       1      0.00          98.99      0.00          98.99
##                                                     variety of analytical techniques       1      0.00          98.99      0.00          98.99
##                                                               variety of backgrounds       1      0.00          98.99      0.00          98.99
##                                                         variety of business problems       1      0.00          98.99      0.00          98.99
##                                                            variety of business units       1      0.00          98.99      0.00          98.99
##                                                                   variety of clients       1      0.00          99.00      0.00          99.00
##                                                             variety of computational       1      0.00          99.00      0.00          99.00
##                                                        variety of concrete variables       1      0.00          99.00      0.00          99.00
##                                                       variety of core business areas       1      0.00          99.00      0.00          99.00
##                                                                      variety of data       1      0.00          99.00      0.00          99.00
##                                                                 variety of databases       1      0.00          99.01      0.00          99.01
##                                                               variety of departments       1      0.00          99.01      0.00          99.01
##                                                      variety of different data types       1      0.00          99.01      0.00          99.01
##                                                                   variety of domains       1      0.00          99.01      0.00          99.01
##                                                       variety of downstream purposes       1      0.00          99.01      0.00          99.01
##                                                                    variety of duties       1      0.00          99.02      0.00          99.02
##                                                      variety of employee initiatives       1      0.00          99.02      0.00          99.02
##                                                                variety of enterprise       1      0.00          99.02      0.00          99.02
##                                                              variety of environments       1      0.00          99.02      0.00          99.02
##                                                     variety of exciting applications       1      0.00          99.02      0.00          99.02
##                                                                   variety of factors       1      0.00          99.03      0.00          99.03
##                                                                      variety of hats       1      0.00          99.03      0.00          99.03
##                                                                variety of industries       1      0.00          99.03      0.00          99.03
##                                                              variety of instructions       1      0.00          99.03      0.00          99.03
##                                                                   variety of machine       1      0.00          99.03      0.00          99.03
##                                               variety of machine learning algorithms       1      0.00          99.03      0.00          99.03
##                                                   variety of machine learning models       1      0.00          99.04      0.00          99.04
##                                                                   variety of methods       1      0.00          99.04      0.00          99.04
##                                              variety of neural network architectures       1      0.00          99.04      0.00          99.04
##                                                      variety of open source products       1      0.00          99.04      0.00          99.04
##                                                                  variety of problems       1      0.00          99.04      0.00          99.04
##                                                                variety of relational       1      0.00          99.05      0.00          99.05
##                                                              variety of requirements       1      0.00          99.05      0.00          99.05
##                                                              variety of stakeholders       1      0.00          99.05      0.00          99.05
##                                                               variety of statistical       1      0.00          99.05      0.00          99.05
##                                                         variety of statistical tools       1      0.00          99.05      0.00          99.05
##                                                                     variety of tools       1      0.00          99.06      0.00          99.06
##                                                               variety of traditional       1      0.00          99.06      0.00          99.06
##                                                       variety of well-being programs       1      0.00          99.06      0.00          99.06
##                                                                     various analyses       1      0.00          99.06      0.00          99.06
##                                                               various analytic tools       1      0.00          99.06      0.00          99.06
##                                                              various analytics teams       1      0.00          99.07      0.00          99.07
##                                                various aspects of semiconductor test       1      0.00          99.07      0.00          99.07
##                                                  various available courses of action       1      0.00          99.07      0.00          99.07
##                                                                  various backgrounds       1      0.00          99.07      0.00          99.07
##                                                 various bi reporting tools preferred       1      0.00          99.07      0.00          99.07
##                                                     various bioinformatics databases       1      0.00          99.07      0.00          99.07
##                                                  various business development events       1      0.00          99.08      0.00          99.08
##                                                               various business lines       1      0.00          99.08      0.00          99.08
##                                                            various business partners       1      0.00          99.08      0.00          99.08
##                                                               various business teams       1      0.00          99.08      0.00          99.08
##                                                                     various channels       1      0.00          99.08      0.00          99.08
##                                                  various company specific interfaces       1      0.00          99.09      0.00          99.09
##                                                                    various customers       1      0.00          99.09      0.00          99.09
##                                                               various data discovery       1      0.00          99.09      0.00          99.09
##                                                       various data modeling concepts       1      0.00          99.09      0.00          99.09
##                                                     various data modeling techniques       1      0.00          99.09      0.00          99.09
##                                                               various data pipelines       1      0.00          99.10      0.00          99.10
##                                                               various data resources       1      0.00          99.10      0.00          99.10
##                                                        various data science projects       1      0.00          99.10      0.00          99.10
##                                                              various data structures       1      0.00          99.10      0.00          99.10
##                                                                    various databases       1      0.00          99.10      0.00          99.10
##                                                                     various datasets       1      0.00          99.11      0.00          99.11
##                                                                      various domains       1      0.00          99.11      0.00          99.11
##                                                          various domains of metadata       1      0.00          99.11      0.00          99.11
##                                                            various engineering teams       1      0.00          99.11      0.00          99.11
##                                                          various feature engineering       1      0.00          99.11      0.00          99.11
##                                                          various government agencies       1      0.00          99.11      0.00          99.11
##                                                          various healthcare research       1      0.00          99.12      0.00          99.12
##                                                             various industry sectors       1      0.00          99.12      0.00          99.12
##                                          various kinds of advanced analytics methods       1      0.00          99.12      0.00          99.12
##                                                             various leadership teams       1      0.00          99.12      0.00          99.12
##                                                  various machine learning approaches       1      0.00          99.12      0.00          99.12
##                                                    various machine learning problems       1      0.00          99.13      0.00          99.13
##                                                                      various methods       1      0.00          99.13      0.00          99.13
##                                                                      various metrics       1      0.00          99.13      0.00          99.13
##                                                                     various modeling       1      0.00          99.13      0.00          99.13
##                                            various multi variate statistical methods       1      0.00          99.13      0.00          99.13
##                                                                         various navy       1      0.00          99.14      0.00          99.14
##                                               various ongoing life sciences projects       1      0.00          99.14      0.00          99.14
##                                                 various open source machine learning       1      0.00          99.14      0.00          99.14
##                                                            various phases of testing       1      0.00          99.14      0.00          99.14
##                                                                    various platforms       1      0.00          99.14      0.00          99.14
##                                                                      various pricing       1      0.00          99.15      0.00          99.15
##                                                                     various programs       1      0.00          99.15      0.00          99.15
##                                                                     various projects       1      0.00          99.15      0.00          99.15
##                                                            various research projects       1      0.00          99.15      0.00          99.15
##                                                    various rice university personnel       1      0.00          99.15      0.00          99.15
##                                                                       various shifts       1      0.00          99.15      0.00          99.15
##                                                                   various situations       1      0.00          99.16      0.00          99.16
##                                                       various social media platforms       1      0.00          99.16      0.00          99.16
##                                                               various software-level       1      0.00          99.16      0.00          99.16
##                                                       various sources of information       1      0.00          99.16      0.00          99.16
##                                                                various stake holders       1      0.00          99.16      0.00          99.16
##                                                                 various stakeholders       1      0.00          99.17      0.00          99.17
##                                                       various states of organization       1      0.00          99.17      0.00          99.17
##                                                                      various systems       1      0.00          99.17      0.00          99.17
##                                                                        various tasks       1      0.00          99.17      0.00          99.17
##                                                                 various technologies       1      0.00          99.17      0.00          99.17
##                                                                    various telemetry       1      0.00          99.18      0.00          99.18
##                                                                        various tools       1      0.00          99.18      0.00          99.18
##                                                                    various tpl sites       1      0.00          99.18      0.00          99.18
##                                        various types of customer segmentation models       1      0.00          99.18      0.00          99.18
##                                                                           various us       1      0.00          99.18      0.00          99.18
##                                                                   varying conditions       1      0.00          99.19      0.00          99.19
##                                                                    varying data sets       1      0.00          99.19      0.00          99.19
##                                                              varying degrees of size       1      0.00          99.19      0.00          99.19
##                                                     varying degrees of understanding       1      0.00          99.19      0.00          99.19
##                                                                   varying experience       1      0.00          99.19      0.00          99.19
##                                           varying levels of technical sophistication       1      0.00          99.19      0.00          99.19
##                                                          vast amounts of client data       1      0.00          99.20      0.00          99.20
##                                                             vast amounts of clinical       1      0.00          99.20      0.00          99.20
##                                                              vast collection of data       1      0.00          99.20      0.00          99.20
##                                                              vast market opportunity       1      0.00          99.20      0.00          99.20
##                                                                                   vb       1      0.00          99.20      0.00          99.20
##                                                                      vba programming       1      0.00          99.21      0.00          99.21
##                                                                    vc-funded startup       1      0.00          99.21      0.00          99.21
##                                                                      vector machines       1      0.00          99.21      0.00          99.21
##                                                                 vehicle depreciation       1      0.00          99.21      0.00          99.21
##                                                              vehicle electrification       1      0.00          99.21      0.00          99.21
##                                                                      vehicle routing       1      0.00          99.22      0.00          99.22
##                                                                       vehicles older       1      0.00          99.22      0.00          99.22
##                                                                             velocity       1      0.00          99.22      0.00          99.22
##                                                                              vendors       1      0.00          99.22      0.00          99.22
##                                                                                venmo       1      0.00          99.22      0.00          99.22
##                                                           verbal communication skill       1      0.00          99.23      0.00          99.23
##                                                         verbal communication skills·       1      0.00          99.23      0.00          99.23
##                                                         verbal communications skills       1      0.00          99.23      0.00          99.23
##                                                                          verbal form       1      0.00          99.23      0.00          99.23
##                                                                         verbal forms       1      0.00          99.23      0.00          99.23
##                                                                 verbal presentations       1      0.00          99.23      0.00          99.23
##                                            verifiable data science immersion program       1      0.00          99.24      0.00          99.24
##                                                                       vermont office       1      0.00          99.24      0.00          99.24
##                                                                    versatile domains       1      0.00          99.24      0.00          99.24
##                                           versatile technical data scientist capable       1      0.00          99.24      0.00          99.24
##                                                           versatile work environment       1      0.00          99.24      0.00          99.24
##                                                                          versatility       1      0.00          99.25      0.00          99.25
##                                                                              version       1      0.00          99.25      0.00          99.25
##                                                                 version control tool       1      0.00          99.25      0.00          99.25
##                                                             version control workflow       1      0.00          99.25      0.00          99.25
##                                                                    versioning system       1      0.00          99.25      0.00          99.25
##                                                                   versioning systems       1      0.00          99.26      0.00          99.26
##                                                                             versions       1      0.00          99.26      0.00          99.26
##                                                                 veteran jobs mission       1      0.00          99.26      0.00          99.26
##                                                                                 vets       1      0.00          99.26      0.00          99.26
##                                                                     video-processing       1      0.00          99.26      0.00          99.26
##                                                                          video games       1      0.00          99.27      0.00          99.27
##                                                                           vieux fort       1      0.00          99.27      0.00          99.27
##                                                              view pepsico eeo policy       1      0.00          99.27      0.00          99.27
##                                                                            viewpoint       1      0.00          99.27      0.00          99.27
##                                                                      views ambiguity       1      0.00          99.27      0.00          99.27
##                                                                            virginia·       1      0.00          99.27      0.00          99.27
##                                                                      virginia office       1      0.00          99.28      0.00          99.28
##                                           virginia tech applied research corporation       1      0.00          99.28      0.00          99.28
##                                                                         virtual care       1      0.00          99.28      0.00          99.28
##                                                                    virtual economies       1      0.00          99.28      0.00          99.28
##                                                                     virtual position       1      0.00          99.28      0.00          99.28
##                                                                  virtual storefronts       1      0.00          99.29      0.00          99.29
##                                                       virtual support expert systems       1      0.00          99.29      0.00          99.29
##                                                             virtual work environment       1      0.00          99.29      0.00          99.29
##                                                                        vishal dhiman       1      0.00          99.29      0.00          99.29
##                                                           visible projects firm wide       1      0.00          99.29      0.00          99.29
##                                                                        visitor sign-       1      0.00          99.30      0.00          99.30
##                                                                visual analytic tools       1      0.00          99.30      0.00          99.30
##                                                                   visual basics .net       1      0.00          99.30      0.00          99.30
##                                                               visual design elements       1      0.00          99.30      0.00          99.30
##                                                                  visual design teams       1      0.00          99.30      0.00          99.30
##                                          visual displays of quantitative information       1      0.00          99.31      0.00          99.31
##                                                                     visual interface       1      0.00          99.31      0.00          99.31
##                                                                  visual neuroscience       1      0.00          99.31      0.00          99.31
##                                      visual presentation of quantitative information       1      0.00          99.31      0.00          99.31
##                                                                        visual search       1      0.00          99.31      0.00          99.31
##                                                                        visual studio       1      0.00          99.31      0.00          99.31
##                                                           visualization capabilities       1      0.00          99.32      0.00          99.32
##                                                            visualization development       1      0.00          99.32      0.00          99.32
##                                                           visualization of data sets       1      0.00          99.32      0.00          99.32
##                                                         visualization of flight test       1      0.00          99.32      0.00          99.32
##                                                         visualization of information       1      0.00          99.32      0.00          99.32
##                                                              visualization platforms       1      0.00          99.33      0.00          99.33
##                                                               visualization products       1      0.00          99.33      0.00          99.33
##                                                                 visualization skills       1      0.00          99.33      0.00          99.33
##                                                               visualization software       1      0.00          99.33      0.00          99.33
##                                                                   visualization tool       1      0.00          99.33      0.00          99.33
##                                                          visualizationbest practices       1      0.00          99.34      0.00          99.34
##                                                                 visualizations tools       1      0.00          99.34      0.00          99.34
##                                                                              visuals       1      0.00          99.34      0.00          99.34
##                                                                 vital agency leaders       1      0.00          99.34      0.00          99.34
##                                                                    vital contributor       1      0.00          99.34      0.00          99.34
##                                                                      vital resources       1      0.00          99.35      0.00          99.35
##                                                                          vital tasks       1      0.00          99.35      0.00          99.35
##                                                                         vocabularies       1      0.00          99.35      0.00          99.35
##                                                                       vocal advocacy       1      0.00          99.35      0.00          99.35
##                                                                               volume       1      0.00          99.35      0.00          99.35
##                                                                       volume of data       1      0.00          99.35      0.00          99.35
##                                                                      volumes of data       1      0.00          99.36      0.00          99.36
##                                                                  volumetric datasets       1      0.00          99.36      0.00          99.36
##                                                                            volunteer       1      0.00          99.36      0.00          99.36
##                                                                 volunteer experience       1      0.00          99.36      0.00          99.36
##                                                                    volunteer program       1      0.00          99.36      0.00          99.36
##                                                                       volunteer time       1      0.00          99.37      0.00          99.37
##                                                                       volunteer work       1      0.00          99.37      0.00          99.37
##                                                                   voracious learners       1      0.00          99.37      0.00          99.37
##                                                                      votable content       1      0.00          99.37      0.00          99.37
##                                                                   voters sympathetic       1      0.00          99.37      0.00          99.37
##                                                                             vp of fp       1      0.00          99.38      0.00          99.38
##                                                                                   vr       1      0.00          99.38      0.00          99.38
##                                                                           wafer sort       1      0.00          99.38      0.00          99.38
##                                                                              walking       1      0.00          99.38      0.00          99.38
##                                                                             walkways       1      0.00          99.38      0.00          99.38
##                                                                                wants       1      0.00          99.39      0.00          99.39
##                                                                          warfighters       1      0.00          99.39      0.00          99.39
##                                                                warm work environment       1      0.00          99.39      0.00          99.39
##                                                                              warning       1      0.00          99.39      0.00          99.39
##                                                                warranty transactions       1      0.00          99.39      0.00          99.39
##                                                                washed-out background       1      0.00          99.39      0.00          99.39
##                                                          washington business journal       1      0.00          99.40      0.00          99.40
##                                                             washington dc metro area       1      0.00          99.40      0.00          99.40
##                                                                      washington post       1      0.00          99.40      0.00          99.40
##                                                                     washington post·       1      0.00          99.40      0.00          99.40
##                                                                             water st       1      0.00          99.40      0.00          99.40
##                                                                            waterfall       1      0.00          99.41      0.00          99.41
##                                                               wave of data analytics       1      0.00          99.41      0.00          99.41
##                                                                         way children       1      0.00          99.41      0.00          99.41
##                                                                        way consumers       1      0.00          99.41      0.00          99.41
##                                                                           way energy       1      0.00          99.41      0.00          99.41
##                                                              way fashion accessories       1      0.00          99.42      0.00          99.42
##                                                        way marketing decision makers       1      0.00          99.42      0.00          99.42
##                                                                           way states       1      0.00          99.42      0.00          99.42
##                                                                           way textio       1      0.00          99.42      0.00          99.42
##                                                  ways previous successful candidates       1      0.00          99.42      0.00          99.42
##                                                                           ways users       1      0.00          99.43      0.00          99.43
##                                                                              wayzata       1      0.00          99.43      0.00          99.43
##                                                                                wcdma       1      0.00          99.43      0.00          99.43
##                                                                  wdl's research team       1      0.00          99.43      0.00          99.43
##                                                                      wdl core values       1      0.00          99.43      0.00          99.43
##                                                                    wealth management       1      0.00          99.43      0.00          99.43
##                                                                     wealth of health       1      0.00          99.44      0.00          99.44
##                                                            wealth of historical data       1      0.00          99.44      0.00          99.44
##                                                                             wearable       1      0.00          99.44      0.00          99.44
##                                                                            wearables       1      0.00          99.44      0.00          99.44
##                                                                                weare       1      0.00          99.44      0.00          99.44
##                                                           web-based tool development       1      0.00          99.45      0.00          99.45
##                                                             web analytics processing       1      0.00          99.45      0.00          99.45
##                                                                  web analytics tools       1      0.00          99.45      0.00          99.45
##                                                                  web app development       1      0.00          99.45      0.00          99.45
##                                                                  web based interface       1      0.00          99.45      0.00          99.45
##                                                                       web developers       1      0.00          99.46      0.00          99.46
##                                                         web development technologies       1      0.00          99.46      0.00          99.46
##                                                                            web games       1      0.00          99.46      0.00          99.46
##                                                                       web prototypes       1      0.00          99.46      0.00          99.46
##                                                                       web proxy data       1      0.00          99.46      0.00          99.46
##                                                                         web scraping       1      0.00          99.46      0.00          99.46
##                                                                          web servers       1      0.00          99.47      0.00          99.47
##                                                          web services implementation       1      0.00          99.47      0.00          99.47
##                                                                             web site       1      0.00          99.47      0.00          99.47
##                                                                             webfocus       1      0.00          99.47      0.00          99.47
##                                                                             weblogic       1      0.00          99.47      0.00          99.47
##                                                                     website analysis       1      0.00          99.48      0.00          99.48
##                                                                  website experiences       1      0.00          99.48      0.00          99.48
##                                                                  website performance       1      0.00          99.48      0.00          99.48
##                                                                       webuild models       1      0.00          99.48      0.00          99.48
##                                                                               weeds'       1      0.00          99.48      0.00          99.48
##                                                                       weekend travel       1      0.00          99.49      0.00          99.49
##                                                                         weekly basis       1      0.00          99.49      0.00          99.49
##                                                                      weekly sessions       1      0.00          99.49      0.00          99.49
##                                                                    weekly team meals       1      0.00          99.49      0.00          99.49
##                                                                        weekly travel       1      0.00          99.49      0.00          99.49
##                                                                   weeks of paid time       1      0.00          99.50      0.00          99.50
##                                                                  weeks paid vacation       1      0.00          99.50      0.00          99.50
##                                                                       weeks vacation       1      0.00          99.50      0.00          99.50
##                                                                            weembrace       1      0.00          99.50      0.00          99.50
##                                                                               weight       1      0.00          99.50      0.00          99.50
##                                                          weight design documentation       1      0.00          99.50      0.00          99.50
##                                                                       welcome talent       1      0.00          99.51      0.00          99.51
##                                                                       welcoming push       1      0.00          99.51      0.00          99.51
##                                                              well-designed solutions       1      0.00          99.51      0.00          99.51
##                                                                well-established firm       1      0.00          99.51      0.00          99.51
##                                                                 well-financed thanks       1      0.00          99.51      0.00          99.51
##                                                   well-known quantitative techniques       1      0.00          99.52      0.00          99.52
##                                                   well-posed data science challenges       1      0.00          99.52      0.00          99.52
##                                                      well-versed knowledge of python       1      0.00          99.52      0.00          99.52
##                                                                       wellas monitor       1      0.00          99.52      0.00          99.52
##                                                                     wellness benefit       1      0.00          99.52      0.00          99.52
##                                                                     wellness program       1      0.00          99.53      0.00          99.53
##                                                                                 what       1      0.00          99.53      0.00          99.53
##                                                                              what if       1      0.00          99.53      0.00          99.53
##                                                                       whichever tool       1      0.00          99.53      0.00          99.53
##                                                                        whiskers plot       1      0.00          99.53      0.00          99.53
##                                                                  white paper writing       1      0.00          99.54      0.00          99.54
##                                                                         white papers       1      0.00          99.54      0.00          99.54
##                                                                 white river junction       1      0.00          99.54      0.00          99.54
##                                                                              whitney       1      0.00          99.54      0.00          99.54
##                                                                     wholesale credit       1      0.00          99.54      0.00          99.54
##                                                                              wichita       1      0.00          99.54      0.00          99.54
##                                                           wide array of data sources       1      0.00          99.55      0.00          99.55
##                                                                       wide audiences       1      0.00          99.55      0.00          99.55
##                                                               wide breadth knowledge       1      0.00          99.55      0.00          99.55
##                                                                   wide data services       1      0.00          99.55      0.00          99.55
##                                                                           wide range       1      0.00          99.55      0.00          99.55
##                                                      wide range of business problems       1      0.00          99.56      0.00          99.56
##                                                                wide range of clients       1      0.00          99.56      0.00          99.56
##                                                             wide range of government       1      0.00          99.56      0.00          99.56
##                                                                  wide range of ideas       1      0.00          99.56      0.00          99.56
##                                                             wide range of industries       1      0.00          99.56      0.00          99.56
##                                                            wide range of operational       1      0.00          99.57      0.00          99.57
##                                                             wide range of predictive       1      0.00          99.57      0.00          99.57
##                                                                 wide range of skills       1      0.00          99.57      0.00          99.57
##                                                                wide range of sources       1      0.00          99.57      0.00          99.57
##                                                 wide range of technical competencies       1      0.00          99.57      0.00          99.57
##                                                                     wide recognition       1      0.00          99.58      0.00          99.58
##                                                  wide spectrum of business processes       1      0.00          99.58      0.00          99.58
##                                                  wide spectrum of cargill businesses       1      0.00          99.58      0.00          99.58
##                                                           wide spectrum of decisions       1      0.00          99.58      0.00          99.58
##                                                          wide variety of atmospheres       1      0.00          99.58      0.00          99.58
##                                                 wide variety of challenging business       1      0.00          99.58      0.00          99.58
##                                                         wide variety of client needs       1      0.00          99.59      0.00          99.59
##                                                              wide variety of content       1      0.00          99.59      0.00          99.59
##                                      wide variety of marketing analytics initiatives       1      0.00          99.59      0.00          99.59
##                                                  wide variety of predictive modeling       1      0.00          99.59      0.00          99.59
##                               wide variety of professional development opportunities       1      0.00          99.59      0.00          99.59
##                                                          wide variety of statistical       1      0.00          99.60      0.00          99.60
##                                                            wide variety of strengths       1      0.00          99.60      0.00          99.60
##                                                      wide variety of technical areas       1      0.00          99.60      0.00          99.60
##                                                 wide variety of technical challenges       1      0.00          99.60      0.00          99.60
##                                                               wide vs tall data sets       1      0.00          99.60      0.00          99.60
##                                             wider new york city technology ecosystem       1      0.00          99.61      0.00          99.61
##                                                                           wider team       1      0.00          99.61      0.00          99.61
##                                                    wider team content transformation       1      0.00          99.61      0.00          99.61
##                                                                              widgets       1      0.00          99.61      0.00          99.61
##                                                                       wifi protocols       1      0.00          99.61      0.00          99.61
##                                                                                wimax       1      0.00          99.62      0.00          99.62
##                                                                  windowing functions       1      0.00          99.62      0.00          99.62
##                                                                         winning team       1      0.00          99.62      0.00          99.62
##                                                                    wireless services       1      0.00          99.62      0.00          99.62
##                                                                               wisdom       1      0.00          99.62      0.00          99.62
##                                                                              wobocon       1      0.00          99.62      0.00          99.62
##                                                                                woman       1      0.00          99.63      0.00          99.63
##                                                                         women's open       1      0.00          99.63      0.00          99.63
##                                                                       woodcliff lake       1      0.00          99.63      0.00          99.63
##                                                                       woodland hills       1      0.00          99.63      0.00          99.63
##                                                                             word2vec       1      0.00          99.63      0.00          99.63
##                                                                              wordnet       1      0.00          99.64      0.00          99.64
##                                                               work-life fit policies       1      0.00          99.64      0.00          99.64
##                                                                    work-life success       1      0.00          99.64      0.00          99.64
##                                                                            work area       1      0.00          99.64      0.00          99.64
##                                                                     work assignments       1      0.00          99.64      0.00          99.64
##                                                                      work atmosphere       1      0.00          99.65      0.00          99.65
##                                                                         work culture       1      0.00          99.65      0.00          99.65
##                                                                        work exciting       1      0.00          99.65      0.00          99.65
##                                                                           work flows       1      0.00          99.65      0.00          99.65
##                                                           work force characteristics       1      0.00          99.65      0.00          99.65
##                                                                           work hours       1      0.00          99.66      0.00          99.66
##                                                                      work leadership       1      0.00          99.66      0.00          99.66
##                                                                    work partnerships       1      0.00          99.66      0.00          99.66
##                                                                          work phases       1      0.00          99.66      0.00          99.66
##                                                                       work practices       1      0.00          99.66      0.00          99.66
##                                                                        work products       1      0.00          99.66      0.00          99.66
##                                                                    work requirements       1      0.00          99.67      0.00          99.67
##                                                                          work skills       1      0.00          99.67      0.00          99.67
##                                                                            work type       1      0.00          99.67      0.00          99.67
##                                                                           work units       1      0.00          99.67      0.00          99.67
##                                                                            work visa       1      0.00          99.67      0.00          99.67
##                                                                     work works award       1      0.00          99.68      0.00          99.68
##                                                              workable data solutions       1      0.00          99.68      0.00          99.68
##                                                             workboard's architecture       1      0.00          99.68      0.00          99.68
##                                                                workflow efficiencies       1      0.00          99.68      0.00          99.68
##                                                                       workflow tools       1      0.00          99.68      0.00          99.68
##                                                                workflows companywide       1      0.00          99.69      0.00          99.69
##                                                                  workforce alignment       1      0.00          99.69      0.00          99.69
##                                                          workforce analytics support       1      0.00          99.69      0.00          99.69
##                                                                workforce composition       1      0.00          99.69      0.00          99.69
##                                                             workforce data inquiries       1      0.00          99.69      0.00          99.69
##                                                                 workforce engagement       1      0.00          99.70      0.00          99.70
##                                                                      workforce model       1      0.00          99.70      0.00          99.70
##                                                               workforce productivity       1      0.00          99.70      0.00          99.70
##                                                       workforce strategy development       1      0.00          99.70      0.00          99.70
##                                                                    working data sets       1      0.00          99.70      0.00          99.70
##                                                     working knowledge of data mining       1      0.00          99.70      0.00          99.70
##                                         working knowledge of manufacturing processes       1      0.00          99.71      0.00          99.71
##                                                                 workplace experience       1      0.00          99.71      0.00          99.71
##                                                                 workplace technology       1      0.00          99.71      0.00          99.71
##                                                                    workplaces survey       1      0.00          99.71      0.00          99.71
##                                                                          works cross       1      0.00          99.71      0.00          99.71
##                                                                            workshops       1      0.00          99.72      0.00          99.72
##                                                workshops of scientific organizations       1      0.00          99.72      0.00          99.72
##                                                              world's foremost search       1      0.00          99.72      0.00          99.72
##                                                                 world's golf courses       1      0.00          99.72      0.00          99.72
##                                                                      world's largest       1      0.00          99.72      0.00          99.72
##                                                               world's largest brands       1      0.00          99.73      0.00          99.73
##                                               world's largest financial institutions       1      0.00          99.73      0.00          99.73
##                                                      world's largest provider of new       1      0.00          99.73      0.00          99.73
##                                                                      world's leaders       1      0.00          99.73      0.00          99.73
##                                    world's leading compliant cryptocurrency platform       1      0.00          99.73      0.00          99.73
##                                          world's leading employee benefits providers       1      0.00          99.74      0.00          99.74
##                                      world's leading professional services companies       1      0.00          99.74      0.00          99.74
##                                                           world-class best practices       1      0.00          99.74      0.00          99.74
##                                                                   world-class brands       1      0.00          99.74      0.00          99.74
##                                                       world-class financial services       1      0.00          99.74      0.00          99.74
##                                                world-class manufacturer of chocolate       1      0.00          99.74      0.00          99.74
##                                                    world-class mri research facility       1      0.00          99.75      0.00          99.75
##                                         world-class team of computational scientists       1      0.00          99.75      0.00          99.75
##                                                 world-class team of machine learning       1      0.00          99.75      0.00          99.75
##                                                                world-renowned leader       1      0.00          99.75      0.00          99.75
##                                                          world champion sports teams       1      0.00          99.75      0.00          99.75
##                                                                   world class brands       1      0.00          99.76      0.00          99.76
##                                                                        world cleaner       1      0.00          99.76      0.00          99.76
##                                              world economic forum technology pioneer       1      0.00          99.76      0.00          99.76
##                                                                   world headquarters       1      0.00          99.76      0.00          99.76
##                                                            world health organization       1      0.00          99.76      0.00          99.76
##                                                                      world healthier       1      0.00          99.77      0.00          99.77
##                                                                    world of big data       1      0.00          99.77      0.00          99.77
##                                                                     world of digital       1      0.00          99.77      0.00          99.77
##                                                                  world of e-commerce       1      0.00          99.77      0.00          99.77
##                                                                 world of opportunity       1      0.00          99.77      0.00          99.77
##                                                                        world partner       1      0.00          99.78      0.00          99.78
##                                                                  world report survey       1      0.00          99.78      0.00          99.78
##                                                             world well-being project       1      0.00          99.78      0.00          99.78
##                                                            worlds greenest companies       1      0.00          99.78      0.00          99.78
##                                                          worlds largest manufacturer       1      0.00          99.78      0.00          99.78
##                                                             worlds largest suppliers       1      0.00          99.78      0.00          99.78
##                                                                                 wows       1      0.00          99.79      0.00          99.79
##                                                                                  wp1       1      0.00          99.79      0.00          99.79
##                                                                            wrangling       1      0.00          99.79      0.00          99.79
##                                                                           write-offs       1      0.00          99.79      0.00          99.79
##                                                                      writing complex       1      0.00          99.79      0.00          99.79
##                                                                 writing new software       1      0.00          99.80      0.00          99.80
##                                     writing production grade machine learning models       1      0.00          99.80      0.00          99.80
##                                                        writing production level code       1      0.00          99.80      0.00          99.80
##                                                                  writing sql queries       1      0.00          99.80      0.00          99.80
##                                                                   written directions       1      0.00          99.80      0.00          99.80
##                                                                        written media       1      0.00          99.81      0.00          99.81
##                                                                       written skills       1      0.00          99.81      0.00          99.81
##                                                                          wsp company       1      0.00          99.81      0.00          99.81
##                                                                                 wwbp       1      0.00          99.81      0.00          99.81
##                                                                                wwops       1      0.00          99.81      0.00          99.81
##                                                                         wwt business       1      0.00          99.82      0.00          99.82
##                                                                             xc logic       1      0.00          99.82      0.00          99.82
##                                                                             xg boost       1      0.00          99.82      0.00          99.82
##                                                                                 xkcd       1      0.00          99.82      0.00          99.82
##                                                    xo established product parameters       1      0.00          99.82      0.00          99.82
##                                                                              xometry       1      0.00          99.82      0.00          99.82
##                                                                                 xoom       1      0.00          99.83      0.00          99.83
##                                                       year's data science experience       1      0.00          99.83      0.00          99.83
##                                                               year bachelor's degree       1      0.00          99.83      0.00          99.83
##                                                                  year college degree       1      0.00          99.83      0.00          99.83
##                                                                 year course of study       1      0.00          99.83      0.00          99.83
##                                                                      year experience       1      0.00          99.84      0.00          99.84
##                                                                          year growth       1      0.00          99.84      0.00          99.84
##                                               year legacy of technology advancements       1      0.00          99.84      0.00          99.84
##                                               year of predictive modeling experience       1      0.00          99.84      0.00          99.84
##                                                      year of professional experience       1      0.00          99.84      0.00          99.84
##                                                           year of related experience       1      0.00          99.85      0.00          99.85
##                                                       year of specialized experience       1      0.00          99.85      0.00          99.85
##                                                             year probationary period       1      0.00          99.85      0.00          99.85
##                                                                 year relevant degree       1      0.00          99.85      0.00          99.85
##                                                                year wireless telecom       1      0.00          99.85      0.00          99.85
##                                                       years' data science experience       1      0.00          99.86      0.00          99.86
##                                                      years' previous work experience       1      0.00          99.86      0.00          99.86
##                                                           years' relevant experience       1      0.00          99.86      0.00          99.86
##                                                                       years academic       1      0.00          99.86      0.00          99.86
##                                                          years additional experience       1      0.00          99.86      0.00          99.86
##                                                      years broad research experience       1      0.00          99.86      0.00          99.86
##                                             years current geoint analysis experience       1      0.00          99.87      0.00          99.87
##                                                                    years data mining       1      0.00          99.87      0.00          99.87
##                                                          years data science research       1      0.00          99.87      0.00          99.87
##                                                              years direct experience       1      0.00          99.87      0.00          99.87
##                                                         years experience programming       1      0.00          99.87      0.00          99.87
##                                                  years hypothesis testing experience       1      0.00          99.88      0.00          99.88
##                                                                       years industry       1      0.00          99.88      0.00          99.88
##                                                                         years mining       1      0.00          99.88      0.00          99.88
##                                              years of additional systems engineering       1      0.00          99.88      0.00          99.88
##                                                                         years of age       1      0.00          99.88      0.00          99.88
##                                       years of agile software development experience       1      0.00          99.89      0.00          99.89
##                                                    years of algorithm implementation       1      0.00          99.89      0.00          99.89
##                                                                   years of analytics       1      0.00          99.89      0.00          99.89
##                                                   years of applicable job experience       1      0.00          99.89      0.00          99.89
##                                             years of applied data science experience       1      0.00          99.89      0.00          99.89
##                                                  years of building science expertise       1      0.00          99.90      0.00          99.90
##                                                years of business analysis experience       1      0.00          99.90      0.00          99.90
##                                          years of current geoint analysis experience       1      0.00          99.90      0.00          99.90
##                                                                    years of customer       1      0.00          99.90      0.00          99.90
##                                                              years of data analytics       1      0.00          99.90      0.00          99.90
##                                                            years of data engineering       1      0.00          99.90      0.00          99.90
##                                                                 years of data mining       1      0.00          99.91      0.00          99.91
##                                                        years of data science success       1      0.00          99.91      0.00          99.91
##                                                              years of data scientist       1      0.00          99.91      0.00          99.91
##                                                   years of data scientist experience       1      0.00          99.91      0.00          99.91
##                                  years of demonstrable python programming experience       1      0.00          99.91      0.00          99.91
##                                                                  years of excellence       1      0.00          99.92      0.00          99.92
##                                                         years of experience building       1      0.00          99.92      0.00          99.92
##                                               years of hands-on statistical modeling       1      0.00          99.92      0.00          99.92
##                                                years of healthcare related analytics       1      0.00          99.92      0.00          99.92
##                                                                  years of innovation       1      0.00          99.92      0.00          99.92
##                                            years of intelligence analysis experience       1      0.00          99.93      0.00          99.93
##                                                                        years of java       1      0.00          99.93      0.00          99.93
##                                                      years of java coding experience       1      0.00          99.93      0.00          99.93
##                                                 years of machine learning experience       1      0.00          99.93      0.00          99.93
##                                                 years of machine learning techniques       1      0.00          99.93      0.00          99.93
##                                                   years of post-education experience       1      0.00          99.94      0.00          99.94
##                                                        years of practical experience       1      0.00          99.94      0.00          99.94
##                                              years of predictive modeling experience       1      0.00          99.94      0.00          99.94
##                                                       years of prior work experience       1      0.00          99.94      0.00          99.94
##                                                years of professional work experience       1      0.00          99.94      0.00          99.94
##                                 years of qlik sense dashboard development experience       1      0.00          99.94      0.00          99.94
##                                                        years of relatable experience       1      0.00          99.95      0.00          99.95
##                                           years of related data warehouse experience       1      0.00          99.95      0.00          99.95
##                                             years of related professional experience       1      0.00          99.95      0.00          99.95
##                                                       years of relevant quantitative       1      0.00          99.95      0.00          99.95
##                                                               years of relevant work       1      0.00          99.95      0.00          99.95
##                                                 years of relevant working experience       1      0.00          99.96      0.00          99.96
##                                                years of robust analytical experience       1      0.00          99.96      0.00          99.96
##                                                  years of sas programming experience       1      0.00          99.96      0.00          99.96
##                                            years of satisfactory fulltime experience       1      0.00          99.96      0.00          99.96
##                                                 years of strong conceptual knowledge       1      0.00          99.96      0.00          99.96
##                                                                        years of tsql       1      0.00          99.97      0.00          99.97
##                                                       years of verifiable experience       1      0.00          99.97      0.00          99.97
##                                                                            years old       1      0.00          99.97      0.00          99.97
##                                                     years post university experience       1      0.00          99.97      0.00          99.97
##                                                          years prior data experience       1      0.00          99.97      0.00          99.97
##                                                         years programming experience       1      0.00          99.98      0.00          99.98
##                                                        years related work experience       1      0.00          99.98      0.00          99.98
##                                                          years relevant quantitative       1      0.00          99.98      0.00          99.98
##                                                                      years technical       1      0.00          99.98      0.00          99.98
##                                                                                yield       1      0.00          99.98      0.00          99.98
##                                                           young learners stem skills       1      0.00          99.98      0.00          99.98
##                                                                                youto       1      0.00          99.99      0.00          99.99
##                                                                            ypsilanti       1      0.00          99.99      0.00          99.99
##                                                                       yrs experience       1      0.00          99.99      0.00          99.99
##                                                                              zendesk       1      0.00          99.99      0.00          99.99
##                                                                                 zeno       1      0.00          99.99      0.00          99.99
##                                                                             zip code       1      0.00         100.00      0.00         100.00
##                                                                             zoominfo       1      0.00         100.00      0.00         100.00
##                                                                               zoomph       1      0.00         100.00      0.00         100.00
##                                                                                 <NA>       0                               0.00         100.00
##                                                                                Total   52523    100.00         100.00    100.00         100.00


Tidy the job descriptions

Before we continue, we have to tidy the job descriptions. We will remove non-ASCII characters, remove some unecessary characters, stop words, make the text lowercase, and white space. Stop words are common words such as the, is, at, which, etc. This will be handy in our analysis.

#Remove non-ASCII characters
descriptions <-  gsub("[^\x20-\x7E]", " ", descriptions)


#Convert our variable to a Corpus variable for the package tm to work on.
#A corpus is a collection of documents
descriptions <- Corpus(VectorSource(descriptions))

#Create a function to make patterns into spaces
toSpace <- content_transformer(function (x , pattern ) gsub(pattern, " ", x))

descriptions <- tm_map(descriptions, toSpace, "/")
descriptions <- tm_map(descriptions, toSpace, "\n")
descriptions <- tm_map(descriptions, toSpace, "@")
descriptions <- tm_map(descriptions, toSpace, "\\|")

#Convert the text to lowercase
descriptions <- tm_map(descriptions, content_transformer(tolower))

#Remove English stop words
descriptions <- tm_map(descriptions, removeWords, stopwords("english"))

#Remove punctuation , ., etc.
descriptions <- tm_map(descriptions, removePunctuation)

#Remove whitespace
descriptions <- tm_map(descriptions, stripWhitespace)

Text Mining

After we have imported and tidied our data, we can begin to perform tests to mine it.


Words by Frequency

#Create a term document matrix based upon the variable descriptions
tdm <- TermDocumentMatrix(descriptions)
m <- as.matrix(tdm)
v <- sort(rowSums(m),decreasing=TRUE)

#Creates a frequency table for words
freqTable <- data.frame(word = names(v), freq=v)


Here is a frequency table and barplot for words found in job descriptions:

freqTable
#Bar plot of the 20 most common words
barplot(v[1:20], col = "#003366", las = 2)

Word Cloud


A Word Cloud Based Upon the Job Descriptions3

set.seed(1234)
wordcloud(words = freqTable$word, freq = freqTable$freq, min.freq = 100,
          max.words=200, random.order=FALSE, rot.per=0.35, 
          colors=brewer.pal(8, "Dark2"))

Analysis

Conclusions